You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-deploy-azure-kubernetes-service.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ When deploying to AKS, you deploy to an AKS cluster that's *connected to your wo
41
41
42
42
- An Azure Machine Learning workspace. For more information, see [Create an Azure Machine Learning workspace](../how-to-manage-workspace.md).
43
43
44
-
- A machine learning model registered in your workspace. If you don't have a registered model, see [How and where to deploy models](how-to-deploy-and-where.md).
44
+
- A machine learning model registered in your workspace. If you don't have a registered model, see [Deploy machine learning models to Azure](how-to-deploy-and-where.md).
45
45
46
46
- The [Azure CLI extension (v1) for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](../how-to-setup-vs-code.md).
47
47
@@ -55,7 +55,7 @@ When deploying to AKS, you deploy to an AKS cluster that's *connected to your wo
55
55
56
56
For more information on setting these variables, see [How and where to deploy models](how-to-deploy-and-where.md).
57
57
58
-
- The CLI snippets in this article assume that you already created an *inferenceconfig.json* document. For more information on creating this document, see [How and where to deploy models](how-to-deploy-and-where.md).
58
+
- The CLI snippets in this article assume that you already created an *inferenceconfig.json* document. For more information on creating this document, see [Deploy machine learning models to Azure](how-to-deploy-and-where.md).
59
59
60
60
- An AKS cluster connected to your workspace. For more information, see [Create and attach an Azure Kubernetes Service cluster](../how-to-create-attach-kubernetes.md).
61
61
@@ -368,11 +368,11 @@ print(token)
368
368
>
369
369
> Microsoft strongly recommends that you create your Azure Machine Learning workspace in the same region as your AKS cluster. To authenticate with a token, the web service makes a call to the region in which your Azure Machine Learning workspace is created. If your workspace's region is unavailable, then you can't to fetch a token for your web service even, if your cluster is in a different region than your workspace. This effectively results in token-based authentication being unavailable until your workspace's region is available again. In addition, the greater the distance between your cluster's region and your workspace's region, the longer it takes to fetch a token.
370
370
>
371
-
> To retrieve a token, you must use the Azure Machine Learning SDK or the [az ml service get-access-token](cli/azure/ml[v1]/service#az-ml(v1)-service-get-access-token) command.
371
+
> To retrieve a token, you must use the Azure Machine Learning SDK or the [az ml service get-access-token](cli/azure/ml(v1)/service#az-ml(v1)-service-get-access-token) command.
372
372
373
373
### Vulnerability scanning
374
374
375
-
Microsoft Defender for Cloud provides unified security management and advanced threat protection across hybrid cloud workloads. You should allow Microsoft Defender for Cloud to scan your resources and follow its recommendations. For more, see [Azure Kubernetes Services integration with Defender for Cloud](../../security-center/defender-for-kubernetes-introduction.md).
375
+
Microsoft Defender for Cloud provides unified security management and advanced threat protection across hybrid cloud workloads. You should allow Microsoft Defender for Cloud to scan your resources and follow its recommendations. For more, see [Container security in Microsoft Defender for containers](/azure/defender-for-cloud/defender-for-containers-introduction).
0 commit comments