Prerequisites
- Extracted tarball with
arize-operator-chart.tgzandarize.shin the current directory (Download and extract). kubectlconfigured for your AKS cluster (AKS cluster and resources or Terraform).- For how to gather each value, base64 encoding, private registry image steps, and
./arize.sh, use the detailed walkthrough (Azure).
Helm install
From the directory that containsarize-operator-chart.tgz and your values.yaml:
Example values.yaml (Azure)
Adjust placeholders for your environment. After you edit the file, use the Minimum fields to verify table below as a line-by-line checklist before you run Helm.
Minimum fields to verify
Beforehelm upgrade --install, confirm every row below. If a cell is unclear, jump to the matching step in the detailed walkthrough.
Workload Identity
KeepazureWorkloadIdentityEnabled: true unless your platform requires a storage account key. When Workload Identity is disabled, set azureStorageAccountKey to the access key string, base64-encoded—see the detailed walkthrough.
Omit or leave unset azureStorageAccountKey when using Workload Identity; omit tenant/client IDs when using the key-only path.
Next steps
Related
- Detailed walkthrough (Azure) — step-by-step values,
arize.sh, and optional mirroring