Skip to content

Commit a780554

Browse files
removed extra spacing for notes and line break of notes
1 parent bcd0a1f commit a780554

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ This command will retrieve current execution progress, including latest output,
5252
az vm run-command show --name "myRunCommand" --vm-name "myVM" --resource-group "myRG" --expand instanceView
5353
```
5454

55-
> [!Note] Output and error fields in `instanceView` is limited to last 4KB.
55+
> [!Note]
56+
> Output and error fields in `instanceView` is limited to last 4KB.
5657
> 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`.
5758
5859
### Delete RunCommand resource from the VM

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ This command will retrieve current execution progress, including latest output,
5252
az vm run-command show --name "myRunCommand" --vm-name "myVM" --resource-group "myRG" --expand instanceView
5353
```
5454

55-
> [!Note] Output and error fields in `instanceView` is limited to last 4KB.
55+
> [!Note]
56+
> Output and error fields in `instanceView` is limited to last 4KB.
5657
> 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`.
5758
5859
### Delete RunCommand resource from the VM

0 commit comments

Comments
 (0)