Azure Container Registry supported commands on Azure Stack Hub

The Azure Container Registry (ACS) on Azure Stack support a subset of the global Azure features. You can find out more information in the Overview.

Supported Azure Container Registry CLI Commands

Command Description
az acr check-health Gets health information on the environment and optionally a target registry.
az acr check-name Checks if an Azure Container Registry name is valid and available for use.
az acr create Create an Azure Container Registry.
az acr credential renew Regenerate login credentials for an Azure Container Registry.
az acr credential show Get the login credentials for an Azure Container Registry.
az acr delete Deletes an Azure Container Registry.
az acr import Imports an image to an Azure Container Registry from another Container Registry. Import removes the need to docker pull, docker tag, docker push.
az acr list Lists all the container registries under the current subscription.
az acr login Log in to an Azure Container Registry through the Docker CLI.
az acr manifest list-metadata List manifests of a repository in an Azure Container Registry.
az acr repository delete Delete a repository or image in an Azure Container Registry.
az acr repository list List repositories in an Azure Container Registry.
az acr repository show Get the attributes of a repository or image in an Azure Container Registry.
az acr repository show-tags Show tags for a repository in an Azure Container Registry.
az acr repository untag Untag an image in an Azure Container Registry.
az acr repository update Update the attributes of a repository or image in an Azure Container Registry.
az acr show Get the details of an Azure Container Registry.
az acr show-usage Get the storage usage for an Azure Container Registry.
az acr update Update an Azure Container Registry.
az acr webhook create Create a webhook for an Azure Container Registry.
az acr webhook delete Delete a webhook from an Azure Container Registry.
az acr webhook get-config Get the service URI and custom headers for the webhook.
az acr webhook list List all of the webhooks for an Azure Container Registry.
az acr webhook list-events List recent events for a webhook.
az acr webhook ping Trigger a ping event for a webhook.
az acr webhook show Get the details of a webhook.
az acr webhook update Update a webhook.

Unsupported optional parameters

Some supported commands have optional parameters that are not supported on Azure Stack Hub. The unsupported parameters are listed below.

az acr create

  • --allow-trusted-services
  • --default-action
  • --identity
  • --key-encryption-key
  • --public-network-enabled
  • --workspace
  • --zone-redundancy

az acr update

  • --allow-trusted-services
  • --anonymous-pull-enabled
  • --data-endpoint-enabled
  • --default-action
  • --public-network-enabled
  • --sku

Supported Azure Container Registry PowerShell commands for public preview

Command Description
Connect-AzContainerRegistry Log in to an Azure container registry.
Get-AzContainerRegistry Gets a container registry.
Get-AzContainerRegistryCredential Gets the login credentials for a container registry.
Get-AzContainerRegistryManifest Get or list ACR manifest.
Get-AzContainerRegistryRepository Get or list ACR repositories.
Get-AzContainerRegistryTag Get or list ACR tag.
Get-AzContainerRegistryUsage Get Usage of an Azure container registry.
Get-AzContainerRegistryWebhook Gets a container registry webhook.
Get-AzContainerRegistryWebhookEvent Gets events of a container registry webhook.
Import-AzContainerRegistryImage Import image from a global Azure registry to an Azure container registry.
New-AzContainerRegistry Creates a container registry.
New-AzContainerRegistryWebhook Creates a container registry webhook.
Remove-AzContainerRegistry Removes a container registry.
Remove-AzContainerRegistryManifest Delete ACR manifest.
Remove-AzContainerRegistryRepository Delete repository from ACR.
Remove-AzContainerRegistryTag Untag ACR tag.
Remove-AzContainerRegistryWebhook Removes a container registry webhook.
Test-AzContainerRegistryNameAvailability Checks the availability of a container registry name.
Test-AzContainerRegistryWebhook Triggers a webhook ping event.
Update-AzContainerRegistry Updates a container registry.
Update-AzContainerRegistryCredential Regenerates a login credential for a container registry.
Update-AzContainerRegistryManifest Update ACR manifest.
Update-AzContainerRegistryRepository Update ACR repository.
Update-AzContainerRegistryTag Update ACR tag.
Update-AzContainerRegistryWebhook Updates a container registry webhook.

Next steps

Learn more about the Azure Container Registry on Azure Stack Hub