Skip to content

Commit fcc3554

Browse files
authored
Merge pull request #124175 from AhmadAbdullah91/patch-10
Update how-to-managed-network.md
2 parents 66bdfae + 8b8b06e commit fcc3554

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/machine-learning/concept-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The following table shows a summary of the different features available to serve
108108
| Swagger support | Yes | Yes | No |
109109
| Authentication | Key | Key and Microsoft Entra ID (preview) | Microsoft Entra ID |
110110
| Private network support (legacy) | No | Yes | Yes |
111-
| Managed network isolation | Yes | Yes | Yes [(see required additional configuration)](how-to-managed-network.md#scenario-use-batch-endpoints) |
111+
| Managed network isolation | Yes | Yes | Yes [(see required additional configuration)](how-to-managed-network.md#scenario-use-batch-endpoints-or-parallelrunstep) |
112112
| Customer-managed keys | NA | Yes | Yes |
113113
| Cost basis | Per endpoint, per minute<sup>1</sup> | None | None |
114114

@@ -161,4 +161,4 @@ You can create and manage batch and online endpoints with several developer tool
161161
- [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
162162
- [Deploy models for scoring in batch endpoints](how-to-use-batch-model-deployments.md)
163163
- [How to deploy pipelines with batch endpoints](how-to-use-batch-pipeline-deployments.md)
164-
- [How to monitor managed online endpoints](how-to-monitor-online-endpoints.md)
164+
- [How to monitor managed online endpoints](how-to-monitor-online-endpoints.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,9 +1020,9 @@ If you plan to use __Visual Studio Code__ with Azure Machine Learning, add outbo
10201020
* `marketplace.visualstudio.com`
10211021
* `vscode.download.prss.microsoft.com`
10221022

1023-
### Scenario: Use batch endpoints
1023+
### Scenario: Use batch endpoints or ParallelRunStep
10241024

1025-
If you plan to use __Azure Machine Learning batch endpoints__ for deployment, add outbound _private endpoint_ rules to allow traffic to the following sub resources for the default storage account:
1025+
If you plan to use __Azure Machine Learning batch endpoints__ for deployment or __ParallelRunStep__, add outbound _private endpoint_ rules to allow traffic to the following sub resources for the default storage account:
10261026

10271027
* `queue`
10281028
* `table`

0 commit comments

Comments
 (0)