你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

更新或删除 Azure 容器实例的备用池(预览版)

重要

Azure 容器实例的备用池现在为预览版。 需同意补充使用条款才可使用预览版。 在正式版 (GA) 推出之前,此功能的某些方面可能会有所更改。

本文逐步介绍如何更新或删除 Azure 容器实例的备用池。

先决条件

在使用备用池之前,请完成功能注册并配置 Azure 容器实例的备用池概述页中列出的基于角色的访问控制。

更新备用池

可以随时更新备用池。 创建后可调整的设置包括 maxReadyCapacity 和关联的 containerGroupProfile。 如果更新备用池的容器组配置文件,则新的配置文件还必须位于与备用池相同的订阅和位置中。 更新配置文件后,该池将清空所有现有实例,并将其替换为新实例。

使用 az standby-container-group-pool update 更新现有备用池。

az standby-container-group-pool update \
   --resource-group myResourceGroup 
   --location WestCentralUS \
   --name myStandbyPool \
   --max-ready-capacity 20 \
   --refill-policy always \
   --container-profile-id "/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.ContainerInstance/containerGroupProfiles/mycontainergroupprofile"

删除备用池

使用 az standby-container-group-pool delete 删除现有备用池。

az standby-container-group-pool delete \
   --resource-group myResourceGroup \
   --name myStandbyPool 

后续步骤

使用备用池运行时视图 API 获取备用池和容器详细信息