First deploy (to Azure) doesn't create IIS web site

Is it a missing feature or a bug that a web site was not created on the first publish to Azure?
Here’s project variables:

OctopusPackageDirectoryPath c:\inetpub\www\MyProject
OctopusPurgePackageDirectoryBeforeCopy True
OctopusWebSiteName MyProject

Hi Alexander,

We don’t currently create the IIS website; all we try to do is to look for a site if it exists, and then update the physical directory of the site if it does exist.

Here’s an example of how you can create the IIS site using the Deploy.ps1 script in Octopus:

Paul