Skip to content

Commit 82e1c66

Browse files
Merge pull request #233516 from cynthn/patch-75
[Doc-a-thon]Update quick-windows-container-deploy-cli.md
2 parents 59a2111 + 8c5b023 commit 82e1c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/quick-windows-container-deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ A Kubernetes manifest file defines a desired state for the cluster, such as what
282282

283283
The ASP.NET sample application is provided as part of the [.NET Framework Samples][dotnet-samples] and runs in a Windows Server container. AKS requires Windows Server containers to be based on images of *Windows Server 2019* or greater. The Kubernetes manifest file must also define a [node selector][node-selector] to tell your AKS cluster to run your ASP.NET sample application's pod on a node that can run Windows Server containers.
284284

285-
Create a file named `sample.yaml` and copy in the following YAML definition. If you use the Azure Cloud Shell, this file can be created using `code`, `vi`, or `nano` as if working on a virtual or physical system:
285+
Create a file named `sample.yaml` and copy in the following YAML definition.
286286

287287
```yaml
288288
apiVersion: apps/v1

0 commit comments

Comments
 (0)