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/machine-learning/v1/how-to-secure-workspace-vnet.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,7 @@ Azure Machine Learning supports storage accounts configured to use either a priv
161
161
> [!TIP]
162
162
> When using a service endpoint, you can also disable public access. For more information, see [disallow public read access](../../storage/blobs/anonymous-read-access-configure.md#allow-or-disallow-public-read-access-for-a-storage-account).
163
163
164
+
164
165
---
165
166
166
167
## Secure Azure Key Vault
@@ -334,10 +335,12 @@ validate=False)
334
335
335
336
To enable network isolation for Azure Monitor and the Application Insights instance for the workspace, use the following steps:
336
337
337
-
1.Upgrade the Application Insights instance for your workspace. For steps on how to upgrade, see [Migrate to workspace-based Application Insights resources](/azure/azure-monitor/app/convert-classic-resource).
338
+
1.Open your Application Insights resource in the Azure Portal. The __Overview__ tab may or may not have a Workspace property. If it _doesn't_ have the property, perform step 2. If it _does_, then you can proceed directly to step 3.
338
339
339
-
> [!TIP]
340
-
> New workspaces create a workspace-based Application Insights resource by default.
340
+
> [!TIP]
341
+
> New workspaces create a workspace-based Application Insights resource by default. If your workspace was recently created, then you would not need to perform step 2.
342
+
343
+
1. Upgrade the Application Insights instance for your workspace. For steps on how to upgrade, see [Migrate to workspace-based Application Insights resources](/azure/azure-monitor/app/convert-classic-resource).
341
344
342
345
1. Create an Azure Monitor Private Link Scope and add the Application Insights instance from step 1 to the scope. For steps on how to do this, see [Configure your Azure Monitor private link](/azure/azure-monitor/logs/private-link-configure).
343
346
@@ -362,3 +365,5 @@ This article is part of a series on securing an Azure Machine Learning workflow.
362
365
*[Tutorial: Create a secure workspace](../tutorial-create-secure-workspace.md)
363
366
*[Tutorial: Create a secure workspace using a template](../tutorial-create-secure-workspace-template.md)
0 commit comments