Skip to content

Commit 639df71

Browse files
fixed VMSS wording
1 parent 136f502 commit 639df71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/virtual-machines/linux/run-command-managed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ Create or update Run Command on a VM, run the Run Command as a different user us
163163
```azurepowershell-interactive
164164
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP EastUS2EUAP -SourceScriptUri <SourceScriptUri> -RunAsUser myusername -RunAsPassword mypassword
165165
```
166-
### Create or update Run Command on a VMSS resource using SourceScriptUri (storage blob SAS URL).
167-
Create or update Run Command on a VMSS resource using a SAS URL of a storage blob that contains a bash script.
166+
### Create or update Run Command on a Virtual Machine Scale Sets resource using SourceScriptUri (storage blob SAS URL).
167+
Create or update Run Command on a Virtual Machine Scale Sets resource using a SAS URL of a storage blob that contains a bash script.
168168

169169
```azurepowershell-interactive
170170
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 0 -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceScriptUri <SourceScriptUri>

articles/virtual-machines/windows/run-command-managed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ Create or update Run Command on a VM as a different user using `RunAsUser` and `
170170
Set-AzVMRunCommand -ResourceGroupName MyRG0 -VMName MyVMEE -RunCommandName MyRunCommand -Location EastUS2EUAP -ScriptLocalPath "C:\MyScriptsDir\MyScript.ps1" -RunAsUser myusername -RunAsPassword mypassword
171171
```
172172

173-
### Create or update Run Command on a VMSS VM resource using SourceScriptUri (storage blob SAS URL)
174-
Create or update Run Command on a Windows VMSS resource using a SAS URL of a storage blob that contains a PowerShell script.
173+
### Create or update Run Command on a Virtual Machine Scale Sets resource using SourceScriptUri (storage blob SAS URL)
174+
Create or update Run Command on a Windows Virtual Machine Scale Sets resource using a SAS URL of a storage blob that contains a PowerShell script.
175175

176176
```azurepowershell-interactive
177177
Set-AzVmssVMRunCommand -ResourceGroupName MyRG0 -VMScaleSetName MyVMSS -InstanceId 0 -RunCommandName MyRunCommand -Location EastUS2EUAP -SourceScriptUri <SourceScriptUri>

0 commit comments

Comments
 (0)