0
votes

I want to monitor Azure Storage Account but I'm not getting any documentation on ARM Rest API for getting the details like availability, metrics that can be collected etc. In my resource group I have a storage account, so when I form the URL and do get using:

https://management.azure.com/subscriptions/452529bb-083b-411a-a5c2-30c7352111d0/resourceGroups/SparkTraining/providers/Microsoft.Storage/storageAccounts/sparktrainingdisks521?api-version=2017-06-01

I get the response.

But how to monitor blob, table, queue and file? also, what are the metric's that can be collected for these?

1

1 Answers

0
votes

We can get the storage metrics from the following azure storage tables. And we can get the table entity with Azure storage table Query Entity RestAPI. How to construct the authorization Header please refer to this tutorials.

enter image description here

More info about these tables schema please refer to tutorials.