Skip to content

Commit 8446bce

Browse files
authored
Merge pull request #89033 from jyama4ta/patch-2
fix lack of backslash
2 parents d235f57 + 7eba214 commit 8446bce

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
@@ -63,8 +63,8 @@ In this example, we'll use [az vm host group create][az-vm-host-group-create] to
6363
az vm host group create \
6464
--name myHostGroup \
6565
-g myDHResourceGroup \
66-
-z 1\
67-
--platform-fault-domain-count 1
66+
-z 1 \
67+
--platform-fault-domain-count 1 \
6868
--automatic-placement true
6969
```
7070

0 commit comments

Comments
 (0)