Azure Publisher only works with Composite C1 deployed in Azure Cloud Services.
It doesn't work with Composite C1 deployed from Azure Gallery as Azure Websites.
![Image]()
Please see http://docs.composite.net/WindowsAzure/Setup/Simple-Site
You can however have a similar setup if you:
It doesn't work with Composite C1 deployed from Azure Gallery as Azure Websites.

Please see http://docs.composite.net/WindowsAzure/Setup/Simple-Site
You can however have a similar setup if you:
- use WebMatrix
- Install a C1 website locally - this will be your staging site
- Create an empty Azure website (will serve as a production website)
- Get its .publishSettings file (settings for publishing to Azure websites from WebMatrix via WebDeploy)
-
Publish the local (staging) website to the Azure website using the .publishSettings file