microsoft / vscode-azureappservice

Azure App Service extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
MIT License
111 stars 94 forks source link

The subscription --ID-- is not allowed to create or update the serverfarm #2635

Open tongchaij opened 4 months ago

tongchaij commented 4 months ago

Does this occur consistently? Yes (Since Applied Azure)

Repro steps:

Action: appService.CreateWebApp Error type: Forbidden Error Message: The subscription '7651c700-0a86-4769-9e33-a73b86fa3bfe' is not allowed to create or update the serverfarm.

Version: 0.25.2 OS: win32 OS Release: 10.0.22631 Product: Visual Studio Code Product Version: 1.88.1 Language: en

Call Stack ``` handleErrorResponse extension.bundle.js:2:1725611 deserializeResponseBody extension.bundle.js:2:1726338 ```
smitter-ua commented 4 months ago

Have the same issue right at this moment

alexweininger commented 4 months ago

Thanks for reporting this issue. It looks like the Azure App Service is experiencing some service side issues. Creating or updating web apps is intermittently failing. Please try again later, and if we get updates we'll let you know.

thebolaji commented 4 months ago

I'm also facing the same issue right now, any solution yet??

ayanatwork-github commented 4 months ago

What is the ETA for the issue. It only with App Service and Azure Function apps. Rest of the services are easily deployable. I have a "pay-as-you-go" subscription, but while deploying app service or function app getting the error mentioned.

hqt98 commented 4 months ago

I'm experiencing the same issue

DanielBradley1 commented 4 months ago

Experience the same issue on Sponsorship subscriptions

smitter-ua commented 4 months ago

I made it working after enabling another "Resource Provider". So besides "Microsoft.Web", I also enabled "Microsoft.DomainRegistration" on my subscription. I found out that this provider is involved in App Service creation as well as Function App, since they are based on the App Service by observing providers list from this article. "Microsoft.DomainRegistration" was not enabled by default for my "free-tier" subscription, so I guess this should be a problem

mberrishdev commented 4 months ago

Experience the same issue on Sponsorship subscriptions

Yes, i have same problem.

ayanatwork-github commented 4 months ago

As per @smitter-ua , I have registered Microsoft.DomianRegsitration, but facing the same issue.

shailesh-sakaria commented 4 months ago

I have registered Microsoft.DomianRegsitration too along with Microsoft.Web, but facing the same issue.

stuartharper01 commented 4 months ago

I have registered Microsoft.DomianRegsitration too along with Microsoft.Web, but facing the same issue.

stv707 commented 4 months ago

I can confirm this, seems this issue is affecting only the FREE Tier Azure Subscription ( At least from my side ). Other TIER Subscription seems have no issue, and only on Web App and Function because both requires ASP ( Azure Service Plan ) , which the Subscription cannot plumb ASP. seems like, Microsoft not looking into this with urgency, MS learn Community forum logged this as been happening for past 1week+ . https://learn.microsoft.com/en-us/answers/questions/1659099/the-subscription-is-not-allowed-to-create-or-updat

shailesh-sakaria commented 4 months ago

I am using Pay As you Go subscription, still I am facing this error for new subscription.

hqt98 commented 4 months ago

I resolved the issued. I had to tag @AzureSupport on Twitter, then I sent them my sub id and they gave me a 72 hour technical support package that allows me to contact their tech support. Currently, this is a quota problem that can only be fixed by the engineering team case-by-case. They resolve my case after around 30 hours.

rickycraft commented 4 months ago

I have a subscription using Azure for Students and i cannot create the "App Service Plan" with the same error message. First approach to Azure and having this issue...from such a big provider this is a real disappointment.

ayodejii commented 3 months ago

any update on this yet? I currently am facing this issue.

Yassab09 commented 3 months ago

I was finally able to solve this issue after 3 days of tinkering. As i use a Free Plan, i couldn't create a support request. So here's what i did:

I hope this helps anyone facing the same issue.

tsoliangwu0130 commented 3 months ago

Any update on this? Facing the same issue here.

kingson-lab commented 3 months ago

Any update on this? Facing the same issue here. Even after register all Microsoft.Web, Microsoft.NetworkFunction and Microsoft.DomainRegistration and also tried on all region to create App Service.

41WhiteElephants commented 3 months ago

I resolved the issue based on the https://www.reddit.com/r/AZURE/comments/1chl7nj/visual_studio_professional_subscription_and/ by upgrading my subscription to pay-as-you-go. The deployment of AppService completed immediately after I confirmed my credit card.

nbelyh commented 3 months ago

@41WhiteElephants I have pay-as-you-go and started getting this issue just yesterday (before I was able to create web apps) What is going on here.

nbelyh commented 3 months ago

Just created a new subscription (a second one) Creating new app source plan just worked for it without any issues.