Skip to content

Commit 1b56016

Browse files
author
naman-msft
committed
updated docs;
1 parent 047b3cd commit 1b56016

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

scenarios/azure-compute-docs/articles/virtual-machine-scale-sets/tutorial-use-custom-image-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following example creates a Linux-based VM named *myVM* in the resource grou
4141
export RANDOM_ID=$(openssl rand -hex 3)
4242
export MY_RESOURCE_GROUP_NAME="myResourceGroup$RANDOM_ID"
4343
export REGION="eastus"
44-
export MY_VM_NAME="myVM"
44+
export MY_VM_NAME="myVM$RANDOM_ID"
4545
4646
az group create --name $MY_RESOURCE_GROUP_NAME --location $REGION
4747

scenarios/metadata.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,15 @@
816816

817817
],
818818
"configurations": {
819-
"permissions": []
819+
"permissions": [],
820+
"configurableParams": [
821+
{
822+
"inputType": "textInput",
823+
"commandKey": "MY_VM_NAME",
824+
"title": "VM Name",
825+
"defaultValue": ""
826+
}
827+
]
820828
}
821829
},
822830
{

0 commit comments

Comments
 (0)