Skip to content

Commit 7b0c0ea

Browse files
author
Jill Grant
authored
Merge pull request #264847 from Blackmist/194447-fresh
updating text/date/screenshots
2 parents c0c29a0 + 09ca7bf commit 7b0c0ea

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

articles/machine-learning/how-to-prevent-data-loss-exfiltration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.author: jhirono
1010
author: jhirono
1111
ms.reviewer: larryfr
12-
ms.date: 04/14/2023
12+
ms.date: 01/31/2024
1313
ms.custom: engagement-fy23, build-2023
1414
monikerRange: 'azureml-api-2 || azureml-api-1'
1515
---
@@ -32,7 +32,7 @@ Azure Machine Learning has several inbound and outbound dependencies. Some of th
3232
- `automlresources-prod.azureedge.net`
3333

3434
> [!TIP]
35-
> The information in this article is primarily about using an Azure Virtual Network. Azure Machine Learning can also use a **managed virtual networks** (preview). With a managed virtual network, Azure Machine Learning handles the job of network isolation for your workspace and managed computes.
35+
> The information in this article is primarily about using an Azure Virtual Network. Azure Machine Learning can also use a **managed virtual networks**. With a managed virtual network, Azure Machine Learning handles the job of network isolation for your workspace and managed computes.
3636
>
3737
> To address data exfiltration concerns, managed virtual networks allow you to restrict egress to only approved outbound traffic. For more information, see [Workspace managed network isolation](how-to-managed-network.md).
3838

articles/machine-learning/how-to-secure-inferencing-vnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.reviewer: larryfr
1010
ms.author: jhirono
1111
author: jhirono
12-
ms.date: 09/06/2022
12+
ms.date: 01/31/2024
1313
---
1414

1515
# Secure an Azure Machine Learning inferencing environment with virtual networks
@@ -19,7 +19,7 @@ In this article, you learn how to secure inferencing environments (online endpoi
1919
* Azure Machine Learning managed online endpoints
2020

2121
> [!TIP]
22-
> Microsoft recommends using an Azure Machine Learning **managed virtual networks** (preview) instead of the steps in this article when securing managed online endpoints. With a managed virtual network, Azure Machine Learning handles the job of network isolation for your workspace and managed computes. You can also add private endpoints for resources needed by the workspace, such as Azure Storage Account. For more information, see [Workspace managed network isolation](how-to-managed-network.md).
22+
> Microsoft recommends using an Azure Machine Learning **managed virtual networks** instead of the steps in this article when securing managed online endpoints. With a managed virtual network, Azure Machine Learning handles the job of network isolation for your workspace and managed computes. You can also add private endpoints for resources needed by the workspace, such as Azure Storage Account. For more information, see [Workspace managed network isolation](how-to-managed-network.md).
2323
2424
* Azure Kubernetes Service
2525

articles/machine-learning/v1/how-to-secure-inferencing-vnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.reviewer: larryfr
1010
ms.author: jhirono
1111
author: jhirono
12-
ms.date: 07/28/2022
12+
ms.date: 01/31/2024
1313
ms.custom: UpdateFrequency5, contperf-fy20q4, tracking-python, contperf-fy21q1, devx-track-azurecli, sdkv1, event-tier1-build-2022
1414
---
1515

@@ -72,11 +72,11 @@ When your Azure Machine Learning workspace is configured with a private endpoint
7272
To add AKS in a virtual network to your workspace, use the following steps:
7373

7474
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com/), and then select your subscription and workspace.
75-
1. Select __Compute__ on the left, __Inference clusters__ from the center, and then select __+ New__.
75+
1. Select __Compute__ on the left, __Inference clusters__ from the center, and then select __+ New__. Finally, select __AksCompute__.
7676

7777
:::image type="content" source="./media/how-to-secure-inferencing-vnet/create-inference.png" alt-text="Screenshot of create inference cluster dialog.":::
7878

79-
1. From the __Create inference cluster__ dialog, select __Create new__ and the VM size to use for the cluster. Finally, select __Next__.
79+
1. From the __Create AksCompute__ dialog, select __Create new__, the __Location__ and the VM size to use for the cluster. Finally, select __Next__.
8080

8181
:::image type="content" source="./media/how-to-secure-inferencing-vnet/create-inference-vm.png" alt-text="Screenshot of VM settings.":::
8282

@@ -101,7 +101,7 @@ To add AKS in a virtual network to your workspace, use the following steps:
101101
> [!IMPORTANT]
102102
> Keep the default outbound rules for the NSG. For more information, see the default security rules in [Security groups](../../virtual-network/network-security-groups-overview.md#default-security-rules).
103103
104-
![Screenshot that shows an inbound security rule.](./media/how-to-secure-inferencing-vnet/aks-vnet-inbound-nsg-scoring.png)](./media/how-to-secure-inferencing-vnet/aks-vnet-inbound-nsg-scoring.png#lightbox)
104+
:::image type="content" source="./media/how-to-secure-inferencing-vnet/aks-vnet-inbound-nsg-scoring.png" alt-text="Screenshot that shows an inbound security rule." lightbox="./media/how-to-secure-inferencing-vnet/aks-vnet-inbound-nsg-scoring.png":::
105105

106106
> [!IMPORTANT]
107107
> The IP address shown in the image for the scoring endpoint will be different for your deployments. While the same IP is shared by all deployments to one AKS cluster, each AKS cluster will have a different IP address.
-1.04 KB
Loading
6.08 KB
Loading
5.32 KB
Loading

0 commit comments

Comments
 (0)