gpt4 book ai didi

azure - 如何使用Powershell命令或ARM命令启动停止azure容器实例

转载 作者:行者123 更新时间:2023-12-03 19:46:16 25 4
gpt4 key购买 nike

我知道您可以使用以下命令从 Azure CLI 启动/停止容器实例az 容器停止 --name mycontainer --resource-group myResourceGroupVM

但是由于在我的组织中,azure cli 给出了“访问被拒绝”错误,我想知道如何使用 powershell 或 ARM 执行相同的操作。我无法从文档中获取任何 powershell cmdlet 来启动或停止 conrainer 实例。请帮忙。

我引用了以下文档: https://learn.microsoft.com/en-us/powershell/module/azurerm.containerinstance/?view=azurermps-6.9.0#container_instances

还有谁能告诉我为什么我收到“访问被拒绝”的消息。对于所有 az (CLI) 命令?

最佳答案

您可以使用 PowerShell cmdlet 来停止 ACI,该 cmdlet 将如下所示:

Invoke-AzureRmResourceAction -ResourceGroupName yourResourceGroup -ResourceName yourContainerGroup -Action Stop -ResourceType Microsoft.ContainerInstance/containerGroups

PowerShell cmdlet 的结果如下:

enter image description here

此外,它还显示 Azure 门户上的状态:

enter image description here

关于azure - 如何使用Powershell命令或ARM命令启动停止azure容器实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52592629/

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