Azure: Pricing of deployment slots for an Azure App Service.
Using an S1 App Service Plan, my web site has up to 5 slots for web app staging. How are those slots charged? Are they billed only if used? Included in the S1 fee? or something else.
Michael, it part of the app service plan itself. You will see for example that for Azure App Services that standard and premium instances include staging slots. Standard has 5 and premium has 20. They are not priced separate from the plan.
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/
The staging slots are included as part of your App Service tier. A used slot does not cause extra charges as far as the App Service pricing goes. But since they are part of a shared resource, usage on a staging slot can effect the overall performance of the VM. However, a staged site may incur other costs on Azure. If the running of that slot consumes blob data storage, send queue messages, etc. then those costs will still have to be paid as part of the overall application framework.
Should be pay per usage. Azure App Service is charged base on the plan that you are on, all your slots and main site are on the same VM which will cause usage of compute hour.
https://azure.microsoft.com/en-us/pricing/details/app-service/