如何在整个 Azure 管理组上运行 powershell 脚本以跨越多个订阅?我需要从多个订阅中导出资源清单,并在同一个文件中运行一次。
问问题
25 次
1 回答
0
您将需要使用支持 PowerShell、CLI 和 Azure SDK for .NET 的 Azure Resource Graph。
Search-AzGraph -Query "Resources | summarize count()"
https://docs.microsoft.com/en-us/azure/governance/resource-graph/first-query-powershell
于 2021-06-24T17:25:21.243 回答