Skip to content

Commit 32f04c8

Browse files
author
Larry Franks
committed
comment
1 parent d987cda commit 32f04c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/machine-learning/how-to-network-security-overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,18 @@ The next sections show you how to secure the network scenario described above. T
7878

7979
## Public workspace and secured resources
8080

81+
> [!IMPORTANT]
82+
> While this is a supported configuration for Azure Machine Learning, Microsoft doesn't recommend it. You should verify this configuration with your security team before using it in production.
83+
8184
If you want to access the workspace over the public internet while keeping all the associated resources secured in a virtual network, use the following steps:
8285

8386
1. Create an [Azure Virtual Network](../virtual-network/virtual-networks-overview.md) that will contain the resources used by the workspace.
8487
1. Use __one__ of the following options to create a publicly accessible workspace:
8588

8689
* Create an Azure Machine Learning workspace that __does not__ use the virtual network. For more information, see [Manage Azure Machine Learning workspaces](how-to-manage-workspace.md).
90+
91+
OR
92+
8793
* Create a [Private Link-enabled workspace](how-to-secure-workspace-vnet.md#secure-the-workspace-with-private-endpoint) to enable communication between your VNet and workspace. Then [enable public access to the workspace](#optional-enable-public-access).
8894

8995
1. Add the following services to the virtual network by using _either_ a __service endpoint__ or a __private endpoint__. Also allow trusted Microsoft services to access these services:

0 commit comments

Comments
 (0)