1
votes

According to the azure documentation I have enabled logging for my storage account. https://docs.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://docs.microsoft.com/en-us/rest/api/monitor/diagnosticsettings/list API. But it returns empty value response every time.

1

1 Answers