Friday, June 30, 2023

Azure Resource ID

In this article let us understand what is Azure Resource ID and where do we find it.

All the resources in Azure i.e., Azure Resource Manager Resources are assinged with an identifer called as ResourceID. You can carryout operations by using the Resourceid as well.

Where do we find the resource id of a Azure Resource?

ResourceID of a resource can be seen in the Properties section of resource in Azure portal. In the below video you can see how to check the resource id of a resource Disk1 .



You can also get Resourceid by using a powershell command as shown below.

Get-AzResource -Name ResourceName





Note:ResourceId of a resource will change when ever you move the resource to a different Resource Group or Subscription.

No comments:

Post a Comment