Skip to content

Commit f25c2dc

Browse files
authored
Merge pull request #228661 from MGoedtel/task59289e
Bulk update of AKS article metadata
2 parents 2d4b175 + a428020 commit f25c2dc

25 files changed

+7
-30
lines changed

articles/aks/upgrade-windows-2019-2022.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Upgrade Kubernetes workloads from Windows Server 2019 to 2022
33
description: Learn how to upgrade the OS version for Windows workloads on AKS
4-
services: container-service
54
ms.topic: article
65
ms.date: 8/18/2022
76
ms.author: viniap

articles/aks/use-azure-ad-pod-identity.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Use Azure Active Directory pod-managed identities in Azure Kubernetes Service (Preview)
33
description: Learn how to use Azure AD pod-managed identities in Azure Kubernetes Service (AKS)
4-
services: container-service
54
ms.topic: article
65
ms.date: 11/01/2022
76

articles/aks/use-azure-dedicated-hosts.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Use Azure Dedicated Hosts in Azure Kubernetes Service (AKS)
33
description: Learn how to create an Azure Dedicated Hosts Group and associate it with Azure Kubernetes Service (AKS)
4-
services: container-service
54
ms.topic: article
65
ms.date: 12/01/2022
76
---
@@ -40,9 +39,9 @@ az vm list-skus -l eastus -r hostGroups/hosts -o table
4039
> First, when using host group, the nodepool fault domain count is always the same as the host group fault domain count. In order to use cluster auto-scaling to work with ADH and AKS, please make sure your host group fault domain count and capacity is enough.
4140
> Secondly, only change fault domain count from the default of 1 to any other number if you know what they are doing as a misconfiguration could lead to a unscalable configuration.
4241
43-
[Determine how many hosts you would need based on the expected VM Utilization](https://learn.microsoft.com/azure/virtual-machines/dedicated-host-general-purpose-skus).
42+
[Determine how many hosts you would need based on the expected VM Utilization][determine-host-based-on-vm-utilization].
4443

45-
Evaluate [host utilization](https://learn.microsoft.com/azure/virtual-machines/dedicated-hosts-how-to?tabs=cli#check-the-status-of-the-host) to determine the number of allocatable VMs by size before you deploy.
44+
Evaluate [host utilization][host-utilization-evaluate] to determine the number of allocatable VMs by size before you deploy.
4645

4746
```azurecli-interactive
4847
az vm host get-instance-view -g myDHResourceGroup --host-group MyHostGroup --name MyHost
@@ -63,7 +62,7 @@ You can also decide to use both availability zones and fault domains.
6362

6463
Now create a dedicated host in the host group. In addition to a name for the host, you're required to provide the SKU for the host. Host SKU captures the supported VM series and the hardware generation for your dedicated host.
6564

66-
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing](https://azure.microsoft.com/pricing/details/virtual-machines/dedicated-host/).
65+
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing][azure-dedicated-host-pricing].
6766

6867
Use az vm host create to create a host. If you set a fault domain count for your host group, you'll be asked to specify the fault domain for your host.
6968

@@ -139,10 +138,13 @@ In this article, you learned how to create an AKS cluster with a Dedicated host,
139138

140139
<!-- LINKS - External -->
141140
[kubernetes-services]: https://kubernetes.io/docs/concepts/services-networking/service/
141+
[azure-dedicated-host-pricing]: https://azure.microsoft.com/pricing/details/virtual-machines/dedicated-host/
142142

143143
<!-- LINKS - Internal -->
144144
[aks-support-policies]: support-policies.md
145145
[aks-faq]: faq.md
146146
[azure-cli-install]: /cli/azure/install-azure-cli
147147
[dedicated-hosts]: ../virtual-machines/dedicated-hosts.md
148148
[az-vm-host-group-create]: /cli/azure/vm/host/group#az_vm_host_group_create
149+
[determine-host-based-on-vm-utilization]: ../virtual-machines/dedicated-host-general-purpose-skus.md
150+
[host-utilization-evaluate]: ../virtual-machines/dedicated-hosts-how-to.md#check-the-status-of-the-host

articles/aks/use-azure-policy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Use Azure Policy to secure your cluster
33
description: Use Azure Policy to secure an Azure Kubernetes Service (AKS) cluster.
4-
ms.service: azure-kubernetes-service
54
ms.topic: how-to
65
ms.date: 09/12/2022
76
ms.custom: template-how-to

articles/aks/use-byo-cni.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ titleSuffix: Azure Kubernetes Service
44
description: Learn how to utilize Azure Kubernetes Service with your own Container Network Interface (CNI) plugin
55
author: asudbring
66
ms.author: allensu
7-
ms.service: azure-kubernetes-service
87
ms.subservice: aks-networking
98
ms.topic: how-to
109
ms.date: 8/12/2022

articles/aks/use-cvm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Use Confidential Virtual Machines (CVM) in Azure Kubernetes Service (AKS)
33
description: Learn how to create Confidential Virtual Machines (CVM) node pools with Azure Kubernetes Service (AKS)
4-
services: container-service
54
ms.topic: article
65
ms.custom: ignite-2022
76
ms.date: 10/04/2022

articles/aks/use-group-managed-service-accounts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Enable Group Managed Service Accounts (GMSA) for your Windows Server nodes on your Azure Kubernetes Service (AKS) cluster
33
description: Learn how to enable Group Managed Service Accounts (GMSA) for your Windows Server nodes on your Azure Kubernetes Service (AKS) cluster for securing your pods.
4-
services: container-service
54
ms.topic: article
65
ms.date: 11/01/2021
76
---

articles/aks/use-kms-etcd-encryption.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Use Key Management Service (KMS) etcd encryption in Azure Kubernetes Service (AKS)
33
description: Learn how to use the Key Management Service (KMS) etcd encryption with Azure Kubernetes Service (AKS)
4-
services: container-service
54
ms.topic: article
65
ms.date: 01/17/2023
76
---

articles/aks/use-labels.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ title: Use labels in an Azure Kubernetes Service (AKS) cluster
33
description: Learn how to use labels in an Azure Kubernetes Service (AKS) cluster.
44
author: rayoef
55
ms.author: rayoflores
6-
ms.service: azure-kubernetes-service
7-
ms.topic: how-to
6+
ms.topic: article
87
ms.date: 03/03/2022
9-
ms.custom: template-how-to
108
#Customer intent: As a cluster operator, I want to learn how to use labels in an AKS cluster so that I can set scheduling rules for nodes.
119
---
1210

articles/aks/use-mariner.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
title: Use the Mariner container host on Azure Kubernetes Service (AKS)
44
description: Learn how to use the Mariner container host on Azure Kubernetes Service (AKS)
5-
services: container-service
65
ms.topic: article
76
ms.custom: ignite-2022
87
ms.date: 12/08/2022

0 commit comments

Comments
 (0)