You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This article requires at least version 2.61.0 of Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
30
+
- This article requires at least version 2.61.0 of Azure CLI.
31
31
32
32
## Create the app project
33
33
@@ -289,7 +289,7 @@ After a few minutes, the command completes and returns JSON-formatted informatio
289
289
290
290
### Connect to the AKS cluster
291
291
292
-
To manage a Kubernetes cluster, you use `kubectl`, the Kubernetes command-line client. If you use Azure Cloud Shell, `kubectl` is already installed. To install `kubectl` locally, use the [az aks install-cli](/cli/azure/aks#az-aks-install-cli) command, as shown in the following example:
292
+
To manage a Kubernetes cluster, you use `kubectl`, the Kubernetes command-line client. To install `kubectl` locally, use the [az aks install-cli](/cli/azure/aks#az-aks-install-cli) command, as shown in the following example:
0 commit comments