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
Copy file name to clipboardExpand all lines: articles/application-gateway/ingress-controller-install-new.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ installed in an environment with no pre-existing components.
16
16
17
17
## Required Command Line Tools
18
18
19
-
We recommend the use of [Azure Cloud Shell](https://shell.azure.com/) for all commandline operations below. Launch your shell from shell.azure.com or by clicking the link:
19
+
We recommend the use of [Azure Cloud Shell](https://shell.azure.com/) for all command-line operations below. Launch your shell from shell.azure.com or by clicking the link:
@@ -103,12 +103,12 @@ This step will add the following components to your subscription:
103
103
104
104
## Set up Application Gateway Ingress Controller
105
105
106
-
With the instructions in the previous section we created and configured a new AKS cluster and
106
+
With the instructions in the previous section, we created and configured a new AKS cluster and
107
107
an Application Gateway. We are now ready to deploy a sample app and an ingress controller to our new
108
108
Kubernetes infrastructure.
109
109
110
110
### Setup Kubernetes Credentials
111
-
For the following steps we need setup [kubectl](https://kubectl.docs.kubernetes.io/) command,
111
+
For the following steps, we need setup [kubectl](https://kubectl.docs.kubernetes.io/) command,
112
112
which we will use to connect to our new Kubernetes cluster. [Cloud Shell](https://shell.azure.com/) has `kubectl` already installed. We will use `az` CLI to obtain credentials for Kubernetes.
113
113
114
114
Get credentials for your newly deployed AKS ([read more](https://docs.microsoft.com/azure/aks/kubernetes-walkthrough#connect-to-the-cluster)):
0 commit comments