Skip to content

Commit 9ffc759

Browse files
authored
Merge pull request DataDog#808 from DataDog/jyee/azure_integration
Addressing issues raised in DataDog#801
2 parents da84872 + 1b881c8 commit 9ffc759

File tree

4 files changed

+96
-3
lines changed

4 files changed

+96
-3
lines changed

content/integrations/azure.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Datadog - Microsoft Azure Integration
2+
title: Datadog-Microsoft Azure Integration
33
integration_title: Microsoft Azure
44
kind: integration
55
sidebar:
@@ -13,6 +13,8 @@ sidebar:
1313
href: "#installation2"
1414
- text: Deploy agents
1515
href: "#agents"
16+
- text: Metrics
17+
href: "#metrics"
1618
- text: Troubleshooting
1719
href: "#troubleshooting"
1820
- header: Integrations
@@ -22,9 +24,19 @@ sidebar:
2224

2325
### Overview
2426

25-
Datadog's Azure integration currently monitors Virtual Machines, SQL Databases, and App Services. For any other service, please reach out to [support@datadoghq.com][3].
26-
Datadog's agent can also be deployed on your Azure virtual machines.
27+
Connect to Microsft Azure in order to:
2728

29+
* Get metrics from Azure VMs with or without installing the Agent
30+
* Tag your Azure VMs with Azure-specific information (e.g. location)
31+
* Get metrics from Azure SQL Databases through the Azure SQL Database API
32+
* Get metrics from Azure Mobile Apps and Web Apps through the Azure Insights API
33+
34+
Related integrations include:
35+
36+
| [App Service](/integrations/azure_app_services) | easy-to-use service for deploying and scaling web, mobile, API and business logic applications |
37+
| [SQL Database](/integrations/azure_sql_database) | highly scalable relational database in the cloud |
38+
| [Virtual Machine](/integrations/azure_vm) | virtual machine management service |
39+
{:.table}
2840

2941
### Installation
3042
{: #installation}
@@ -95,6 +107,15 @@ Learn more about how to monitor Azure VM performance metrics with [our series of
95107
1. Follow the steps in the [Azure integrations][1] tile
96108
2. Manually deploy agents by following the instructions <a href="/guides/azure/">here</a>
97109

110+
### Metrics
111+
112+
View the specific metrics we collect for each Azure service integration:
113+
114+
* [App Service](/integrations/azure_app_services)
115+
* [SQL Database](/integrations/azure_sql_database)
116+
* [Virtual Machine](/integrations/azure_vm)
117+
118+
98119
### Troubleshooting
99120
{: #troubleshooting}
100121
Here are some common issues you might be seeing.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Datadog-Microsoft Azure App Service Integration
3+
integration_title: Microsoft Azure App Service
4+
kind: integration
5+
doclevel: basic
6+
git_integration_title: azure_app_services
7+
newhlevel: true
8+
---
9+
10+
# Overview
11+
Azure App Service is a platform-as-a-service that runs web, mobile, API and business logic applications and automatically manages the resources required by those apps.
12+
13+
Get metrics from Azure App Service to:
14+
15+
* Visualize your app performance
16+
* Correlate the performance of your Azure Apps with the rest of you apps
17+
18+
# Installation
19+
20+
If you haven't already, set up the [Microsoft Azure integration first](/integrations/azure). There are no other installation steps that need to be performed.
21+
22+
# Metrics
23+
<%= get_metrics_from_git()%>
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Datadog-Microsoft Azure SQL Database Integration
3+
integration_title: Microsoft Azure SQL Database
4+
kind: integration
5+
doclevel: basic
6+
git_integration_title: azure_sql_database
7+
newhlevel: true
8+
---
9+
10+
# Overview
11+
Azure SQL Database gives you a robust datastore with the flexibility to scale to meet demand.
12+
13+
Get metrics from Azure SQL Database to:
14+
15+
* Visualize the performance of your SQL Database
16+
* Correlate the performance of your SQL Database with your applications
17+
18+
# Installation
19+
20+
If you haven't already, set up the [Microsoft Azure integration first](/integrations/azure). There are no other installation steps that need to be performed.
21+
22+
# Metrics
23+
<%= get_metrics_from_git()%>
24+

content/integrations/azure_vm.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Datadog-Microsoft Azure VM Integration
3+
integration_title: Microsoft Azure VM
4+
kind: integration
5+
doclevel: basic
6+
git_integration_title: azure_vm
7+
newhlevel: true
8+
---
9+
10+
# Overview
11+
Azure Virtual Machine allows you to flexibly run virtualized environments with the ability to scale on-demand.
12+
13+
Get metrics from Azure VM to:
14+
15+
* Visualize the performance of your VMs
16+
* Correlate the performance of your VMs with your applications
17+
18+
# Installation
19+
20+
If you haven't already, set up the [Microsoft Azure integration first](/integrations/azure). There are no other installation steps that need to be performed.
21+
22+
# Metrics
23+
<%= get_metrics_from_git()%>
24+

0 commit comments

Comments
 (0)