List of all Azure Resource Providers

Rajesh Swarnkar 911 Reputation points
2023-02-23T14:39:37.7833333+00:00

Hi, I need to have list of all Azure resource provider string name and resource name.

E.g.

Service NameProvider StringAzure App ServiceMicrosoft.WebAzure AdvisorMicrosoft.AdvisorI know there is [a list], but is it complete list?

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,454 questions
0 comments No comments
{count} votes

Accepted answer
  1. MuthuKumaranMurugaachari-MSFT 22,441 Reputation points Moderator
    2023-02-23T20:34:27.1833333+00:00

    Rajesh Swarnkar Thanks for posting your question in Microsoft Q&A. I think you refer docs: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-services-resource-providers which maps resource providers to Azure services and that's a complete list. Unfortunately, the mapping is not available via Rest API, PowerShell or CLI.

    However, you can list all azure resource providers for your subscription via portal, PowerShell or CLI:

    1. Portal - https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#view-resource-provider
    2. PowerShell: Get-AzResourceProvider command.
    3. CLI: az provider list command

    I hope this helps with your question and feel free to add a comment for any other questions.


    If you found the answer helpful, please consider marking it as "Yes".

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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