Skip to content

Commit 2831782

Browse files
authored
Update how-to-create-attach-kubernetes.md
1 parent 060f7dc commit 2831782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ 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](../aks/private-clusters.md#create-a-private-aks-cluster-with-a-public-fqdn) is __not supported__ with Azure Machine learning.
46+
- Using a [public fully qualified domain name (FQDN) with a private AKS cluster](../aks/private-clusters.md) is __not supported__ with Azure Machine learning.
4747

4848
- 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.
4949

@@ -428,4 +428,4 @@ az aks get-credentials -g <rg> -n <aks cluster name>
428428

429429
* [Use Azure RBAC for Kubernetes authorization](../aks/manage-azure-rbac.md)
430430
* [How and where to deploy a model](how-to-deploy-and-where.md)
431-
* [Deploy a model to an Azure Kubernetes Service cluster](how-to-deploy-azure-kubernetes-service.md)
431+
* [Deploy a model to an Azure Kubernetes Service cluster](how-to-deploy-azure-kubernetes-service.md)

0 commit comments

Comments
 (0)