From 260592e032bf88ef7fd80fcf0319ef0d48375609 Mon Sep 17 00:00:00 2001 From: Barak Itkin Date: Thu, 3 Oct 2024 09:14:37 -0400 Subject: [PATCH] Fix typo (Set-AzVMssRunCommand -> SetAzVMss*VM*RunCommand) --- articles/virtual-machines/linux/run-command-managed.md | 2 +- articles/virtual-machines/windows/run-command-managed.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/virtual-machines/linux/run-command-managed.md b/articles/virtual-machines/linux/run-command-managed.md index fe914496753..be1478d98b8 100644 --- a/articles/virtual-machines/linux/run-command-managed.md +++ b/articles/virtual-machines/linux/run-command-managed.md @@ -83,7 +83,7 @@ az vm run-command show --name "myRunCommand" --vm-name "myVM" --resource-group " > [!Note] > Output and error fields in `instanceView` is limited to last 4KB. -> If you'd like to access the full output and error, you have the option of forwarding the output and error data to storage append blobs using `-outputBlobUri` and `-errorBlobUri` parameters while executing Run Command using `Set-AzVMRunCommand` or `Set-AzVMssRunCommand`. +> If you'd like to access the full output and error, you have the option of forwarding the output and error data to storage append blobs using `-outputBlobUri` and `-errorBlobUri` parameters while executing Run Command using `Set-AzVMRunCommand` or `Set-AzVMssVMRunCommand`. ### Delete RunCommand resource from the VM Remove the RunCommand resource previously deployed on the VM. If the script execution is still in progress, execution will be terminated. diff --git a/articles/virtual-machines/windows/run-command-managed.md b/articles/virtual-machines/windows/run-command-managed.md index 988542170d0..774fb8e477b 100644 --- a/articles/virtual-machines/windows/run-command-managed.md +++ b/articles/virtual-machines/windows/run-command-managed.md @@ -81,7 +81,7 @@ az vm run-command show --name "myRunCommand" --vm-name "myVM" --resource-group " > [!Note] > Output and error fields in `instanceView` is limited to last 4KB. -> If you'd like to access the full output and error, you have the option of forwarding the output and error data to storage append blobs using `-outputBlobUri` and `-errorBlobUri` parameters while executing Run Command using `Set-AzVMRunCommand` or `Set-AzVMssRunCommand`. +> If you'd like to access the full output and error, you have the option of forwarding the output and error data to storage append blobs using `-outputBlobUri` and `-errorBlobUri` parameters while executing Run Command using `Set-AzVMRunCommand` or `Set-AzVMssVMRunCommand`. ### Delete RunCommand resource from the VM Remove the RunCommand resource previously deployed on the VM. If the script execution is still in progress, execution will be terminated.