Skip to content

Commit 0b6d476

Browse files
committed
fix YAML file
1 parent 9a1aebc commit 0b6d476

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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

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)