maybe you should upgrade to pay as you go plan
Azure Function App: region has quota of 0 instances for your subscription
Region: us-west-2
Plan: Azure Plan
I currently have no other function apps deployed
Azure Functions
3 answers
Sort by: Newest
-
-
William Wegerson 16 Reputation points
2022-10-11T02:00:19.607+00:00 This region has quota of 0 instances for your subscription.
Its not the
subscription
but theregion
; hence change that.Certain regions don't have all functionality, this can be found in other operations. For me, the failure stemmed from a storage account created in a region, which worked, but when I tried to create a web app, I got the same error. Dropping the storage account and creating in a new region solved the issue.
-
Chris Olivier 111 Reputation points
2022-06-27T12:17:10.267+00:00 Wow, how to downvote answers?
It seems like I have run into a similar issue, and will be contacting support, but came across your post here and just felt that the answer given was really horrible, to be honest
As a note to this, there is no quota counter in quota-limits that shows any information about Function App SKUs, so there is nothing that gives an explanation or more information, or give you any warnings about it, which is quite lame.
And the answer to "just contact support".... without any attempt at what you can even do to find out where this quota limit is located, or any Azure API that you can query to find out what the limit is for this or anything, is basically like showing you a finger. What is the purpose of this forum then if I may ask?