Hi Team,
I have a azure function with bill plan as B1 and I would like to disable it. Does microsoft charge if this function is disabled.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Cr BhargaviPosted Aug 8, 2023, 9:21 AM
No, Microsoft doesnt price you for the disabled functions. You can use the pricing calculator as well the below link to check the pricing factors
https://azure.microsoft.com/en-in/pricing/details/functions/
Rijwan AnsariPosted Aug 7, 2023, 4:36 AM
Yes, I think there will be minor charge for using App Service Plan even the resources are stopped.
Saravanan GanesanPosted Aug 6, 2023, 7:35 AM
Disabling an Azure Function with the B1 billing plan will halt its execution and prevent associated costs while it's inactive.
Microsoft does not charge for a disabled function, as billing is based on resource consumption when the function is active and processing requests. However, other resources linked to the function, like storage, may continue to incur costs even when the function is disabled.
To optimize costs further, consider scaling the function app appropriately and regularly monitoring resource usage. Always review Azure billing details and consult official documentation or support for precise billing information.
Guest UserPosted Oct 24, 2020, 5:36 AM
Shweta LodhaPosted Aug 27, 2020, 10:32 AM
Anupam MaitiPosted Aug 21, 2020, 12:25 AM
No charges if it is disabled. But if your function has a dependency on other resources like storage that dependency cost may apply.
Shweta LodhaPosted Jul 22, 2020, 9:50 PM
Shantanu PandeyPosted Jul 22, 2020, 10:06 AM
No, Microsoft won't charge anything if azure function is in disable state. Although the database which is attached to the function will be charged.
As azure function is paas service the pricing of function is based on no. of executions. For more details go to the following url :- https://azure.microsoft.com/en-in/pricing/details/functions/