Unable to load available locations for deployment. Please verify that Microsoft.web provider is registered for the selected subscription .

Kiran C 0 Reputation points
2025-12-24T14:29:39.4733333+00:00

I am trying deploy web app in azure foundry location disabled

Error : Unable to load available locations for deployment. Please verify that Microsoft.web provider is registered for the selected subscription .

Kindly suggest how to resolve this issue.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Golla Venkata Pavani 665 Reputation points Microsoft External Staff Moderator
    2025-12-24T16:30:20.8433333+00:00

    Hii Kiran C,

    It looks like you're running into an issue with deploying a web app in Azure due to the error about the Microsoft.web provider not being registered for your subscription. Here’s how you can potentially resolve the issue:Steps to Resolve:

    1. Register the Microsoft.web Resource Provider:
    • Go to the Azure Portal.
    • Select "Subscriptions" from the menu.
    • Click on the subscription you're using for your deployment.
    • In the settings menu, choose "Resource Providers".
    • Find "Microsoft.Web" in the list of providers and click "Register" if it’s not already registered.
    1. Check Region Availability:
    • Ensure the region you are trying to deploy your web app supports the desired service. Sometimes services are restricted by region due to capacity constraints. If that's the case, you might need to choose a different region.
    • You can review the available regions for Azure Services by visiting the [Azure Regions page](https://azure.microsoft.com/regions/).
    1. Inspect Role-Based Access Control (RBAC):
    • Make sure your Azure account has the necessary permissions to create resources in that subscription. You might need the "Owner" or "Contributor" roles to make such changes.
    • If you don’t have appropriate permissions, reach out to your subscription administrator to obtain the required role.
    1. Refresh and Retry:
      • Once the Microsoft.Web provider is registered, refresh the Azure portal and attempt your deployment again.

    Reference:

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits

    Kindly let us know if the above comment helps or you need further assistance on this issue.

    Please "Accept" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.