isurikz
isurikz

Reputation: 41

How to get Azure Storage account logging enablement status?

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

Answers (1)

Anshul Srivastava
Anshul Srivastava

Reputation: 11

Check if this helps Blob Service properties using REST API

Upvotes: 1

Related Questions