projectkudu / AzureResourceExplorer

Azure Resource Explorer - a site to explore and manage your ARM resources in style
https://resources.azure.com
Apache License 2.0
197 stars 76 forks source link

Provider "Microsoft.ManagedIdentity" not available #367

Open CarlosCampos06 opened 7 months ago

CarlosCampos06 commented 7 months ago

When using the search bar one can find resources from the provider Microsoft.ManagedIdentity, but when clicking them, the UI goes all the way to the resource group but then stops there, as Microsoft.ManagedIdentity is not listed under "providers". I did confirm that the resources JSON contains the resource ID that I am looking for, which is of type Microsoft.ManagedIdentity/userAssignedIdentities, but cannot find it given that the provider is not available in the list. Is this by design?

junyin-ms commented 2 months ago

I can confirm this is indeed the case. This is confusing and makes creating ARM template more difficult. This issue should be fixed.