Forum Discussion
Cost saving on App Service plan
You are still getting charged, even when the App Service Plan is stopped.
The only way to avoid costs is to scale down to the "Free Tier".
For more information, take a look at this Blog.
Or this page on Microsoft Learn.
- ramprasadvMay 31, 2023Copper Contributor
Thanks a million PhilipVandeVyver and Kidd_Ip
Charges also depends on the number of instances. Please let me know if my understanding is correct. For example, If having 2 instances will cost me 10 dollars, then having 1 instances should cost me 5 dollars. Am I correct ?
- May 31, 2023
App Service Plans are priced based on the size and number of instances you run, and they are billed on a per second basis. For your case on the S2 plan, a single instance will cost $0.20/hour.
Depending on the number of default instances and maximum number of instances, you will get charged accordingly.
For another example on this topic, take a look at this community question
For more information about Azure App Service Plan pricing see this link