Skip to content

Commit 95f53af

Browse files
committed
Az CLI changes in arm doc
1 parent 64a5002 commit 95f53af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/aks/keda-deploy-add-on-arm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ The KEDA add-on can be enabled by deploying an AKS cluster with an Azure Resourc
5757

5858
To connect to the Kubernetes cluster from your local computer, you use [kubectl][kubectl], the Kubernetes command-line client.
5959

60-
If you use the Azure Cloud Shell, `kubectl` is already installed. You can also install it locally using the [Az PowerShell module aks install-cli][az aks install-cli] command:
60+
If you use the Azure Cloud Shell, `kubectl` is already installed. You can also install it locally using the [az aks install-cli][] command:
6161

6262
```azurecli
6363
az aks install-cli
6464
```
6565

66-
To configure `kubectl` to connect to your Kubernetes cluster, use the [Az PowerShell module aks get-credentials][az aks get-credentials] command. The following example gets credentials for the AKS cluster named *MyAKSCluster* in the *MyResourceGroup*:
66+
To configure `kubectl` to connect to your Kubernetes cluster, use the [az aks get-credentials][] command. The following example gets credentials for the AKS cluster named *MyAKSCluster* in the *MyResourceGroup*:
6767

6868
```azurecli
6969
az aks get-credentials --resource-group MyResourceGroup --name MyAKSCluster

articles/aks/keda-deploy-add-on-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ spec:
141141
- so
142142
singular: scaledobject
143143
scope: Namespaced
144+
# Redacted for simplicity
144145
```
145146

146147
While KEDA provides various customization options, the KEDA add-on currently provides basic common configuration.

0 commit comments

Comments
 (0)