From 92eb5690a9b4b7735962f4849f5f613b5bb325a2 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Date: Tue, 20 Sep 2022 10:27:16 -0500 Subject: [PATCH] docs: Address MR comments Signed-off-by: Carlos Esteban Lopez --- docs/features/kubernetes/authentication.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/kubernetes/authentication.md b/docs/features/kubernetes/authentication.md index 2fe33bcb11..e4aaba5f33 100644 --- a/docs/features/kubernetes/authentication.md +++ b/docs/features/kubernetes/authentication.md @@ -34,10 +34,10 @@ The Azure server side authentication provider works by authenticating on the ser the Azure CLI, please note that [Azure AD Authentication][1] is a requirement and has to be enabled in your AKS cluster, then follow these steps: -- [Install the Azure CLI][2] -- Login with your Azure/Microsoft account with `az login` in the server's terminal +- [Install the Azure CLI][2] in the device where the backstage application will run. +- Login with your Azure/Microsoft account with `az login` in the server's terminal. - Go to your AKS cluster's resource page in Azure Console and follow the steps in the - `Connect` tab to set the subscription and get your credentials for `kubectl` integration + `Connect` tab to set the subscription and get your credentials for `kubectl` integration. - Configure your cluster to use the `azure` auth provider like this: ```yaml