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.
2 parents 65766d9 + c9dcd67 commit 66d6ee8Copy full SHA for 66d6ee8
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 parameters on the first three lines, then execute this script as root:
+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