【发布时间】:2021-02-24 10:13:33
【问题描述】:
我正在尝试在 powershell 中运行以下命令以从我的 azure 订阅中获取 AzServiceBusKey
Get-AzServiceBusKey -ResourceGroupName ts-encompass-bj -Namespace ts-encompass-sb-bj -Name "RootSend"
它抛出错误:Get-AzServiceBusKey:转换值时出错“请求的资源 RootSend 不存在。”键入“Microsoft.Azure.Commands.ServiceBus.ErrorResponseContent”。
不确定这里的 Name 属性是什么以及它是如何设置的。
【问题讨论】:
标签: azure powershell