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
Datadog's agent can also be deployed on your Azure virtual machines.
23
23
24
24
25
-
### Configure Azure Monitoring
26
-
{: #monitoring}
25
+
### Installation
26
+
{: #installation}
27
27
28
28
Integrating Datadog with Microsoft Azure is a two step process. The first step is creating a web application in your Active Directory and passing the correct credentials to Datadog, and the second step is giving this application read-access to any subscriptions you would like to monitor.
29
29
@@ -43,7 +43,7 @@ Integrating Datadog with Microsoft Azure is a two step process. The first step i
43
43
7. Select “Web application and/or web api”
44
44
8. Provide a sign-on URL and App ID URI
45
45
- These can be any value, they are not needed for authentication
46
-
- i.e. http://mydatadogapp123.com
46
+
- i.e. https://app.datadoghq.com
47
47
9. Click the check mark. You should be on a page that says "Your app has been added!"
48
48
10. Click on "Configure" (Make sure this is configure for the app, not the active directory) <imgsrc="/static/images/azure/configure_click.png"style="width: 50%;display:block;"/>
49
49
11. Scroll down to Client ID. Copy and paste the value in the form on the Datadog setup page <imgsrc="/static/images/azure/client_id_form.png"style="width: 50%;display:block;display:block;"/>
@@ -55,6 +55,7 @@ Integrating Datadog with Microsoft Azure is a two step process. The first step i
55
55
16. Under Delegated Permissions, check off “Access Azure Service Management as organization users (preview)” <imgsrc="/static/images/azure/app_permissions_dropdown.png"style="width: 50%;display:block;"/>
56
56
17. Click "Save" at the bottom of the screen
57
57
18. Scroll back up to Keys, and copy and paste the generated Client Secret key in the form on the Datadog setup page <imgsrc="/static/images/azure/client_secret_form.png"style="width: 50%;display:block;display:block;"/>
58
+
19. Click "Update Configuration" to complete application creation process
58
59
59
60
#### Giving Read Permissions to the Application
60
61
@@ -69,32 +70,18 @@ Integrating Datadog with Microsoft Azure is a two step process. The first step i
69
70
9. Press OK
70
71
10. Repeat this process for any other subscriptions you would like to monitor
71
72
72
-
**Navigate back to the Datadog setup page, and click "Update Configuration" to complete the installation process**
73
-
74
73
**In a few minutes, metrics from applications under that subscription will begin to appear!**
Learn more about how to monitor Azure performance metrics thanks to [our series of posts](https://www.datadoghq.com/blog/how-to-monitor-microsoft-azure-vms/). We detail the key performance metrics, how to collect them, and how to use Datadog to monitor Azure VMs.
81
-
82
-
#### Enable diagnostics
83
-
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.
84
-

85
-
86
-
After locating your VM:
87
-
88
-
1. Click on the CPU percentage today panel to show metrics panel
89
-
2. Click on Diagnostics
90
-
3. Shift the switch to open
91
-
4. Click OK to save your changes
92
-
93
-
Datadog only requires Basic metrics, network and web metrics as well as .Net metrics to function correctly. Un-check logs collection could save you some storage space.
77
+
Learn more about how to monitor Azure VM performance metrics with [our series of posts](https://www.datadoghq.com/blog/how-to-monitor-microsoft-azure-vms/). We detail the key performance metrics, how to collect them, and how to use Datadog to monitor Azure VMs.
94
78
95
79
### Deploy agents
96
80
{: #agents}
97
-
You can either deploy agents manually by following the instructions <ahref="/guides/azure/">here</a>.
81
+
82
+
1. In the Azure Marketplace, find the Datadog Extension
83
+
2. Use this api key: 0846b8170c3082e33773c413d3ab459e
84
+
3. You can deploy agents manually by following the instructions <ahref="/guides/azure/">here</a>
98
85
99
86
### Troubleshooting
100
87
{: #troubleshooting}
@@ -108,11 +95,23 @@ After logging in, locate the settings page on the left side of the screen.
108
95
The text in the red box shown in sceenshot above is your tenent name. Please only include text between parentheses.
109
96
110
97
#### Unable to login
111
-
If you have experienced error logging in while trying to install the integration, please reach out to [support@datadoghq.com][3]. When possible, please attache screen shot.
98
+
If you have experienced error logging in while trying to install the integration, please reach out to [support@datadoghq.com][3]. When possible, please attach a screen shot.
112
99
113
100
#### No metrics are showing up
114
101
Please make sure you have enabled diagnostics on your VMs. Diagnostics allows VMs to collect logging information which includes metrics for CPU, Network etc.
115
102
103
+
##### Enable diagnostics
104
+
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.
105
+

106
+
107
+
After locating your VM:
108
+
109
+
1. Click on the CPU percentage today panel to show metrics panel
110
+
2. Click on Diagnostics
111
+
3. Shift the switch to open
112
+
4. Click OK to save your changes
113
+
114
+
Datadog only requires Basic metrics, network and web metrics as well as .Net metrics to function correctly. Un-check logs collection could save you some storage space.
0 commit comments