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/sentinel/notebook-get-started.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,14 @@ This procedure describes how to launch your notebook with Microsoft Sentinel.
62
62
63
63
:::image type="content" source="media/notebook-get-started/compute-ready.png" alt-text="Screenshot of a machine learning environment ready to run code cells.":::
64
64
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.|
73
73
74
74
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.
0 commit comments