File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Use Azure Dedicated Hosts in Azure Kubernetes Service (AKS)
3
3
description : Learn how to create an Azure Dedicated Hosts Group and associate it with Azure Kubernetes Service (AKS)
4
4
services : container-service
5
5
ms.topic : article
6
- ms.date : 08/01 /2022
6
+ ms.date : 09/13 /2022
7
7
---
8
8
9
9
# Add Azure Dedicated Host to an Azure Kubernetes Service (AKS) cluster
@@ -64,7 +64,7 @@ az vm host group create \
64
64
--name myHostGroup \
65
65
-g myDHResourceGroup \
66
66
-z 1\
67
- --platform-fault-domain-count 5
67
+ --platform-fault-domain-count 1
68
68
--automatic-placement true
69
69
```
70
70
@@ -79,7 +79,7 @@ az vm host create \
79
79
--host-group myHostGroup \
80
80
--name myHost \
81
81
--sku DSv3-Type1 \
82
- --platform-fault-domain 0 \
82
+ --platform-fault-domain 1 \
83
83
-g myDHResourceGroup
84
84
```
85
85
You can’t perform that action at this time.
0 commit comments