This commit is contained in:
janitairfan 2022-11-15 08:54:26 +00:00
Родитель ca1dba49df
Коммит 3ed651396a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@ This article outlines how to deploy your workload using the push option as descr
az account set --subscription "YOURAZURESUBSCRIPTION" *\#Set a subscription to be the current active subscription*
```
2. Create a file called `ghToAzAuth.sh` in your bash working directory and copy the code block in [this .md file](https://github.com/Azure/aks-baseline-automation/blob/main/Iac/oidc-federated-credentials.md) into it. You will need to update the following variable values:
2. Create a file called `ghToAzAuth.sh` in your bash working directory and copy the code block in [this .md file](https://github.com/Azure/aks-baseline-automation/blob/main/IaC/oidc-federated-credentials.md) into it. You will need to update the following variable values:
```bash
APPNAME=myApp
RG=<AKS resource group name>