AppService

AzureUser-9588 151 Reputation points
2021-10-06T11:37:00.89+00:00

If I run Azure App Service for 45 seconds will I be charged for the complete hour? (say I deleted the resources after testing)

If I run Azure App Service for 1 hour 25 seconds will I be charged for two hours? (say I deleted the resources after testing)

If my App Service is scaled out to 5 instances and ran for 10 minutes, then how will I be charged? (say I deleted the resources after testing)

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,823 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alan Kinane 16,906 Reputation points MVP
    2021-10-06T19:06:26.787+00:00

    I think the below should answer your questions. You basically get charged per instance for per second of usage.

    You're charged an hourly rate based on the pricing tier of your App Service plan, prorated to the second.
    The charge is applied to each scaled-out instance in your plan, based on the amount of time that the VM instance is allocated.

    https://learn.microsoft.com/en-us/azure/app-service/overview-manage-costs#how-youre-charged-for-azure-app-service


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.