Skip to content

Commit 2c6a158

Browse files
authored
Update quick-kubernetes-backup-terraform.md
1 parent 58b5ee3 commit 2c6a158

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/backup/quick-kubernetes-backup-terraform.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ Things to ensure before you configure AKS backup:
6767

6868
Log in to your Azure account and authenticate using one of the following methods:
6969

70-
[!INCLUDE [authenticate-to-azure.md](~/azure-dev-docs-pr/articles/terraform/includes/authenticate-to-azure.md)]
70+
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.
71+
72+
- [Authenticate with a Microsoft account using Cloud Shell (with Bash or PowerShell](./authenticate-to-azure-with-microsoft-account.md)
73+
- [Authenticate with a Microsoft account using Windows (with Bash or PowerShell](./authenticate-to-azure-with-microsoft-account.md)
74+
- [Authenticate with a service principal](./authenticate-to-azure-with-service-principle.md)
75+
- [Authenticate with a managed identity for Azure services](./authenticate-to-azure-with-managed-identity-for-azure-services.md)
7176

7277
## Implement the Terraform code
7378

0 commit comments

Comments
 (0)