Why StorageQueue resource type requires a SAS Token #1762
-
Greetings, Hope you are doing well! I came by configuring Promitor to monitor some Azure Storage Queues. The documentation indicates that I have to set a SAS Token for the metric declaration in order for it to work. I have a question that I would appreciate your help with please. Why StorageQueue resource type requires a SAS Token? I am monitoring the Storage Accounts using the Promitor Service Principal with the right RBAC assigned it and I was thinking it will work for the Storage Queue. Am I missing something? Thanks in advance! Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
That's a valid question, unfortunately, Azure Monitor does not provide the required metrics. The only metrics you can get is the message count for all queues, but not individual queues as per https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftstoragestorageaccountsqueueservices That's why we use the Azure Storage SDK to get the information. |
Beta Was this translation helpful? Give feedback.
That's a valid question, unfortunately, Azure Monitor does not provide the required metrics.
The only metrics you can get is the message count for all queues, but not individual queues as per https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftstoragestorageaccountsqueueservices
That's why we use the Azure Storage SDK to get the information.