Skip to content

Commit 3215548

Browse files
Merge pull request #259938 from tamram/tamram23-1121
Win quickstarts: fix YAML formatting (Portal, PS)
2 parents 0c33a86 + 0b6d476 commit 3215548

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Windows Server container on an Azure Kubernetes Service (AKS) cl
33
description: Learn how to quickly create a Kubernetes cluster and deploy an application in a Windows Server container in Azure Kubernetes Service (AKS) using the Azure portal.
44
ms.topic: article
55
ms.custom: azure-kubernetes-service
6-
ms.date: 08/03/2023
6+
ms.date: 11/30/2023
77
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy a Windows Server container so that I can see how to run applications running on a Windows Server container using the managed Kubernetes service in Azure.
88
---
99

@@ -156,7 +156,7 @@ The ASP.NET sample application is provided as part of the [.NET Framework Sample
156156
spec:
157157
type: LoadBalancer
158158
ports:
159-
- protocol: TCP
159+
- protocol: TCP
160160
port: 80
161161
selector:
162162
app: sample

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a Windows Server container on an Azure Kubernetes Service (AKS) cluster using PowerShell
33
description: Learn how to quickly create a Kubernetes cluster and deploy an application in a Windows Server container in Azure Kubernetes Service (AKS) using PowerShell.
44
ms.topic: article
5-
ms.date: 07/11/2023
5+
ms.date: 11/30/2023
66
ms.custom: devx-track-azurepowershell
77
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy a Windows Server container so that I can see how to run applications running on a Windows Server container using the managed Kubernetes service in Azure.
88
---
@@ -205,7 +205,7 @@ The ASP.NET sample application is provided as part of the [.NET Framework Sample
205205
spec:
206206
type: LoadBalancer
207207
ports:
208-
- protocol: TCP
208+
- protocol: TCP
209209
port: 80
210210
selector:
211211
app: sample

0 commit comments

Comments
 (0)