Search code examples
azureazure-resource-managerazure-resource-group

Azure resource group URL


Is there any URL to directly go to Azure resource group.

I am having a dashboard which has many RGs displayed there. so I want to go to that RG directly if I click on it. can we use something like below url which takes to azure health

https://portal.azure.com/#blade/Microsoft_Azure_Health/AzureHealthBrowseBlade/resourceHealth

I have tried below. But is not working.

https://portal.azure.com/#blade/Microsoft_Azure_Resource_group/


Solution

  • This is the answer which will take you to RG 'https://portal.azure.com/#@TENANTNAME/resource/subscriptions/(subscriptionID)/resourceGroups/(RGName)/overview'