Skip to content

Commit 8c5b023

Browse files
authored
Update quick-windows-container-deploy-cli.md
Nano ------- cc: @MGoedtel
1 parent 4d5a1e7 commit 8c5b023

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)