Skip to content

Commit c6f491e

Browse files
committed
fixing indentation
1 parent c67289d commit c6f491e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/sentinel/notebook-get-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ This procedure describes how to launch your notebook with Microsoft Sentinel.
6262

6363
:::image type="content" source="media/notebook-get-started/compute-ready.png" alt-text="Screenshot of a machine learning environment ready to run code cells.":::
6464

65-
The **Getting Started Guide For Microsoft Sentinel ML Notebooks** notebook includes sections for the following activities:
66-
67-
|Name |Description|
68-
|---------|---------|
69-
|**Introduction** | Describe notebook basics and provides sample code you can run to see how notebooks work. |
70-
|**Initializing the notebook and MSTICPy** | Helps you get your environment ready to run the rest of the notebook. When initializing the notebook, configuration warnings about missing settings are expected because you didn't configure anything yet. |
71-
|**Querying Data from Microsoft Sentinel** | Helps you verify, configure, and test Microsoft Sentinel settings. Use the code in this section to authenticate to Microsoft Sentinel and run a sample query to test the connection. |
72-
|**Configure and test external data providers (VirusTotal and Maxmind GeoLite2)** | Helps you configure settings for VirusTotal, as a sample threat intelligence service, and MaxMind GeoLite2, as a sample geo-location lookup service. Use the code in this section to run sample queries against these data providers to test them.|
65+
The **Getting Started Guide For Microsoft Sentinel ML Notebooks** notebook includes sections for the following activities:
66+
67+
|Name |Description|
68+
|---------|---------|
69+
|**Introduction** | Describe notebook basics and provides sample code you can run to see how notebooks work. |
70+
|**Initializing the notebook and MSTICPy** | Helps you get your environment ready to run the rest of the notebook. When initializing the notebook, configuration warnings about missing settings are expected because you didn't configure anything yet. |
71+
|**Querying Data from Microsoft Sentinel** | Helps you verify, configure, and test Microsoft Sentinel settings. Use the code in this section to authenticate to Microsoft Sentinel and run a sample query to test the connection. |
72+
|**Configure and test external data providers (VirusTotal and Maxmind GeoLite2)** | Helps you configure settings for VirusTotal, as a sample threat intelligence service, and MaxMind GeoLite2, as a sample geo-location lookup service. Use the code in this section to run sample queries against these data providers to test them.|
7373

7474
The code in the **Getting Started Guide For Microsoft Sentinel ML Notebooks** launches the **MpConfigEdit** tool, which has series of tabs for configuring your notebook environment. As you make changes in **MpConfigEdit** tool, make sure to save your changes before continuing. Settings for the notebook are stored in the **msticpyconfig.yaml** file, which is automatically populated with initial details for your workspace.
7575

0 commit comments

Comments
 (0)