gpt4 book ai didi

azure - az vmss list 命令返回空值

转载 作者:行者123 更新时间:2023-12-03 02:15:41 24 4
gpt4 key购买 nike

我在 Azure 中有两个资源组,每个资源组包含一个 VMSS(虚拟机规模集),并且资源在 Azure 门户中可见。问题是,以下命令返回空输出:

az resource list --subscription MySubscription -g vmss-rg
az vmss list --subscription MySubscription -g vmss-rg
az vmss list

但是,使用没有 VMSS 的不同资源组运行 az resources list 可以正常工作。我还使用不同的 Azure 帐户和订阅对其进行了测试,它也有效。

最佳答案

我们已经按照@VenkateshDodda-MT的建议在本地测试了相同的命令。而且效果很好。将其作为答案发布,以帮助其他社区成员解决类似问题,以便他们能够找到并解决问题。

为了实现上述要求,我们需要install the az powershell module在我们本地。

发布在 powershell 中运行命令以获取我们的订阅或资源组下的 vmss 列表:-

az resource list --resource-type  "Microsoft.Compute/virtualMachineScaleSets"

输出:-

enter image description here

要获取特定资源组下的 VMSS 列表,请运行以下 cmd:

az resource list --resource-type  "Microsoft.Compute/virtualMachineScaleSets" -g '<rgName>'

输出:- enter image description here

欲了解更多信息,请参阅此SO THREAD:Azure PS command returns empty list正如@Olga Osinskaya - MSFT建议的

关于azure - az vmss list 命令返回空值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71255927/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com