Can't create any service plan with my subscription

s1284810 0 Reputation points
2024-04-13T23:05:47.5933333+00:00

The subscription 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' is not allowed to create or update the serverfarm.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247-1375 11,206 Reputation points
    2024-04-14T06:55:34.4433333+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    1. Check Service Plan and App Service Region: Ensure that you are attempting to create or update both the service plan and app service in the same region. This helps prevent conflicts.
    2. Verify Azure Policies: Look for any Azure Policies created by other users that might impact or restrict the creation or modification of the server farm or related resources.
    3. Register Microsoft.Web Provider: Confirm if the Microsoft.Web provider is registered. If not, you can register it using the following CLI commands:
           az provider register --namespace Microsoft.Web
      
      Clear the logged-in subscriptions cache using:
      
       ```
      
      az account clear
           
              Then set the required subscription freshly using:
        
              ```sql
           az account set --name <subscription_name>
           
           
           
      

    If nothng worked, would suggest you create a support ticket.

    Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.

    0 comments No comments