Resource providers not registered
Opened this issue · 1 comments
Deleted user commented
When running this query,
Get-AzureRmResourceProvider `
>> | Select-Object ProviderNamespace, ResourceTypes `
>> | Format-List
the output does not contain Microsoft.Compute (for example) and thus people get confused at the next step of adding these to the restricting policy.
The reason for Microsoft.Compute being absent is that this resource provider is not yet registered in the subscription because it never had any VM in it.
Pic without Microsoft.Compute.
Pic with solution
-> Register resource providers with the subscription.
Thanks!
Joost
mwasham commented
addressed in Nov update