Skip to content

Commit 99491ac

Browse files
authored
Update how-to-secure-batch-endpoint.md
1 parent 9a0ebc2 commit 99491ac

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/machine-learning/how-to-secure-batch-endpoint.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,9 @@ When deploying a machine learning model to a batch endpoint, you can secure thei
1919

2020
## Securing batch endpoints
2121

22-
All the batch endpoints created inside of secure workspace are deployed as private batch endpoints by default. No further configuration is required. The following diagram shows how the networking looks like for batch endpoints when deployed in a private workspace:
22+
All the batch endpoints created inside of secure workspace are deployed as private batch endpoints by default. In order to have fully operational batch endpoints working with private networking, you need to ensure the following:
2323

24-
:::image type="content" source="./media/how-to-secure-batch-endpoint/batch-vnet-peering.png" alt-text="Diagram that shows the high level architecture of a secure Azure Machine Learning workspace deployment.":::
25-
26-
## Enabling private networking for batch endpoints
27-
28-
In order to have fully operational batch endpoints working with private networking, you need to:
29-
30-
1. Secure your Azure Machine Learning workspace. For more details about how to achieve it read [Create a secure workspace](tutorial-create-secure-workspace.md).
24+
1. You have configured your Azure Machine Learning workspace for private networking. For more details about how to achieve it read [Create a secure workspace](tutorial-create-secure-workspace.md).
3125

3226
2. For Azure Container Registry in private networks, please note that there are [some prerequisites about their configuration](how-to-secure-workspace-vnet.md#prerequisites).
3327

@@ -36,7 +30,10 @@ In order to have fully operational batch endpoints working with private networki
3630
3731
3. Ensure blob, file, queue, and table private endpoints are configured for the storage accounts as explained at [Secure Azure storage accounts](how-to-secure-workspace-vnet.md#secure-azure-storage-accounts). Batch deployments require all the 4 to properly work.
3832

39-
In order to enable the jump host VM (or self-hosted agent VMs if using [Azure Bastion](../bastion/bastion-overview.md)) access to the resources in Azure Machine Learning VNET, the previous architecture uses virtual network peering to seamlessly connect these two virtual networks. Thus the two virtual networks appear as one for connectivity purposes. The traffic between VMs and Azure Machine Learning resources in peered virtual networks uses the Microsoft backbone infrastructure. Like traffic between them in the same network, traffic is routed through Microsoft's private network only.
33+
The following diagram shows how the networking looks like for batch endpoints when deployed in a private workspace:
34+
35+
:::image type="content" source="./media/how-to-secure-batch-endpoint/batch-vnet-peering.png" alt-text="Diagram that shows the high level architecture of a secure Azure Machine Learning workspace deployment.":::
36+
4037

4138
## Securing batch deployment jobs
4239

0 commit comments

Comments
 (0)