Skip to content

Commit 8263bb0

Browse files
Merge pull request #211132 from AjayBathini-MSFT/patch-2
(AzureCXP) fixes MicrosoftDocs/azure-docs#98408
2 parents 669ae24 + 9d4dc59 commit 8263bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/tutorial-install-apps-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ az vmss extension set \
8686
--name CustomScript \
8787
--resource-group myResourceGroup \
8888
--vmss-name myScaleSet \
89-
--settings @customConfig.json
89+
--settings customConfig.json
9090
```
9191

9292
Each VM instance in the scale set downloads and runs the script from GitHub. In a more complex example, multiple application components and files could be installed. If the scale set is scaled up, the new VM instances automatically apply the same Custom Script Extension definition and install the required application.

0 commit comments

Comments
 (0)