From d52352fcc2f20cea842a62ff7af680c6a0192dd1 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 12 Jun 2020 22:23:53 +0100 Subject: [PATCH] Navigation fix --- .../docs/guides/service_principal_configuration.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/service_principal_configuration.html.markdown b/website/docs/guides/service_principal_configuration.html.markdown index 107f08c938..83676cf13f 100644 --- a/website/docs/guides/service_principal_configuration.html.markdown +++ b/website/docs/guides/service_principal_configuration.html.markdown @@ -14,7 +14,7 @@ Terraform supports a number of different methods for authenticating to Azure: * [Authenticating to Azure using the Azure CLI](azure_cli.html) * [Authenticating to Azure using Managed Service Identity](managed_service_identity.html) * [Authenticating to Azure using a Service Principal and a Client Certificate](service_principal_client_certificate.html) -* Authenticating to Azure using a Service Principal and a Client Secret (which is covered in this guide) +* [Authenticating to Azure using a Service Principal and a Client Secret](service_principal_client_secret.html) Further steps must be taken to grant a Service Principal permission to manage objects in an Azure Active Directory: