We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6f408 commit c9dcd67Copy full SHA for c9dcd67
articles/virtual-machines/extensions/diagnostics-linux.md
@@ -54,10 +54,10 @@ The downloadable configuration is just an example; modify it to suit your own ne
54
55
### Sample installation
56
57
-Fill in the correct values for the variables on the first three lines:
+Fill in the correct values for the variables in the first section before running:
58
59
```bash
60
-# Set your Azure VM diagnostic parameters correctly below
+# Set your Azure VM diagnostic variables correctly below
61
my_resource_group=<your_azure_resource_group_name_containing_your_azure_linux_vm>
62
my_linux_vm=<your_azure_linux_vm_name>
63
my_diagnostic_storage_account=<your_azure_storage_account_for_storing_vm_diagnostic_data>
0 commit comments