Skip to content

Commit 3af2c08

Browse files
Merge pull request #232674 from cynthn/patch-69
[Doc-a-thon] Nano Update quick-kubernetes-deploy-portal.md
2 parents aaa54a3 + 1b93694 commit 3af2c08

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/aks/learn/quick-kubernetes-deploy-portal.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,8 @@ Two Kubernetes Services are also created:
129129
* An internal service for the Redis instance.
130130
* An external service to access the Azure Vote application from the internet.
131131
132-
1. In the Cloud Shell, use an editor to create a file named `azure-vote.yaml`, such as:
133-
* `code azure-vote.yaml`
134-
* `nano azure-vote.yaml`, or
135-
* `vi azure-vote.yaml`.
136-
137-
1. Copy in the following YAML definition:
132+
1. In the Cloud Shell, open an editor and create a file named `azure-vote.yaml`.
133+
2. Paste in the following YAML definition:
138134
139135
```yaml
140136
apiVersion: apps/v1

0 commit comments

Comments
 (0)