Azure Acr Download Helm Chart |work| May 2026

: Support for OCI artifacts is enabled by default in these versions.

You must log in to the registry to pull private charts. You can use the Azure CLI or Helm directly. az acr login --name Use code with caution. azure acr download helm chart

: Your account or service principal must have at least the AcrPull role on the registry. Step 1: Authenticate with the Registry : Support for OCI artifacts is enabled by

To download a chart, you must first authenticate your Helm client and then use the helm pull command with an OCI reference. Prerequisites Before you can pull charts, ensure you have: az acr login --name Use code with caution

# Pull the latest version helm pull oci:// .azurecr.io/ # Pull a specific version helm pull oci:// .azurecr.io/ --version 1.0.0 Use code with caution. Step 4: Extract and Inspect (Optional)