Skip to content

Commit 7a8dbba

Browse files
author
naman-msft
committed
updated documentation
1 parent 682fee7 commit 7a8dbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/azure-compute-docs/articles/virtual-machine-scale-sets/tutorial-modify-scale-sets-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Throughout the lifecycle of your applications, you may need to modify or update
1616
Below, we declare environment variables that will be used throughout this document. A random suffix is appended to resource names that need to be unique for each deployment. The REGION is set to WestUS2.
1717

1818
```bash
19-
export RANDOM_SUFFIX=adcc95
19+
export RANDOM_SUFFIX=$(openssl rand -hex 3)
2020
export MY_RESOURCE_GROUP_NAME="myResourceGroup$RANDOM_SUFFIX"
2121
export SCALE_SET_NAME="myScaleSet$RANDOM_SUFFIX"
2222
export NEW_INSTANCE_NAME="myNewInstance$RANDOM_SUFFIX"

0 commit comments

Comments
 (0)