Skip to content

Commit ce94758

Browse files
Merge pull request #5516 from Blackmist/fresh
freshness
2 parents b8feb05 + eb8f940 commit ce94758

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

articles/machine-learning/concept-train-model-git-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: concept-article
99
author: Blackmist
1010
ms.author: larryfr
1111
ms.reviewer: osiotugo
12-
ms.date: 06/12/2024
12+
ms.date: 06/13/2025
1313
ms.custom: sdkv2, build-2023
1414
---
1515
# Git integration for Azure Machine Learning
@@ -78,7 +78,7 @@ The command displays the contents of your public key file. Copy the output.
7878
> To copy and paste in the terminal window, use these keyboard shortcuts, depending on your operating system:
7979
>
8080
> - Windows: Ctrl+C or Ctrl+Insert to copy, Ctrl+V or Ctrl+Shift+V to paste.
81-
> - MacOS: Cmd+C to copy and Cmd+V to paste.
81+
> - macOS: Cmd+C to copy and Cmd+V to paste.
8282
>
8383
> Some browsers might not support clipboard permissions properly.
8484

articles/machine-learning/how-to-manage-workspace-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.author: larryfr
99
author: Blackmist
1010
ms.reviewer: deeikele
11-
ms.date: 06/17/2024
11+
ms.date: 06/13/2025
1212
ms.topic: how-to
1313
ms.custom: devx-track-azurecli, cliv2
1414
---

articles/machine-learning/how-to-manage-workspace-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: devx-track-terraform
99
ms.author: larryfr
1010
author: Blackmist
1111
ms.reviewer: deeikele
12-
ms.date: 06/25/2024
12+
ms.date: 06/13/2025
1313
ms.topic: how-to
1414
ms.tool: terraform
1515
---

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: None
1010
ms.author: larryfr
1111
author: Blackmist
12-
ms.date: 05/31/2024
12+
ms.date: 06/13/2025
1313
---
1414

1515
# Secure an Azure Machine Learning inferencing environment with virtual networks
@@ -56,7 +56,7 @@ To use Azure Kubernetes Service cluster for secure inference, use the following
5656
1. Create or configure a [secure Kubernetes inferencing environment](how-to-secure-kubernetes-inferencing-environment.md).
5757
2. Deploy [Azure Machine Learning extension](how-to-deploy-kubernetes-extension.md).
5858
3. [Attach the Kubernetes cluster to the workspace](how-to-attach-kubernetes-anywhere.md).
59-
4. Model deployment with Kubernetes online endpoint can be done using CLI v2, Python SDK v2 and Studio UI.
59+
4. Model deployment with Kubernetes online endpoint can be done using CLI v2, Python SDK v2, and Studio UI.
6060

6161
* CLI v2 - https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/kubernetes
6262
* Python SDK V2 - https://github.com/Azure/azureml-examples/tree/main/sdk/python/endpoints/online/kubernetes

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.reviewer: None
1010
ms.author: larryfr
1111
author: Blackmist
12-
ms.date: 01/31/2024
12+
ms.date: 06/13/2025
1313
ms.custom: UpdateFrequency5, tracking-python, devx-track-azurecli, sdkv1
1414
---
1515

@@ -55,11 +55,11 @@ In this article you learn how to secure the following inferencing resources in a
5555

5656
### Azure Container Instances
5757

58-
When your Azure Machine Learning workspace is configured with a private endpoint, deploying to Azure Container Instances in a VNet is not supported. Instead, consider using a [Managed online endpoint with network isolation](../how-to-secure-online-endpoint.md).
58+
When your Azure Machine Learning workspace is configured with a private endpoint, deploying to Azure Container Instances in a VNet isn't supported. Instead, consider using a [Managed online endpoint with network isolation](../how-to-secure-online-endpoint.md).
5959

6060
### Azure Kubernetes Service
6161

62-
* If your AKS cluster is behind of a VNET, your workspace and its associated resources (storage, key vault, Azure Container Registry) must have private endpoints or service endpoints in the same VNET as AKS cluster's VNET. Please read tutorial [create a secure workspace](../tutorial-create-secure-workspace.md) to add those private endpoints or service endpoints to your VNET.
62+
* If your AKS cluster is behind of a VNET, your workspace and its associated resources (storage, key vault, Azure Container Registry) must have private endpoints or service endpoints in the same VNET as AKS cluster's VNET. Read tutorial [create a secure workspace](../tutorial-create-secure-workspace.md) to add those private endpoints or service endpoints to your VNET.
6363
* If your workspace has a __private endpoint__, the Azure Kubernetes Service cluster must be in the same Azure region as the workspace.
6464
* Using a [public fully qualified domain name (FQDN) with a private AKS cluster](/azure/aks/private-clusters) is __not supported__ with Azure Machine Learning.
6565

@@ -106,7 +106,7 @@ To add AKS in a virtual network to your workspace, use the following steps:
106106
:::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":::
107107

108108
> [!IMPORTANT]
109-
> 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.
109+
> 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 has a different IP address.
110110
111111
You can also use the Azure Machine Learning SDK to add Azure Kubernetes Service in a virtual network. If you already have an AKS cluster in a virtual network, attach it to the workspace as described in [How to deploy to AKS](how-to-deploy-and-where.md). The following code creates a new AKS instance in the `default` subnet of a virtual network named `mynetwork`:
112112

@@ -188,7 +188,7 @@ A private load balancer is enabled by configuring AKS to use an _internal load b
188188
#### Enable private load balancer
189189
190190
> [!IMPORTANT]
191-
> You cannot enable private IP when creating the Azure Kubernetes Service cluster in Azure Machine Learning studio. You can create one with an internal load balancer when using the Python SDK or Azure CLI extension for machine learning.
191+
> You can't enable private IP when creating the Azure Kubernetes Service cluster in Azure Machine Learning studio. You can create one with an internal load balancer when using the Python SDK or Azure CLI extension for machine learning.
192192
193193
The following examples demonstrate how to __create a new AKS cluster with a private IP/internal load balancer__ using the SDK and CLI:
194194

0 commit comments

Comments
 (0)