Skip to content

Commit a91082a

Browse files
authored
fix spelling, typos, indentation, heading capping
1 parent 4ae597b commit a91082a

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

articles/azure-monitor/platform/diagnostics-extension-windows-install.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,40 @@ You can install and configure the diagnostics extension on an individual virtual
2828
> The following describe the most common settings for the diagnostics extension. For details on all of the configuration options, see [Windows diagnostics extension schema](diagnostics-extension-schema-windows.md).
2929
3030
1. Open the menu for a virtual machine in the Azure portal.
31+
3132
2. Click on **Diagnostic settings** in the **Monitoring** section of the VM menu.
33+
3234
3. Click **Enable guest-level monitoring** if the diagnostics extension hasn't already been enabled.
3335

34-
![Enable monitoring](media/diagnostics-extension-windows-install/enable-monitoring.png)
36+
![Enable monitoring](media/diagnostics-extension-windows-install/enable-monitoring.png)
3537

3638
4. A new Azure Storage account will be created for the VM with the name will be based on the name of the resource group for the VM, and a default set of guest performance counters and logs will be selected.
3739

38-
![Diagnostic settings](media/diagnostics-extension-windows-install/diagnostic-settings.png)
40+
![Diagnostic settings](media/diagnostics-extension-windows-install/diagnostic-settings.png)
3941

4042
5. In the **Performance counters** tab, select the guest metrics you would like to collect from this virtual machine. Use the **Custom** setting for more advanced selection.
4143

42-
![Performance counters](media/diagnostics-extension-windows-install/performance-counters.png)
44+
![Performance counters](media/diagnostics-extension-windows-install/performance-counters.png)
4345

4446
6. In the **Logs** tab, select the logs to collect from the virtual machine. Logs can be sent to storage or event hubs, but not to Azure Monitor. Use the [Log Analytics agent](log-analytics-agent.md) to collect guest logs to Azure Monitor.
4547

46-
![Logs](media/diagnostics-extension-windows-install/logs.png)
48+
![Logs](media/diagnostics-extension-windows-install/logs.png)
4749

4850
7. In the **Crash dumps** tab, specify any processes to collect memory dumps after a crash. The data will be written to the storage account for the diagnostic setting, and you can optionally specify a blob container.
49-
50-
![Crash dumps](media/diagnostics-extension-windows-install/crash-dumps.png)
51-
52-
8. In the **Sinks** tab, specify whether to send the data to locations other than Azure storage. If you select **Azure Monitor**, guest performance data will be sent to Azure Monitor Metrics. You cannot configure the event hubs sink using the Azure portal.
5351

54-
![Sinks](media/diagnostics-extension-windows-install/sinks.png)
52+
![Crash dumps](media/diagnostics-extension-windows-install/crash-dumps.png)
5553

56-
If you have not enabled a System Assigned Identity configured for your your virtual machine, you may see the below warning when you save a configuration with the Azure Monitor sink. Click on the banner to enable the system assigned identity.
54+
8. In the **Sinks** tab, specify whether to send the data to locations other than Azure storage. If you select **Azure Monitor**, guest performance data will be sent to Azure Monitor Metrics. You cannot configure the event hubs sink using the Azure portal.
5755

58-
![Managed entity](media/diagnostics-extension-windows-install/managed-entity.png)
56+
![Sinks](media/diagnostics-extension-windows-install/sinks.png)
57+
58+
If you have not enabled a System Assigned Identity configured for your virtual machine, you may see the below warning when you save a configuration with the Azure Monitor sink. Click on the banner to enable the system assigned identity.
59+
60+
![Managed entity](media/diagnostics-extension-windows-install/managed-entity.png)
5961

60-
9. In the **Agent**, you can change the storage account, set the disk quota, and specifygy whether to collect diagnostic infrastructure logs.
62+
9. In the **Agent**, you can change the storage account, set the disk quota, and specify whether to collect diagnostic infrastructure logs.
6163

62-
![Agent](media/diagnostics-extension-windows-install/agent.png)
64+
![Agent](media/diagnostics-extension-windows-install/agent.png)
6365

6466
10. Click **Save** to save the configuration.
6567

@@ -91,6 +93,7 @@ The protected settings are defined in the [PrivateConfig element](diagnostics-ex
9193
"storageAccountEndPoint": "https://mystorageaccount.blob.core.windows.net"
9294
}
9395
```
96+
9497
The public settings are defined in the [Public element](diagnostics-extension-schema-windows.md#publicconfig-element) of the configuration schema. Following is a minimal example of a public settings file that enables collection of diagnostic infrastructure logs, a single performance counter, and a single event log. See [Example configuration](diagnostics-extension-schema-windows.md#publicconfig-element) for complete details of the public settings.
9598

9699
```JSON
@@ -201,5 +204,5 @@ Several tools are available to view the data after it is transferred to storage.
201204
* [Microsoft Azure Storage Explorer](../../vs-azure-tools-storage-manage-with-storage-explorer.md) is a standalone app that enables you to easily work with Azure Storage data on Windows, OSX, and Linux.
202205
* [Azure Management Studio](https://www.cerebrata.com/products/azure-management-studio/introduction) includes Azure Diagnostics Manager which allows you to view, download and manage the diagnostics data collected by the applications running on Azure.
203206

204-
## Next Steps
207+
## Next steps
205208
- See [Send data from Windows Azure diagnostics extension to Event Hubs](diagnostics-extension-stream-event-hubs.md) for details on forwarding monitoring data to Azure Event Hubs.

0 commit comments

Comments
 (0)