Skip to content

Commit bac9991

Browse files
authored
Merge pull request #178898 from Blackmist/1891136-aks
writing about limitation
2 parents 2b62e61 + 3e635e0 commit bac9991

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/machine-learning/how-to-create-attach-kubernetes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: devx-track-azurecli
1010
ms.author: jordane
1111
author: jpe316
1212
ms.reviewer: larryfr
13-
ms.date: 10/21/2021
13+
ms.date: 11/05/2021
1414
---
1515

1616
# Create and attach an Azure Kubernetes Service cluster
@@ -43,6 +43,8 @@ Azure Machine Learning can deploy trained machine learning models to Azure Kuber
4343

4444
- If you want to use a private AKS cluster (using Azure Private Link), you must create the cluster first, and then **attach** it to the workspace. For more information, see [Create a private Azure Kubernetes Service cluster](../aks/private-clusters.md).
4545

46+
- Using a [public fully qualified domain name (FQDN) with a private AKS cluster](/azure/aks/private-clusters#create-a-private-aks-cluster-with-a-public-fqdn) is __not supported__ with Azure Machine learning.
47+
4648
- The compute name for the AKS cluster MUST be unique within your Azure ML workspace. It can include letters, digits and dashes. It must start with a letter, end with a letter or digit, and be between 3 and 24 characters in length.
4749

4850
- If you want to deploy models to **GPU** nodes or **FPGA** nodes (or any specific SKU), then you must create a cluster with the specific SKU. There is no support for creating a secondary node pool in an existing cluster and deploying models in the secondary node pool.

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

Lines changed: 2 additions & 1 deletion
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: 10/21/2021
12+
ms.date: 11/05/2021
1313
ms.custom: contperf-fy20q4, tracking-python, contperf-fy21q1, devx-track-azurecli
1414

1515
---
@@ -59,6 +59,7 @@ In this article you learn how to secure the following inferencing resources in a
5959
### Azure Kubernetes Service
6060

6161
* If your workspace has a __private endpoint__, the Azure Kubernetes Service cluster must be in the same Azure region as the workspace.
62+
* Using a [public fully qualified domain name (FQDN) with a private AKS cluster](/azure/aks/private-clusters#create-a-private-aks-cluster-with-a-public-fqdn) is __not supported__ with Azure Machine learning.
6263

6364
<a id="aksvnet"></a>
6465

0 commit comments

Comments
 (0)