Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Azure Container Registry on Azure Stack Hub supports a subset of the public Azure features. For more information, see 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 |
Creates an Azure Container Registry instance. |
az acr credential renew |
Regenerates login credentials for an Azure Container Registry instance. |
az acr credential show |
Gets the login credentials for an Azure Container Registry instance. |
az acr delete |
Deletes an Azure Container Registry instance. |
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 |
Logs in to an Azure Container Registry through the Docker CLI. |
az acr manifest list-metadata |
Lists manifests of a repository in an Azure Container Registry. |
az acr repository delete |
Deletes a repository or image in an Azure Container Registry. |
az acr repository list |
Lists repositories in an Azure Container Registry. |
az acr repository show |
Gets the attributes of a repository or image in an Azure Container Registry. |
az acr repository show-tags |
Shows tags for a repository in an Azure Container Registry. |
az acr repository untag |
Untags an image in an Azure Container Registry. |
az acr repository update |
Updates the attributes of a repository or image in an Azure Container Registry. |
az acr show |
Gets the details of an Azure Container Registry. |
az acr show-usage |
Gets the storage usage for an Azure Container Registry. |
az acr update |
Updates an Azure Container Registry. |
az acr webhook create |
Creates a webhook for an Azure Container Registry. |
az acr webhook delete |
Deletes a webhook from an Azure Container Registry. |
az acr webhook get-config |
Gets the service URI and custom headers for the webhook. |
az acr webhook list |
Lists all of the webhooks for an Azure Container Registry. |
az acr webhook list-events |
Lists recent events for a webhook. |
az acr webhook ping |
Triggers a ping event for a webhook. |
az acr webhook show |
Gets the details of a webhook. |
az acr webhook update |
Updates a webhook. |
Unsupported optional parameters
Some supported commands have optional parameters that are not supported on Azure Stack Hub. The unsupported parameters are as follows:
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
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 Azure Container Registry on Azure Stack Hub