Skip to content

Commit 892c477

Browse files
authored
Update quickstart-create-azure-cli.md
1 parent dd3934d commit 892c477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-compute-fleet/quickstart-create-azure-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ export MY_SUBNET_ID="$(az network vnet subnet show \
6969

7070
Set up a password that meets the [password requirements for Azure VMs](https://learn.microsoft.com/azure/virtual-machines/windows/faq#what-are-the-password-requirements-when-creating-a-vm-).
7171

72+
```bash
7273
export ADMIN_PASSWORD="Azure compliant password"
73-
74+
```
7475

7576
### Create Compute Fleet
7677

0 commit comments

Comments
 (0)