Skip to content

Commit deeabe1

Browse files
committed
Update raw-data-export-storage.md
1 parent 2f9f32d commit deeabe1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

defender-endpoint/api/raw-data-export-storage.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ ms.date: 06/28/2024
4040

4141
> [!IMPORTANT]
4242
> Microsoft recommends that you use roles with the fewest permissions. This helps improve security for your organization. Global Administrator is a highly privileged role that should be limited to emergency scenarios when you can't use an existing role.
43+
4344
## Enable raw data streaming
4445

45-
1. Sign in to the [Microsoft Defender portal](https://security.microsoft.com) as a ***Security Administrator***.
46+
1. Sign in to the [Microsoft Defender portal](https://security.microsoft.com) as a Security Administrator.
4647

4748
2. Go to [Data export settings page](https://security.microsoft.com/settings/mtp_settings/raw_data_export) in Microsoft Defender XDR.
4849

@@ -77,7 +78,7 @@ ms.date: 06/28/2024
7778

7879
- Each blob contains multiple rows.
7980

80-
- Each row contains the event name, the time Defender for Endpoint received the event, the tenant it belongs (you get events only from your tenant), and the event in JSON format in a property called "properties".
81+
- Each row contains the event name, the time Defender for Endpoint received the event, the tenant it belongs (you get events only from your tenant), and the event in JSON format in a property called `properties`.
8182

8283
- For more information about the schema of Microsoft Defender for Endpoint events, see [Advanced Hunting overview](/defender-xdr/advanced-hunting-overview).
8384

@@ -87,9 +88,9 @@ ms.date: 06/28/2024
8788
8889
## Data types mapping
8990

90-
In order to get the data types for our events properties, do the following:
91+
In order to get the data types for our events properties, take the following steps:
9192

92-
1. Sign in to [Microsoft Defender portal](https://security.microsoft.com) and go to [Advanced Hunting page](https://security.microsoft.com/hunting-package).
93+
1. Sign in to the [Microsoft Defender portal](https://security.microsoft.com) and go to [Advanced Hunting page](https://security.microsoft.com/hunting-package).
9394

9495
2. Run the following query to get the data types mapping for each event:
9596

@@ -99,16 +100,16 @@ In order to get the data types for our events properties, do the following:
99100
| project ColumnName, ColumnType
100101
```
101102

102-
- Here's an example for Device Info event:
103+
Here's an example for Device Info event:
103104

104-
:::image type="content" source="../media/data-types-mapping-query.png" alt-text="The Event Hubs with resource ID3" lightbox="../media/data-types-mapping-query.png":::
105+
:::image type="content" source="../media/data-types-mapping-query.png" alt-text="The Event Hubs with resource ID3" lightbox="../media/data-types-mapping-query.png":::
105106

106107
## Related articles
107108

108109
- [Stream Microsoft Defender XDR events | Microsoft Learn](/defender-xdr/streaming-api)
109-
110110
- [Overview of Advanced Hunting](/defender-xdr/advanced-hunting-overview)
111111
- [Microsoft Defender for Endpoint Streaming API](raw-data-export.md)
112112
- [Stream Microsoft Defender for Endpoint events to your Azure storage account](raw-data-export-storage.md)
113113
- [Azure Storage Account documentation](/azure/storage/common/storage-account-overview)
114+
114115
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../../includes/defender-mde-techcommunity.md)]

0 commit comments

Comments
 (0)