Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The extracted distribution archive includes aterraform/ directory with modules and a README.md that describes required variables, outputs, and how they connect to Kubernetes and DNS. Start there for authoritative, version-specific guidance; this page only orients you.
What to read first
From the root of your extracted tarball:- Open
terraform/README.md— it lists Azure-specific parameters (including static IP names used by load balancers and ingress). - Align Terraform outputs with your
values.yaml(for exampleclusterName, storage account and container names). - If you use Terraform-created static IPs for HTTPS ingress, re-apply Terraform when you change IP or forwarding resources, then update ingress manifests to match the reserved names.
Relationship to installation
The sample modules often include a reference VNet and subnets so you can bring up a working cluster quickly. Treat that networking layout as a starting point unless your organization’s landing-zone team has approved it: for production, plan to integrate with your existing VNet, CIDRs, NAT, firewall, and org policies, and adjust or replace the sample network pieces accordingly. The AKS node pools, labels, and outputs sections are usually what teams carry forward into real environments. Terraform typically provisions:- Reference VNet and subnets (see
terraform/README.mdfor scope—replace with your enterprise network design for production) - AKS cluster and node pools (with labels aligned to Arize AX requirements)
kubectl to the new cluster and continue with Install Arize AX (quick start).
Ingress alignment
Azure ingress examples useService type LoadBalancer (NLB-style) and Application Gateway for Containers (AGFC) manifests under examples/endpoints/azure/.
Source in repository
The same Terraform sources are developed in the Arize AX distribution repository; the tarball is the supported artifact for customers. Use theREADME.md inside your release for the exact version you are deploying.