microsoft/MCW-Enterprise-ready-cloud

Resource providers not registered

Opened this issue · 1 comments

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.
image

Pic with solution
image
-> Register resource providers with the subscription.

Thanks!
Joost

addressed in Nov update