Skip to content

Commit 54a3d26

Browse files
authored
Update quick-kubernetes-deploy-terraform.md
1 parent 8c760a0 commit 54a3d26

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/aks/learn/quick-kubernetes-deploy-terraform.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you qui
4949

5050
First, log into your Azure account and authenticate using one of the methods described in the following section.
5151

52-
Terraform only supports authenticating to Azure with the Azure CLI. Authenticating using Azure PowerShell isn't supported. Therefore, while you can use the Azure PowerShell module when doing your Terraform work, you first need to authenticate to Azure using the Azure CLI.
53-
54-
- [Authenticate with a Microsoft account using Cloud Shell (with Bash or PowerShell](~/azure-dev-docs-pr/articles/terraform/authenticate-to-azure-with-microsoft-account.md)
55-
- [Authenticate with a Microsoft account using Windows (with Bash or PowerShell](~/azure-dev-docs-pr/articles/terraform/authenticate-to-azure-with-microsoft-account.md)
56-
- [Authenticate with a service principal](~/azure-dev-docs-pr/articles/terraform/authenticate-to-azure-with-service-principle.md)
57-
- [Authenticate with a managed identity for Azure services](~/azure-dev-docs-pr/articles/terraform/authenticate-to-azure-with-managed-identity-for-azure-services.md)
52+
Terraform only supports authenticating to Azure with the Azure CLI. Authenticating using Azure PowerShell isn't supported. Therefore, while you can use the Azure PowerShell module when doing your Terraform work, you first need to [authenticate to Azure](/azure/developer/terraform/authenticate-to-azure.md).
5853

5954
## Implement the Terraform code
6055

0 commit comments

Comments
 (0)