Skip to content

Commit b38b512

Browse files
author
dksimpson
committed
Acrolinx fixes to raise score
1 parent b98b898 commit b38b512

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ installed in an environment with no pre-existing components.
1616

1717
## Required Command Line Tools
1818

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:
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:
2020

2121
[![Embed launch](https://shell.azure.com/images/launchcloudshell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
2222

@@ -25,7 +25,7 @@ Alternatively, launch Cloud Shell from Azure portal using the following icon:
2525
![Portal launch](./media/application-gateway-ingress-controller-install-new/portal-launch-icon.png)
2626

2727
Your [Azure Cloud Shell](https://shell.azure.com/) already has all necessary tools. Should you
28-
choose to use another environment, please ensure the following command line tools are installed:
28+
choose to use another environment, please ensure the following command-line tools are installed:
2929

3030
* `az` - Azure CLI: [installation instructions](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest)
3131
* `kubectl` - Kubernetes command-line tool: [installation instructions](https://kubernetes.io/docs/tasks/tools/install-kubectl)
@@ -103,12 +103,12 @@ This step will add the following components to your subscription:
103103
104104
## Set up Application Gateway Ingress Controller
105105
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
107107
an Application Gateway. We are now ready to deploy a sample app and an ingress controller to our new
108108
Kubernetes infrastructure.
109109
110110
### 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,
112112
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.
113113
114114
Get credentials for your newly deployed AKS ([read more](https://docs.microsoft.com/azure/aks/kubernetes-walkthrough#connect-to-the-cluster)):

0 commit comments

Comments
 (0)