A community member has associated this post with a similar question:
The subscription is not allowed to create or update the serverfarm

Only moderators can edit this content.

error message on Azure deployment: The subscription is not allowed to create or update the serverfarm

ford.atwater 5 Reputation points
2024-05-25T01:14:44.99+00:00

Hi,

I'm having an issue with deploying an Azure app. I go to Azure App Services and try to create a new Web App. However, I get the following error message, with this code:

{     
    "status": "Failed",     
    "error": {         
        "code": "Forbidden",
        "message": "The subscription 'subscription' is not allowed to create or update the serverfarm.",
        "details": [
             {
                 "message": "The subscription 'subscription' is not allowed to create or update the serverfarm."
             },
             {
                 "code": "Forbidden"
             },
             {}
         ]
     }
 }

I've tried 5-6 different regions and I've also waited several hours as some other comments and StackOverflow have suggested. However, it's still not working. Any help would be appreciated

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,156 questions
{count} vote