Forum Discussion
john john
Oct 12, 2023Iron Contributor
why i am been charged for "Azure App Service" while i do not have any active ones
Today I was checking the "cost analysis" for my Azure Subscription, and I found that I have 25.97 USD as actual cost for "Azure App Service", as follow: - Although all the App service...
govindagoud
Oct 12, 2023Brass Contributor
check your Azure Functions hosting options if you used other than consumption plan, it does not matter if you stopped service or not it will bill as per the app service plan billing rate .
- john johnOct 12, 2023Iron Contributor
govindagoud all my app services are consumption based, as per the screen shot i provided
- govindagoudOct 12, 2023Brass Contributor
what date time window you have been charged for azure function, try to narrow down the time in which charge has been done last time? does it charge every day even after stopped azure function? is it charged for storage account associate with function? .
A storage account is created by default with each Functions app. The storage account is not included in the free grant. Standard storage rates and networking rates charged separately as applicable.