Skip to content

Commit d71192e

Browse files
committed
docs: Add --public-ip-address option to VM creation
1 parent 325b26d commit d71192e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

articles/application-gateway/quick-create-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ for i in `seq 1 2`; do
157157
--name myVM$i \
158158
--nics myNic$i \
159159
--image Ubuntu2204 \
160+
--public-ip-address "" \
160161
--admin-username azureuser \
161162
--generate-ssh-keys \
162163
--custom-data cloud-init.txt

0 commit comments

Comments
 (0)