Skip to content

Commit d9dad8b

Browse files
committed
feedback from PM
1 parent 505e91f commit d9dad8b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/machine-learning/how-to-managed-network.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ ms.custom:
2222

2323
Azure Machine Learning provides support for managed virtual network (managed VNet) isolation. Managed VNet isolation streamlines and automates your network isolation configuration with a built-in, workspace-level Azure Machine Learning managed VNet. The managed VNet secures your managed Azure Machine Learning resources, such as compute instances, compute clusters, serverless compute, and managed online endpoints.
2424

25-
Securing your workspace with a managed virtual network differs from using an Azure Virtual Network in the following ways:
26-
27-
- Reduces the complexity of managing network isolation for managed resources. You don't have to configure IP address ranges, firewalls, or network security groups.
28-
- Only secures managed Azure Machine Learning resources used by the workspace. It doesn't secure unmanaged resources, such as Azure Storage Accounts, Azure Key Vaults, and Azure Container Registries. However, you can secure communications with unmanaged resources by using private endpoint connections to those resources.
29-
- Is a feature of Azure Machine Learning, not a separate Azure service. You can't manage the managed VNet as a separate Azure service in the Azure portal. Instead, you manage it through the Azure Machine Learning API (Workspace properties in the portal, CLI, or SDK).
30-
- You can't use a VPN or ExpressRoute to connect to the managed VNet. Instead, you use an Azure Virtual Network with a VPN or ExpressRoute, and add a private endpoint for your workspace to the Azure Virtual Network.
25+
Securing your workspace with a *managed network* provides network isolation for __outbound__ access from the workspace and managed computes. An *Azure Virtual Network that you create and manage* is used to provide network isolation __inbound__ access to the workspace. For example, a private endpoint for the workspace is created in your Azure Virtual Network. Any clients connecting to the virtual network can access the workspace through the private endpoint. When running jobs on managed computes, the managed network restricts what the compute can access.
3126

3227
## Managed Virtual Network Architecture
3328

0 commit comments

Comments
 (0)