Skip to content

Commit 67ea1af

Browse files
Apply suggestions from PR review
1 parent b3fbe6d commit 67ea1af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -704,11 +704,11 @@ ml_client._workspace_outbound_rules.begin_remove(resource_group, ws_name, rule_n
704704
> [!TIP]
705705
> These rules are automatically added to the managed VNet.
706706

707-
__Private Endpoints__:
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).
707+
__Private endpoints__:
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).
710710

711-
__Outbound__ Service Tag rules:
711+
__Outbound__ service tag rules:
712712

713713
* `AzureActiveDirectory`
714714
* `AzureMachineLearning`
@@ -718,7 +718,7 @@ __Outbound__ Service Tag rules:
718718
* `MicrosoftContainerRegistry`
719719
* `AzureMonitor`
720720

721-
__Inbound__ Service Tag rules:
721+
__Inbound__ service tag rules:
722722
* `AzureMachineLearning`
723723

724724
## List of recommended outbound rules

0 commit comments

Comments
 (0)