View Resource Providers in Azure

Understand the type of resource providers available in Azure.

John Savill

January 30, 2016

1 Min Read
View Resource Providers in Azure

Q. How can I view all the types of Resource Providers available in Azure?

A. Azure Resource Manager is made up of many Resource Providers (RPs) that each provide different types of resource (as the name suggests). To view all available RPs use:

Get-AzureRmResourceProvider

To view details about a specific RP use:

Get-AzureRmResourceProvider -ProviderNamespace Microsoft.Compute

Microsoft has a good article at https://azure.microsoft.com/en-us/documentation/articles/resource-manager-supported-services/ which details the resource types with some additional information.

Each week, John Savill answers all of your toughest tech questions about the worlds of Windows Server, Azure, and beyond. Read his past IT advice here, and email your questions to [email protected].

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like