我正在尝试使用 Azure Cloud Shell(基于浏览器)来管理经典 VM。当我运行这个命令时:
Stop-AzureVM -ResourceGroupName <resourceGroup> -Name <vmName>
我收到此错误:
Stop-AzureVM : The term 'Stop-AzureVM' is not recognized as the name of a
cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Stop-AzureVM -ResourceGroupName <resourceGroup>-Name <vmName>
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Stop-AzureVM:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我做错了什么,还是 Cloud Shell 不支持这一点?