Skip to content

Commit 3b1f110

Browse files
authored
Update Azure CLI login link references
1 parent 783e303 commit 3b1f110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Arc/create-clusters-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To create an SSH key pair (same as Azure AKS), use the following procedure:
5151

5252
## Sign in to Azure
5353

54-
Terraform only supports authenticating to Azure with the Azure CLI using [`az login`](/cli/azure/reference-index?view=azure-cli-latest#az-login). Authenticating using Azure PowerShell isn't supported. Therefore, while you can use the Azure PowerShell module when doing your Terraform work, you must first [authenticate to Azure](/azure/developer/terraform/authenticate-to-azure):
54+
Terraform only supports authenticating to Azure with the Azure CLI using [`az login`](/cli/azure/reference-index#az-login). Authenticating using Azure PowerShell isn't supported. Therefore, while you can use the Azure PowerShell module when doing your Terraform work, you must first [authenticate to Azure](/azure/developer/terraform/authenticate-to-azure):
5555

5656
```azurecli
5757
az login
@@ -120,7 +120,7 @@ terraform init -upgrade
120120

121121
## Create a Terraform execution plan and apply
122122

123-
Make sure you run [`az login`](/cli/azure/reference-index?view=azure-cli-latest#az-login) and authenticate to Azure before this step, otherwise applying the Terraform plan fails. Run [`terraform plan`](https://www.terraform.io/docs/commands/plan.html) to create an execution plan, then run [`terraform apply`](https://www.terraform.io/docs/commands/apply.html) to apply the output file to your cloud infrastructure:
123+
Make sure you run [`az login`](/cli/azure/reference-index#az-login) and authenticate to Azure before this step, otherwise applying the Terraform plan fails. Run [`terraform plan`](https://www.terraform.io/docs/commands/plan.html) to create an execution plan, then run [`terraform apply`](https://www.terraform.io/docs/commands/apply.html) to apply the output file to your cloud infrastructure:
124124

125125
```terraform
126126
terraform plan -out main.tfplan

0 commit comments

Comments
 (0)