你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
az acr config authentication-as-arm
此命令组处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus
管理 Azure 容器注册表的“Azure AD 身份验证为 ARM”策略。
命令
名称 | 说明 | 类型 | Status |
---|---|---|---|
az acr config authentication-as-arm show |
为Azure 容器注册表显示配置的“Azure AD 身份验证为 ARM”策略。 |
核心 | 预览 |
az acr config authentication-as-arm update |
更新Azure 容器注册表的“Azure AD 身份验证为 ARM”策略。 |
核心 | 预览 |
az acr config authentication-as-arm show
命令组“acr config authentication-as-arm”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus
为Azure 容器注册表显示配置的“Azure AD 身份验证为 ARM”策略。
az acr config authentication-as-arm show --registry
[--resource-group]
示例
为Azure 容器注册表显示配置的“Azure AD 身份验证为 ARM”策略
az acr config authentication-as-arm show -r myregistry
必需参数
容器注册表的名称。 它应以小写形式指定。 可以使用 配置默认注册表名称 az configure --defaults acr=<registry name>
。
可选参数
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az acr config authentication-as-arm update
命令组“acr config authentication-as-arm”处于预览状态,正在开发中。 参考和支持级别: https://aka.ms/CLI_refstatus
更新Azure 容器注册表的“Azure AD 身份验证为 ARM”策略。
az acr config authentication-as-arm update --registry
[--resource-group]
[--status {disabled, enabled}]
示例
为Azure 容器注册表禁用“Azure AD 身份验证为 ARM”策略,因此只能使用 ACR 访问令牌进行身份验证
az acr config authentication-as-arm update -r myregistry --status Disabled
为Azure 容器注册表启用“Azure AD 身份验证为 ARM”策略,它将允许将 ACR 和 ARM 受众令牌用于身份验证
az acr config authentication-as-arm update -r myregistry --status Enabled
必需参数
容器注册表的名称。 它应以小写形式指定。 可以使用 配置默认注册表名称 az configure --defaults acr=<registry name>
。
可选参数
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
指示是否启用了身份验证即臂身份验证。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。