Skip to content

Commit b3fbe6d

Browse files
authored
update required rules pe description
1 parent 39f533c commit b3fbe6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,8 @@ ml_client._workspace_outbound_rules.begin_remove(resource_group, ws_name, rule_n
705705
> These rules are automatically added to the managed VNet.
706706

707707
__Private Endpoints__:
708-
* When the isolation mode for the managed network is `Allow only approved outbound`, Private Endpoint outbound rules will be automatically created as required rules from the managed network for the workspace and associated resources that have public network access disabled (Key Vault, Storage Account, Container Registry, Azure ML Workspace).
708+
* When the isolation mode for the managed network is `Allow internet outbound`, Private Endpoint outbound rules will be automatically created as required rules from the managed network for the workspace and associated resources __with public network access disabled__ (Key Vault, Storage Account, Container Registry, Azure ML Workspace).
709+
* When the isolation mode for the managed network is `Allow only approved outbound`, Private Endpoint outbound rules will be automatically created as required rules from the managed network for the workspace and associated resources __regardless of public network access mode for those resources__ (Key Vault, Storage Account, Container Registry, Azure ML Workspace).
709710

710711
__Outbound__ Service Tag rules:
711712

0 commit comments

Comments
 (0)