Skip to content

Commit 66d6ee8

Browse files
authored
Merge pull request #88142 from cynthn/patch-304
Fixing issue: https://github.com/MicrosoftDocs/azure-docs/issues/7708
2 parents 65766d9 + c9dcd67 commit 66d6ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/extensions/diagnostics-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ The downloadable configuration is just an example; modify it to suit your own ne
5454

5555
### Sample installation
5656

57-
Fill in the correct parameters on the first three lines, then execute this script as root:
57+
Fill in the correct values for the variables in the first section before running:
5858

5959
```bash
60-
# Set your Azure VM diagnostic parameters correctly below
60+
# Set your Azure VM diagnostic variables correctly below
6161
my_resource_group=<your_azure_resource_group_name_containing_your_azure_linux_vm>
6262
my_linux_vm=<your_azure_linux_vm_name>
6363
my_diagnostic_storage_account=<your_azure_storage_account_for_storing_vm_diagnostic_data>

0 commit comments

Comments
 (0)