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: