I can able to fetch the resource details using the Azure CLI command. However, is there a way to fetch the specific resource details using Azure API Management URL? I have listed out the Azure API Management link to get the tag details. I need Azure API Management to get the resource details via API. Please help me.
CLI command (Get-AzResource -Tag @{ "ApplicationID"="XXX"})
Output Name : sample-dev-func ResourceGroupName : example-rg ResourceType : Microsoft.Web/sites Location : eastus ResourceId : /subscriptions/xxxxxxx/resourceGroups/xxxxx/providers/Microsoft.Web/sites/resourceName etc..,
Azure Management API
https://management.azure.com/subscriptions/{subscriptionId}/tagNames?api-version=2021-04-01