Reputation: 41
According to the azure documentation I have enabled logging for my storage account. https://learn.microsoft.com/en-us/azure/storage/common/storage-monitor-storage-account#configure-logging
Is there any REST API to get that logging enablement information ?
Expected response : { "storage account name" : "st1", "log" : "enabled" }
I have tried https://learn.microsoft.com/en-us/rest/api/monitor/diagnosticsettings/list API. But it returns empty value response every time.
Upvotes: 1
Views: 105
Reputation: 11
Check if this helps Blob Service properties using REST API
Upvotes: 1