Skip to content

Commit 9ab1741

Browse files
Merge pull request #211059 from miwithro/patch-171
Update use-azure-dedicated-hosts.md
2 parents c4229fa + cae3fd2 commit 9ab1741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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)
44
services: container-service
55
ms.topic: article
6-
ms.date: 08/01/2022
6+
ms.date: 09/13/2022
77
---
88

99
# Add Azure Dedicated Host to an Azure Kubernetes Service (AKS) cluster
@@ -64,7 +64,7 @@ az vm host group create \
6464
--name myHostGroup \
6565
-g myDHResourceGroup \
6666
-z 1\
67-
--platform-fault-domain-count 5
67+
--platform-fault-domain-count 1
6868
--automatic-placement true
6969
```
7070

@@ -79,7 +79,7 @@ az vm host create \
7979
--host-group myHostGroup \
8080
--name myHost \
8181
--sku DSv3-Type1 \
82-
--platform-fault-domain 0 \
82+
--platform-fault-domain 1 \
8383
-g myDHResourceGroup
8484
```
8585

0 commit comments

Comments
 (0)