File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
azure-compute-docs/articles/virtual-machine-scale-sets Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The following example creates a Linux-based VM named *myVM* in the resource grou
4141export RANDOM_ID=$(openssl rand -hex 3)
4242export MY_RESOURCE_GROUP_NAME="myResourceGroup$RANDOM_ID"
4343export REGION="eastus"
44- export MY_VM_NAME="myVM"
44+ export MY_VM_NAME="myVM$RANDOM_ID "
4545
4646az group create --name $MY_RESOURCE_GROUP_NAME --location $REGION
4747
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments