Skip to content

Commit 7eba214

Browse files
author
Jumpei Yamashita
authored
fix lack of backslash
It seems like typo.
1 parent 96e493b commit 7eba214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ In this example, we will use [az vm host group create][az-vm-host-group-create]
9595
az vm host group create \
9696
--name myHostGroup \
9797
-g myDHResourceGroup \
98-
-z 1\
99-
--platform-fault-domain-count 1
98+
-z 1 \
99+
--platform-fault-domain-count 1 \
100100
--automatic-placement true
101101
```
102102

0 commit comments

Comments
 (0)