File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/virtual-machines/extensions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ The Azure PowerShell can be used to deploy the Key Vault VM extension to an exis
377
377
378
378
```
379
379
380
- * Deploy the extension on a Virtual Machine Scale Set :
380
+ * Deploy the extension on a Virtual Machine Scale Set:
381
381
382
382
```powershell
383
383
@@ -428,7 +428,7 @@ The Azure PowerShell can be used to deploy the Key Vault VM extension to an exis
428
428
429
429
```
430
430
431
- * Deploy the extension on a Virtual Machine Scale Set :
431
+ * Deploy the extension on a Virtual Machine Scale Set:
432
432
433
433
```powershell
434
434
@@ -510,7 +510,7 @@ The Azure CLI can be used to deploy the Key Vault VM extension to an existing vi
510
510
--settings "@settings.json"
511
511
```
512
512
513
- * Deploy the extension on a Virtual Machine Scale Set :
513
+ * Deploy the extension on a Virtual Machine Scale Set:
514
514
515
515
```azurecli
516
516
# Start the deployment
@@ -537,7 +537,7 @@ The Azure CLI can be used to deploy the Key Vault VM extension to an existing vi
537
537
\"authenticationSettings\": { \"msiEndpoint\": \"<msiEndpoint>\", \"msiClientId\": \"<msiClientId>\"}}'
538
538
```
539
539
540
- * Deploy the extension on a Virtual Machine Scale Set :
540
+ * Deploy the extension on a Virtual Machine Scale Set:
541
541
542
542
```azurecli
543
543
# Start the deployment
You can’t perform that action at this time.
0 commit comments