Skip to content

Commit da35c30

Browse files
committed
linking to vnet docs
1 parent 5142716 commit da35c30

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

articles/machine-learning/service/how-to-deploy-azure-kubernetes-service.md

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ When deploying to Azure Kubernetes Service, you deploy to an AKS cluster that is
5555

5656
Creating or attaching an AKS cluster is a one time process for your workspace. You can reuse this cluster for multiple deployments. If you delete the cluster or the resource group that contains it, you must create a new cluster the next time you need to deploy. You can have multiple AKS clusters attached to your workspace.
5757

58+
> [!TIP]
59+
> If you want to secure your AKS cluster using an Azure Virtual Network, you must create the virtual network first. For more information, see [Secure experimentation and inference with Azure Virtual Network](how-to-enable-virtual-network.md#aksvnet).
60+
5861
If you want to create an AKS cluster for __development__, __validation__, and __testing__ instead of production, you can specify the __cluster purpose__ to __dev test__.
5962

6063
> [!WARNING]
@@ -110,6 +113,8 @@ If you already have AKS cluster in your Azure subscription, and it is version 1.
110113

111114
> [!TIP]
112115
> The existing AKS cluster can be in a Azure region than your Azure Machine Learning service workspace.
116+
>
117+
> If you want to secure your AKS cluster using an Azure Virtual Network, you must create the virtual network first. For more information, see [Secure experimentation and inference with Azure Virtual Network](how-to-enable-virtual-network.md#aksvnet).
113118
114119
> [!WARNING]
115120
> When attaching an AKS cluster to a workspace, you can define how you will use the cluster by setting the `cluster_purpose` parameter.
@@ -267,6 +272,7 @@ print(token)
267272

268273
## Next steps
269274

275+
* [Secure experimentation and inference in a virtual network](how-to-enable-virtual-network.md)
270276
* [How to deploy a model using a custom Docker image](how-to-deploy-custom-docker-image.md)
271277
* [Deployment troubleshooting](how-to-troubleshoot-deployment.md)
272278
* [Secure Azure Machine Learning web services with SSL](how-to-secure-web-service.md)

articles/machine-learning/service/how-to-enable-virtual-network.md

+2
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ To use a virtual machine or Azure HDInsight cluster in a virtual network with yo
263263

264264
1. Attach the VM or HDInsight cluster to your Azure Machine Learning service workspace. For more information, see [Set up compute targets for model training](how-to-set-up-training-targets.md).
265265

266+
<a id="aksvnet"></a>
267+
266268
## Use Azure Kubernetes Service (AKS)
267269

268270
To add AKS in a virtual network to your workspace, do the following:

0 commit comments

Comments
 (0)