如何获取 Azure 存储帐户日志记录启用状态?
Posted
技术标签:
【中文标题】如何获取 Azure 存储帐户日志记录启用状态?【英文标题】:How to get Azure Storage account logging enablement status? 【发布时间】:2020-11-07 04:28:46 【问题描述】:根据 azure 文档,我已为我的存储帐户启用了日志记录。 https://docs.microsoft.com/en-us/azure/storage/common/storage-monitor-storage-account#configure-logging
是否有任何 REST API 来获取该日志记录启用信息?
预期响应: “存储帐户名称”:“st1”, “日志”:“启用”
我已经尝试过https://docs.microsoft.com/en-us/rest/api/monitor/diagnosticsettings/list API。 但是每次都返回空值响应。
【问题讨论】:
【参考方案1】:检查这是否有帮助 Blob Service properties using REST API
【讨论】:
虽然此链接可能会回答问题,但最好在此处包含答案的基本部分并提供链接以供参考。如果链接页面发生更改,仅链接的答案可能会失效。以上是关于如何获取 Azure 存储帐户日志记录启用状态?的主要内容,如果未能解决你的问题,请参考以下文章
如何为 Azure 上的 Node.js Api 应用启用 BLOB 日志记录?
如何使用 Pulumi 在存储帐户上启用 Azure Defender?