【发布时间】:2022-09-27 14:41:24
【问题描述】:
只想知道如何通过powershell获取门户中的服务总线
我能够通过这段脚本访问应用程序见解
az monitor app-insights component show | ConvertFrom-Json
现在我希望通过 powershell 访问服务总线、应用服务和应用服务计划
我正在使用这个
az monitor servicebus component show | ConvertFrom-Json
服务总线,但它不工作。
标签: azure powershell