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: articles/external-attack-surface-management/data-connections.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,36 @@ To successfully create a data connection, you must first ensure that you've comp
68
68
69
69
1. Expand the **Log Analytics agent instructions** section to view your workspace ID and primary key. These values are used to set up your data connection.
70
70
71
+
> [!NOTE]
72
+
> The **HTTP Data Collector API**, currently used by the **Defender EASM Log Analytics Data Connector**, will be **deprecated on September 14, 2026**.
73
+
>
74
+
> All new Log Analytics Data Connectors will use the **Logs Ingestion API**, which requires additional permission configurations as outlined below.
75
+
76
+
77
+
### Configure Resource Group Role Assignments
78
+
79
+
1. On the leftmost pane, select **Overview** and navigate to the **Resource group** under **Essentials** on the main pane.
80
+
1. Open the Resource group that contains the Log Analytics workspace.
81
+
1. On the leftmost pane, select **Access control (IAM)**.
82
+
1. Search and select the **Reader** role.
83
+
1. Search and select the **EASM API** as the member for the role assignment.
84
+

85
+
1. Be sure the Assignment type is **Permanent** and then click **Review + assign**.
86
+
1. Repeat this and add the **Monitoring Contributor**, **Log Analytics Contributor**, and the **Monitoring Metrics Publisher** roles for the **EASM API** app.
87
+
88
+
> [!NOTE]
89
+
> The role assignments for the **EASM API** may take a few minutes to be assigned after. After configuring the assignments, please wait for a few minutes to create a new data connection.
90
+
91
+
### Configure Subscription Resource Providers
92
+
93
+
1. Open the Subscription that contains the Resource Group and Log Analytics workspace.
94
+
1. On the leftmost pane, under **Settings** select **Resource Providers**.
95
+
1. Search for **microsoft.insights** and register the provider.
96
+

97
+
98
+
> [!NOTE]
99
+
> Using the new Log Analytics API, the Defender EASM resource and Log Analytics workspace that will ingest your Defender EASM data **must be in the same tenant**.
100
+
71
101
Use of this data connection is subject to the pricing structure of Log Analytics. For more information, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
72
102
73
103
## Configure Azure Data Explorer permissions
@@ -104,12 +134,14 @@ A configuration pane opens on the right side of the **Data Connections** page. T
104
134
105
135
-**Name**: Enter a name for this data connection.
106
136
-**Workspace ID**: Enter the workspace ID for the Log Analytics instance where you want to export Defender EASM data.
107
-
-**API key**: Enter the API key for the Log Analytics instance.
108
137
-**Content**: Select to integrate asset data, attack surface insights, or both datasets.
109
138
-**Frequency**: Select the frequency that the Defender EASM connection uses to send updated data to the tool of your choice. Available options are daily, weekly, and monthly.
110
139
111
140

112
141
142
+
> [!NOTE]
143
+
> All new data connections will use the Log Analytics API and **will not** use an API key.
0 commit comments