projectkudu / slingshot

This project implements the Deploy To Azure button
http://azure.microsoft.com/blog/2014/11/13/deploy-to-azure-button-for-azure-websites-2/
51 stars 20 forks source link

Help Wanted - hostingPlanName not showing in portal #80

Closed tomkerkhove closed 7 years ago

tomkerkhove commented 7 years ago

I have a ARM template that deploys an API App with App Plan & Application Insights.

However, the hostingPlanName parameter is not showing, can somebody provide me with some help why it is hidden please?

You can find my repo here.

davidebbo commented 7 years ago

I believe the way it works is that the hosting plan name is always implied from the site name. This was a scoping decision at the time to keep things simple in most common scenarios, but it does reduce flexibility in term of not being able to choose an existing Plan.

tomkerkhove commented 7 years ago

So basically this is done by convention and the Setup-page will not prompt you for this. Fair enough, thank you for the info!

Closing this issue, thank you!