Skip to content

Commit a60657c

Browse files
committed
Fix link
1 parent 27e0efb commit a60657c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When deploying to AKS, you deploy to an AKS cluster that's *connected to your wo
4141

4242
- An Azure Machine Learning workspace. For more information, see [Create an Azure Machine Learning workspace](../how-to-manage-workspace.md).
4343

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).
4545

4646
- 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).
4747

@@ -55,7 +55,7 @@ When deploying to AKS, you deploy to an AKS cluster that's *connected to your wo
5555

5656
For more information on setting these variables, see [How and where to deploy models](how-to-deploy-and-where.md).
5757

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).
5959

6060
- 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).
6161

@@ -368,11 +368,11 @@ print(token)
368368
>
369369
> 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.
370370
>
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.
372372
373373
### Vulnerability scanning
374374

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).
376376

377377
## Related content
378378

0 commit comments

Comments
 (0)