I was monitoring microsoft.compute using a REST API Client and I was hoping that I could do the same for microsoft.storage. But unfortunately I get an error response while trying to do so
{
"code": "ResourceNotSupported",
"message": "Resource provider not supported: microsoft.storage"
}
The Rest API call I make is something similar to this
https://management.azure.com/subscriptions/xxxxxxxx/resourceGroups/xxxxx/providers/Microsoft.Storage/storageAccounts/xxxxx/providers/microsoft.insights/metricdefinitions?api-version=2016-03-01
Is there any way to get storage metrics from a REST API client?