Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

az acr encryption

Manage container registry encryption.

For more information, see http://aka.ms/acr/cmk.

Commands

Name Description Type Status
az acr encryption rotate-key

Rotate (update) the container registry's encryption key.

Core GA
az acr encryption show

Show the container registry's encryption details.

Core GA

az acr encryption rotate-key

Rotate (update) the container registry's encryption key.

For more information, see http://aka.ms/acr/cmk.

az acr encryption rotate-key --name
 [--acquire-policy-token]
 [--change-reference]
 [--identity]
 [--key-encryption-key]
 [--resource-group]

Required Parameters

--name -n

The name of the container registry. It should be specified in lower case. You can configure the default registry name using az configure --defaults acr=<registry name>.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--identity

Client id of managed identity, resource name or id of user assigned identity. Use '[system]' to refer to the system assigned identity.

--key-encryption-key

Key vault key uri. To enable automated rotation, provide a version-less key uri. For manual rotation, provide a versioned key uri.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

az acr encryption show

Show the container registry's encryption details.

For more information, see http://aka.ms/acr/cmk.

az acr encryption show --name
 [--resource-group]

Required Parameters

--name -n

The name of the container registry. It should be specified in lower case. You can configure the default registry name using az configure --defaults acr=<registry name>.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.


Feedback

Was this page helpful?