I am trying to find the resource group allocated to a VM in azure using nodejs.
I am using the below link as my reference https://learn.microsoft.com/en-us/samples/azure-samples/resource-manager-node-resources-and-groups/resource-manager-node-resources-and-groups/#list-groups
The below gets resource group details If I provide resourceGroupName and subscription_Id
https://learn.microsoft.com/en-us/rest/api/resources/resource-groups/get
But I only have VM name and subsciption_Id
Any help appreciated. Thanks in advance