Skip to content

Commit 12b2e9e

Browse files
committed
some format changes to doc
1 parent 3c277b2 commit 12b2e9e

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

content/integrations/azure.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ kind: integration
55
sidebar:
66
nav:
77
- header: Azure integration
8-
- text: Configure Monitoring
9-
href: "#monitoring"
8+
- text: Installation
9+
href: "#installation"
1010
- text: Deploy agents
1111
href: "#agents"
1212
- text: Troubleshooting
@@ -22,8 +22,8 @@ Datadog's Azure integration currently monitors Virtual Machines, SQL Databases,
2222
Datadog's agent can also be deployed on your Azure virtual machines.
2323

2424

25-
### Configure Azure Monitoring
26-
{: #monitoring}
25+
### Installation
26+
{: #installation}
2727

2828
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.
2929

@@ -43,7 +43,7 @@ Integrating Datadog with Microsoft Azure is a two step process. The first step i
4343
7. Select “Web application and/or web api”
4444
8. Provide a sign-on URL and App ID URI
4545
- These can be any value, they are not needed for authentication
46-
- i.e. http://mydatadogapp123.com
46+
- i.e. https://app.datadoghq.com
4747
9. Click the check mark. You should be on a page that says "Your app has been added!"
4848
10. Click on "Configure" (Make sure this is configure for the app, not the active directory) <img src="/static/images/azure/configure_click.png" style="width: 50%;display:block;"/>
4949
11. Scroll down to Client ID. Copy and paste the value in the form on the Datadog setup page <img src="/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
5555
16. Under Delegated Permissions, check off “Access Azure Service Management as organization users (preview)” <img src="/static/images/azure/app_permissions_dropdown.png" style="width: 50%;display:block;"/>
5656
17. Click "Save" at the bottom of the screen
5757
18. Scroll back up to Keys, and copy and paste the generated Client Secret key in the form on the Datadog setup page <img src="/static/images/azure/client_secret_form.png" style="width: 50%;display:block;display:block;"/>
58+
19. Click "Update Configuration" to complete application creation process
5859

5960
#### Giving Read Permissions to the Application
6061

@@ -69,32 +70,18 @@ Integrating Datadog with Microsoft Azure is a two step process. The first step i
6970
9. Press OK
7071
10. Repeat this process for any other subscriptions you would like to monitor
7172

72-
**Navigate back to the Datadog setup page, and click "Update Configuration" to complete the installation process**
73-
7473
**In a few minutes, metrics from applications under that subscription will begin to appear!**
7574

76-
77-
7875
![Azure default dashboard](/static/images/azure.png)
7976

80-
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-
![](/static/images/azure_diag_manual.png)
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.
9478

9579
### Deploy agents
9680
{: #agents}
97-
You can either deploy agents manually by following the instructions <a href="/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 <a href="/guides/azure/">here</a>
9885

9986
### Troubleshooting
10087
{: #troubleshooting}
@@ -108,11 +95,23 @@ After logging in, locate the settings page on the left side of the screen.
10895
The text in the red box shown in sceenshot above is your tenent name. Please only include text between parentheses.
10996

11097
#### 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.
11299

113100
#### No metrics are showing up
114101
Please make sure you have enabled diagnostics on your VMs. Diagnostics allows VMs to collect logging information which includes metrics for CPU, Network etc.
115102

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+
![](/static/images/azure_diag_manual.png)
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.
116115

117116

118117

0 commit comments

Comments
 (0)