You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrations/azure.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ Integrating Datadog with Microsoft Azure is a three step process.
80
80
8. Click Select
81
81
9. Click OK
82
82
10. Repeat this process for any other subscriptions you would like to monitor
83
+
11.**Please note that Diagnostics must be enabled for ARM deployed VMs to collect metrics. <ahref="#diagnostics">See the instructions below</a>**
83
84
84
85
**In a few minutes, metrics from applications under that subscription will begin to appear!**
85
86
@@ -113,20 +114,23 @@ If you have experienced error logging in while trying to install the integration
113
114
#### No Metrics Are Showing Up
114
115
Please ensure you completed <ahref="#installation3">step three</a> of the installation process, which entails giving read permissions to the Azure application (created in <ahref="#installation2">step two</a>) for the subscriptions you want to monitor.
115
116
116
-
For ARM deployed VMs, diagnostics must be enabled to collect metrics. See Enable Diagnostics below for instructions.
117
+
For ARM deployed virtual machines, you must also turn on Diagnostics and select the VM metrics you would like to collect. See Enable Diagnostics below for instructions.
117
118
118
119
#### Missing Metrics?
119
-
Classicly deployed VMs must have diagnostics enabled to collect advanced metrics. Diagnostics allows VMs to collect logging information which includes metrics for CPU, Network, etc...
120
+
For ARM virtual machines, ensure you have enabled diagnostics and selected the metrics you would like to collect using the instructions below.
121
+
122
+
For other missing metrics, please reach out to [support@datadoghq.com][3].
120
123
121
124
##### Enable diagnostics
122
-
To collect advanced metrics for virtual machines, you must enable diagnostics. Right now this is only support by Windows based machines. To do this, first go to [Azure Portal][2] then follow the instructions below.
125
+
{: #diagnostics}
126
+
Turning on Diagnostics allows ARM deployed VMs to collect logging information which includes metrics for CPU, Network, etc... Right now this is only supported by Windows based machines. To do this, first go to [Azure Portal][2] then follow the instructions below.
123
127

124
128
125
129
After locating your VM:
126
130
127
131
1. Click on the CPU percentage today panel to show metrics panel
128
132
2. Click on Diagnostics
129
-
3. Shift the status to on (note: Datadog only requires "Basic metrics", "Network and web metrics", and ".Net metrics" to function correctly. Un-checking logs collection could save you some storage space)
133
+
3. Shift the status to on and select the metrics you would like to collect (note: we recommend "Basic metrics", "Network and web metrics", and ".Net metrics". Un-checking logs collection could save you some storage space)
0 commit comments