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: support/azure/partner-solutions/datadog/installation-fails.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,13 @@ ai-usage: ai-assisted
14
14
15
15
# Datadaog agent installation fails, or default API key is incorrect
16
16
17
-
The Azure Datadog integration enables you to install Datadog agent on a virtual machine or app service. This article helps you troubleshoot Datadog agent installation failures that are caused by a missing default API key. It also describes how to change the default key.
17
+
## Summary
18
+
19
+
The Azure Datadog integration enables you to install a Datadog agent on a virtual machine or app service. This article helps you troubleshoot Datadog agent installation failures that are caused by a missing default API key. It also describes how to change the default key.
18
20
19
21
## Prerequisites
20
22
21
-
- Access to the Azure portal with permissions to view or configure the Datadog integration and to restart VMs or app services, if required.
23
+
- Access to the [Azure portal](https://portal.azure.com) with permissions to view or configure the Datadog integration and to restart virutal machines (VMs) or app services if required.
22
24
23
25
## Problems and solutions
24
26
@@ -29,17 +31,19 @@ If a default API key isn't selected, the Datadog agent installation fails.
29
31
#### Solution
30
32
31
33
1. In the Azure portal, go to the Datadog resource.
32
-
1.In the left pane, select **Keys**under**Settings**.
33
-
1.Under**API Keys**, select or create a default key.
34
+
1.Select **Settings**>**Keys**.
35
+
1.In**API Keys**, change the default key.
34
36
1. Try again to install the agent.
35
37
36
38
### Problem: Incorrect API key configured on the resource
37
39
40
+
The API key for the resource is incorrect.
41
+
38
42
#### Solution
39
43
40
44
1. In the Azure portal, go to the Datadog resource.
41
-
1.In the left pane, select, select **Keys**under**Settings**.
Copy file name to clipboardExpand all lines: support/azure/partner-solutions/datadog/metrics-not-emitted.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,27 +14,29 @@ ai-usage: ai-assisted
14
14
15
15
# Metrics not being emitted
16
16
17
-
This article helps you resolve the problem in which Datadog isn't receiving metrics from Azure resources because the Datadog resource identity doesn't have the required Monitoring Reader role assignment.
17
+
## Summary
18
+
19
+
This article helps you resolve when Datadog isn't receiving metrics from Azure resources because the Datadog resource identity doesn't have the required Monitoring Reader role assignment.
18
20
19
21
## Prerequisites
20
22
21
-
- Access to the Azure portal with permissions to view access control (IAM) for the target subscription (Reader) and to assign roles (Contributor/Owner) if you will remediate the problem.
23
+
- Access to the [Azure portal](https://portal.azure.com) with permissions to view access control (IAM) for the target subscription (Reader) and to assign roles (Contributor/Owner) if you will remediate the problem.
22
24
- The Datadog resource identity (managed identity or service principal) name or principal ID.
23
25
24
26
## Symptoms
25
27
26
28
- Metrics from Azure resources don't appear in the Datadog UI.
27
-
- The Datadog resource doesn't show a Monitoring Reader role assignment in the subscription's access control (IAM) list.
29
+
- The Datadog resource doesn't show a **Monitoring Reader** role assignment in the subscription's IAM list.
28
30
29
31
## Cause
30
32
31
-
Datadog requires the Monitoring Reader role on the appropriate Azure subscription to collect platform metrics. If the Datadog resource identity isn't assigned this role, Datadog can't read metrics and they won't be emitted to Datadog.
33
+
Datadog requires the **Monitoring Reader** role on the appropriate Azure subscription to collect platform metrics. If the Datadog resource identity isn't assigned this role, Datadog can't read metrics and they won't be emitted to Datadog.
32
34
33
35
## Solution
34
36
35
37
1. In the Azure portal, open the subscription that contains the resource.
36
38
37
-
1. Select **Access control (IAM)** in the left pane.
39
+
1. Select **Access control (IAM)**.
38
40
39
41
1. On the **Role assignments** tab, search for the Datadog resource name.
40
42
@@ -44,19 +46,19 @@ Datadog requires the Monitoring Reader role on the appropriate Azure subscriptio
44
46
45
47
1. On the **Role** tab, select **Monitoring Reader**, and then select **Next**.
46
48
47
-
1. In **Assign access to**, select managed identity or service principal, as appropriate.
49
+
1. In **Assign access to**, select **Managed identity** or **Service principal** as appropriate.
48
50
49
-
1. Select the Datadog resource identity and then click**Select**.
51
+
1. Select the Datadog resource identity and then choose**Select**.
50
52
51
-
1. Wait a few minutes for RBAC propagation, and then verify that Datadog is receiving metrics.
53
+
1. Wait a few minutes for role-based access control (RBAC) propagation, and then verify that Datadog is receiving metrics.
52
54
53
55
> [!warning]
54
-
> If you remove the system managed identity or the Monitoring Reader role assignment, the Datadog can't collect metrics from your Azure resources.
56
+
> If you remove the system managed identity or the Monitoring Reader role assignment, Datadog can't collect metrics from your Azure resources.
55
57
56
58
> [!Note]
57
-
> Confirm that the Datadog identity is the one used by the Datadog integration (managed identity vs. service principal). If you assign the role to the wrong principal, Datadog won't receive metrics.
59
+
> Confirm that the Datadog identity is the one used by the Datadog integration (managed identity versus service principal). If you assign the role to the wrong principal, Datadog won't receive metrics.
58
60
59
-
## Related content
61
+
## Resources
60
62
61
63
-[Azure role-based access control (RBAC)](/azure/role-based-access-control/)
62
64
-[Assign Azure roles using the Azure CLI](/azure/role-based-access-control/role-assignments-cli)
0 commit comments