Skip to content

Commit 10cdf0c

Browse files
author
Ken Lawson
committed
Fixed build report warnings
1 parent ec894b8 commit 10cdf0c

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

learn-pr/wwl-sci/perform-threat-hunting-sentinel-with-notebooks/includes/4-create-notebook.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ To get started with Notebooks, use the *Getting Started Guide For Microsoft Sent
2020

2121
1. At the bottom of the page, select **Review + create**. Then on the next page, select **create**. It takes a moment to deploy the workspace.
2222

23-
> [!NOTE] It takes a few minutes to deploy the Machine Learning workspace.
23+
> [!NOTE]
24+
> It takes a few minutes to deploy the Machine Learning workspace.
2425
2526
1. After *Your deployment is complete* message appears, return to Microsoft Sentinel.
2627

@@ -40,25 +41,29 @@ To get started with Notebooks, use the *Getting Started Guide For Microsoft Sent
4041

4142
1. 1. In the command bar, to the right of the **Compute:** selector, select the **+** symbol to *Create Azure ML compute* instance. **Hint:** It might be hidden inside the ellipsis icon **(...)**.
4243

43-
> [!NOTE] You can have more screen space by hiding the Azure ML Studio left blade by selecting the *Hamburger menu* (3 horizontal lines on the top left), and by collapsing the Notebooks Files by selecting the **<<** icon.
44+
> [!NOTE]
45+
> You can have more screen space by hiding the Azure ML Studio left blade by selecting the *Hamburger menu* (3 horizontal lines on the top left), and by collapsing the Notebooks Files by selecting the **<<** icon.
4446
4547
1. Type a unique name in the *Compute name* field. This identifies your compute instance.
4648

4749
1. Scroll down and select the first option available.
4850

49-
> [!TIP] Workload type: Development on Notebooks (or other IDE) and light weight testing.
51+
> [!TIP]
52+
> Workload type: Development on Notebooks (or other IDE) and light weight testing.
5053
5154
1. Select the **Review + Create** button at the bottom of the screen, then scroll down and select **Create**. Close any feedback window that may appear. This takes a few minutes. You see a notification (bell icon) when it's done and the *Compute instance* left icon turns from blue to green.
5255

5356
1. Once the Compute has been created and running, verify that the kernel to use is *Python 3.10 - Pytorch and Tensorflow*.
5457

55-
> [!TIP] This is shown in the right of the menu bar. If that kernel isn't selected, select the *Python 3.10 - Pytorch and Tensorflow* option from the drop-down list. You may need to select the **Refresh** icon on the far right to see the kernel options.
58+
> [!TIP]
59+
> This is shown in the right of the menu bar. If that kernel isn't selected, select the *Python 3.10 - Pytorch and Tensorflow* option from the drop-down list. You may need to select the **Refresh** icon on the far right to see the kernel options.
5660
5761
1. Select the **Authenticate** button and wait for the authentication to complete.
5862

5963
1. Clear all the results from the notebook by selecting the **Clear all outputs** (Eraser icon) from the menu bar and follow the *Getting Started* tutorial.
6064

61-
> [!TIP] This can be found by selecting the ellipsis (...) from the menu bar.
65+
> [!TIP]
66+
> This can be found by selecting the ellipsis (...) from the menu bar.
6267
6368
1. Review section *1 Introdution* in the notebook and proceed to section *2 Initializing the notebook and MSTICPy*.
6469

@@ -73,10 +78,12 @@ To get started with Notebooks, use the *Getting Started Guide For Microsoft Sent
7378

7479
1. The code ran successfully if *msticpyconfig.yaml* was created in the *utils* folder in the *file explorer* pane on the left. It may take another 30 seconds for the file to appear. If it doesn't appear, select the **Refresh** icon in the *file explorer* pane.
7580

76-
> [!TIP] You can clear the output messages by selecting the ellipsis (...) on the left of the code window for the *Output menu* and selecting the *Clear output* (square with an x*) icon.
81+
> [!TIP]
82+
> You can clear the output messages by selecting the ellipsis (...) on the left of the code window for the *Output menu* and selecting the *Clear output* (square with an x*) icon.
7783
7884
1. Select the **msticpyconfig.yaml** file in the *file explorer* pane on the left to review the contents of the file and then close it.
7985

8086
1. Proceed to section *3 Querying data with MSTICPy* and review the contents. Don't run the *Multiple Microsoft Sentinel workspaces* code cell as it fails, but the other code cells can be run successfully.
8187

82-
>**Note:** If you cannot complete the steps above to access the Notebook, you can follow it on its GitHub viewwer page instead. [Getting Started with Azure ML Notebooks and Microsoft Sentinel](https://nbviewer.org/github/Azure/Azure-Sentinel-Notebooks/blob/master/A%20Getting%20Started%20Guide%20For%20Azure%20Sentinel%20ML%20Notebooks.ipynb)
88+
> [!NOTE]
89+
> If you cannot complete the steps above to access the Notebook, you can follow it on its GitHub viewwer page instead. [Getting Started with Azure ML Notebooks and Microsoft Sentinel](https://nbviewer.org/github/Azure/Azure-Sentinel-Notebooks/blob/master/A%20Getting%20Started%20Guide%20For%20Azure%20Sentinel%20ML%20Notebooks.ipynb)

learn-pr/wwl-sci/perform-threat-hunting-sentinel-with-notebooks/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
title: Hunt for threats using notebooks in Microsoft Sentinel
1212
summary: Learn how to use notebooks in Microsoft Sentinel for advanced hunting.
1313
abstract: |
14-
Upon completion of this module, the learner will be able to:
14+
Upon completion of this module, the learner is able to:
1515
- Explore API libraries for advanced threat hunting in Microsoft Sentinel
1616
- Describe notebooks in Microsoft Sentinel
1717
- Create and use notebooks in Microsoft Sentinel

0 commit comments

Comments
 (0)