# Authenticate to ACR using Azure CLI az acr login --name # Alternatively, log in via Helm directly if you have a Service Principal helm registry login .azurecr.io \ --username \ --password Use code with caution. 2. Locate the Chart
Once downloaded, you can extract the archive to view the values.yaml and templates. tar -zxvf -1.0.0.tgz Use code with caution. Key Considerations for Azure azure download helm chart
Store Helm Charts in Azure Container Registry - Microsoft Learn # Authenticate to ACR using Azure CLI az
Before you can pull any private charts, you must authenticate your Helm client with your specific registry. The most straightforward way is using the Azure CLI. azure download helm chart