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
#Customer intent: As a security analyst, I want to deploy and launch a Jupyter notebook to hunt for security threats.
10
10
---
11
11
@@ -49,9 +49,8 @@ To create your workspace, select one of the following tabs, depending on whether
49
49
|**KeyVault**| A key vault is used to store secrets and other sensitive information that is needed by the workspace. You may create a new Azure Key Vault resource or select an existing one in your subscription.|
50
50
|**Application insights**| The workspace uses Azure Application Insights to store monitoring information about your deployed models. You may create a new Azure Application Insights resource or select an existing one in your subscription.|
51
51
|**Container registry**| A container registry is used to register docker images used in training and deployments. To minimize costs, a new Azure Container Registry resource is created only after you build your first image. Alternatively, you may choose to create the resource now or select an existing one in your subscription, or select **None** if you don't want to use any container registry.|
52
-
|||
53
52
54
-
1. On the **Networking** tab, select **Public endpoint (all networks)**.
53
+
1. On the **Networking** tab, select **Enable public access from all networks**.
55
54
56
55
Define any relevant settings in the **Advanced** or **Tags** tabs, and then select **Review + create**.
57
56
@@ -84,9 +83,8 @@ The steps in this procedure reference specific articles in the Azure Machine Lea
84
83
|**KeyVault**| A key vault is used to store secrets and other sensitive information that is needed by the workspace. You may create a new Azure Key Vault resource or select an existing one in your subscription.|
85
84
|**Application insights**| The workspace uses Azure Application Insights to store monitoring information about your deployed models. You may create a new Azure Application Insights resource or select an existing one in your subscription.|
86
85
|**Container registry**| A container registry is used to register docker images used in training and deployments. To minimize costs, a new Azure Container Registry resource is created only after you build your first image. Alternatively, you may choose to create the resource now or select an existing one in your subscription, or select **None** if you don't want to use any container registry.|
87
-
|||
88
86
89
-
1. On the **Networking** tab, select **Private endpoint**. Make sure to use the same VNet as you have in the VM jump box. For example:
87
+
1. On the **Networking** tab, select **Disable public access and use private endpoint**. Make sure to use the same VNet as you have in the VM jump box. For example:
90
88
91
89
:::image type="content" source="media/notebooks/create-private-endpoint.png" alt-text="Screenshot of the Create private endpoint page in Microsoft Sentinel." lightbox="media/notebooks/create-private-endpoint.png":::
92
90
@@ -139,10 +137,10 @@ If you have multiple notebooks, make sure to select a default AML workspace to u
139
137
After you've created an AML workspace, start launching your notebooks in your Azure ML workspace, from Microsoft Sentinel.
140
138
141
139
142
-
1. From the Azure portal, navigate to **Microsoft Sentinel** > **Threat management** > **Notebooks**, where you can see notebooks that Microsoft Sentinel provides.
140
+
1. From the Azure portal, navigate to **Microsoft Sentinel** > **Threat management** > **Notebooks** > **Templates**, where you can see notebooks that Microsoft Sentinel provides.
143
141
1. Select a notebook to view its description, required data types, and data sources.
144
142
145
-
When you've found the notebook you want to use, select **Save notebook** to clone it into your own workspace.
143
+
When you've found the notebook you want to use, select **Create from template** and **Save** to clone it into your own workspace.
146
144
147
145
Edit the name as needed. If the notebook already exists in your workspace, you can overwrite the existing notebook or create a new one.
0 commit comments