AzurePack: Unable to create a new website from Web Gallery

 

Troubleshooting tricks from my wiki

1. When creating a new website from Gallery, if Gallery items are not populated, then check if these tables are populated:

[Microsoft.MgmtSvc.WebAppGallery].[WebAppGallery].[MarketplaceItemProperties]

[Microsoft.MgmtSvc.WebAppGallery].[WebAppGallery].[MarketplaceItems]

2. Also check the events on the server on which this service is hosted --> MgmtSvc-WebAppGallery

3. If the gallery items are populated but still unable to publish the website from Gallery, then check if you are able to ping the Publishing server or if Publishing servers are load balanced. Load balancer can be bypassed to rule out any issues with it.

4. Try creating a blank website and download its publishing profile. Using this Publishing profile in WebMartrix, try to publish a web site from Gallery items. WebMatrix gives option to deploy using WebDeploy or FTP. Try both options and check the errors.

Hope this helps!