1. Download [helm-config.yaml](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/raw/master/charts/helm-config.yaml), which will configure OSDU on Azure.
__DNS Record Setup__
Manually update your DNS A Records to point to the Public IP Address for the environment.
```bash
# Get IP Address
RESOURCE_GROUP=$(az group list --query"[?contains(name, '${UNIQUE}sr')].name"-otsv |grep -v MC)
az network public-ip list --resource-group$RESOURCE_GROUP--query[].ipAddress -otsv
```
__CLI Login__
Login to Azure CLI using the OSDU Environment Service Principal.
```bash
# This logs your local Azure CLI in using the configured service principal.
az login --service-principal-u$ARM_CLIENT_ID-p$ARM_CLIENT_SECRET--tenant$ARM_TENANT_ID
```
__Helm Values__
Create the helm chart values file necessary to install charts.
- Download [helm-config.yaml](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/raw/master/charts/helm-config.yaml), which will configure OSDU on Azure.
- Edit the newly downloaded [config.yaml](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/raw/master/charts/helm-config.yaml) and fill out the required sections `azure`, `ingress` and `istio`.
2. Edit the newly downloaded [config.yaml](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/raw/master/charts/helm-config.yaml) and fill out the required sections `azure`, `ingress` and `istio`.
3. Manually extract the manifests from the helm charts to your Flux Repo Directory.
__Helm Manifests__
Manually extract the manifests from the helm charts to your Flux Repo Directory.