Skip to content

Commit 59f1d2f

Browse files
authored
Merge pull request #302991 from sohamptl/MDEASM-Connector
Updated Log Analytics Data Connector documentation due to API Migration
2 parents 54ce11e + b955ecb commit 59f1d2f

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

articles/external-attack-surface-management/data-connections.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,36 @@ To successfully create a data connection, you must first ensure that you've comp
6868

6969
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.
7070

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+
![Screenshot that shows Members for role assignments, specifically the EASM API app.](media/data-connections/add-role-assignment.png)
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+
![Screenshot that shows Resource providers, specifically microsoft.insights.](media/data-connections/register-resource-provider.png)
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+
71101
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/).
72102

73103
## Configure Azure Data Explorer permissions
@@ -104,12 +134,14 @@ A configuration pane opens on the right side of the **Data Connections** page. T
104134

105135
- **Name**: Enter a name for this data connection.
106136
- **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.
108137
- **Content**: Select to integrate asset data, attack surface insights, or both datasets.
109138
- **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.
110139

111140
![Screenshot that shows the Add data connection screen for Log Analytics.](media/data-connections/data-connector-11.png)
112141

142+
> [!NOTE]
143+
> All new data connections will use the Log Analytics API and **will not** use an API key.
144+
113145

114146
### Azure Data Explorer
115147

92 KB
Loading
-835 Bytes
Loading
110 KB
Loading

0 commit comments

Comments
 (0)