From 6ddfcd4d9db73fd9fad1e657c6f485a2767ea175 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 20 Sep 2022 23:54:53 +0200 Subject: [PATCH] Update docs/features/kubernetes/authentication.md Signed-off-by: Patrik Oldsberg --- docs/features/kubernetes/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/kubernetes/authentication.md b/docs/features/kubernetes/authentication.md index e4aaba5f33..d44d3a4a64 100644 --- a/docs/features/kubernetes/authentication.md +++ b/docs/features/kubernetes/authentication.md @@ -34,7 +34,7 @@ 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] in the device where the backstage application will run. +- [Install the Azure CLI][2] in the environment 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.