Skip to content

Commit fd0d13b

Browse files
Merge pull request #214928 from cmcclister/cm-linkfix-20221018-5
LinkFix: azure-docs-pr (2022-10) - 5
2 parents 1985a69 + 13300ca commit fd0d13b

File tree

50 files changed

+174
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+174
-174
lines changed

articles/machine-learning/how-to-prevent-data-loss-exfiltration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 08/26/2022
1414

1515
# Azure Machine Learning data exfiltration prevention (Preview)
1616

17-
<!-- Learn how to use a [Service Endpoint policy](/azure/virtual-network/virtual-network-service-endpoint-policies-overview) to prevent data exfiltration from storage accounts in your Azure Virtual Network that are used by Azure Machine Learning. -->
17+
<!-- Learn how to use a [Service Endpoint policy](../virtual-network/virtual-network-service-endpoint-policies-overview.md) to prevent data exfiltration from storage accounts in your Azure Virtual Network that are used by Azure Machine Learning. -->
1818

1919
Azure Machine Learning has several inbound and outbound dependencies. Some of these dependencies can expose a data exfiltration risk by malicious agents within your organization. This document explains how to minimize data exfiltration risk by limiting inbound and outbound requirements.
2020

@@ -151,4 +151,4 @@ When using Azure ML curated environments, make sure to use the latest environmen
151151
For more information, see the following articles:
152152

153153
* [How to configure inbound and outbound network traffic](how-to-access-azureml-behind-firewall.md)
154-
* [Azure Batch simplified node communication](/azure/batch/simplified-compute-node-communication)
154+
* [Azure Batch simplified node communication](../batch/simplified-compute-node-communication.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this article, you learn how to secure inferencing environments (online endpoi
4747
- "Microsoft.Network/virtualNetworks/join/action" on the virtual network resource.
4848
- "Microsoft.Network/virtualNetworks/subnet/join/action" on the subnet resource.
4949

50-
For more information on Azure RBAC with networking, see the [Networking built-in roles](/azure/role-based-access-control/built-in-roles#networking).
50+
For more information on Azure RBAC with networking, see the [Networking built-in roles](../role-based-access-control/built-in-roles.md#networking).
5151

5252
+ If using Azure Kubernetes Service (AKS), you must have an existing AKS cluster secured as described in the [Secure Azure Kubernetes Service inference environment](how-to-secure-kubernetes-inferencing-environment.md) article.
5353

@@ -77,4 +77,4 @@ This article is part of a series on securing an Azure Machine Learning workflow.
7777
* [Secure the training environment](how-to-secure-training-vnet.md)
7878
* [Enable studio functionality](how-to-enable-studio-virtual-network.md)
7979
* [Use custom DNS](how-to-custom-dns.md)
80-
* [Use a firewall](how-to-access-azureml-behind-firewall.md)
80+
* [Use a firewall](how-to-access-azureml-behind-firewall.md)

articles/machine-learning/how-to-secure-kubernetes-inferencing-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you have an Azure Kubernetes (AKS) cluster behind of VNet, you would need to
2323

2424
* If your AKS cluster is behind of a VNet, your workspace and its associated resources (storage, key vault, Azure Container Registry) must have private endpoints or service endpoints in the same or peered VNet as AKS cluster's VNet. For more information on securing the workspace and associated resources, see [create a secure workspace](tutorial-create-secure-workspace.md).
2525
* If your workspace has a __private endpoint__, the Azure Kubernetes Service cluster must be in the same Azure region as the workspace.
26-
* Using a [public fully qualified domain name (FQDN) with a private AKS cluster](/azure/aks/private-clusters) is __not supported__ with Azure Machine learning.
26+
* Using a [public fully qualified domain name (FQDN) with a private AKS cluster](../aks/private-clusters.md) is __not supported__ with Azure Machine learning.
2727

2828
## What is a secure AKS inferencing environment
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In this article you learn how to secure the following training compute resources
9393
>
9494
> If you have another NSG at the subnet level, the rules in the subnet level NSG mustn't conflict with the rules in the automatically created NSG.
9595
>
96-
> To learn how the NSGs filter your network traffic, see [How network security groups filter network traffic](/azure/virtual-network/network-security-group-how-it-works).
96+
> To learn how the NSGs filter your network traffic, see [How network security groups filter network traffic](../virtual-network/network-security-group-how-it-works.md).
9797

9898
* Allow inbound TCP traffic on ports 29876-29877 from the `BatchNodeManagement` service tag.
9999
* Allow inbound TCP traffic on port 44224 from the `AzureMachineLearning` service tag.

articles/machine-learning/how-to-train-distributed-gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,6 @@ If you create an `AmlCompute` cluster of one of these RDMA-capable, InfiniBand-e
416416
417417
## Next steps
418418
419-
* [Deploy machine learning models to Azure](/azure/machine-learning/how-to-deploy-managed-online-endpoints)
419+
* [Deploy machine learning models to Azure](./how-to-deploy-managed-online-endpoints.md)
420420
* [Deploy and score a machine learning model by using a managed online endpoint (preview)](how-to-deploy-managed-online-endpoints.md)
421-
* [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)
421+
* [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)

articles/machine-learning/how-to-train-keras.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The result of running this script is a workspace handle that you'll use to manag
9191

9292
AzureML needs a compute resource to run a job. This resource can be single or multi-node machines with Linux or Windows OS, or a specific compute fabric like Spark.
9393

94-
In the following example script, we provision a Linux [`compute cluster`](/azure/machine-learning/how-to-create-attach-compute-cluster?tabs=python). You can see the [`Azure Machine Learning pricing`](https://azure.microsoft.com/pricing/details/machine-learning/) page for the full list of VM sizes and prices. Since we need a GPU cluster for this example, let's pick a *STANDARD_NC6* model and create an AzureML compute.
94+
In the following example script, we provision a Linux [`compute cluster`](./how-to-create-attach-compute-cluster.md?tabs=python). You can see the [`Azure Machine Learning pricing`](https://azure.microsoft.com/pricing/details/machine-learning/) page for the full list of VM sizes and prices. Since we need a GPU cluster for this example, let's pick a *STANDARD_NC6* model and create an AzureML compute.
9595

9696
[!notebook-python[](~/azureml-examples-main/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-keras/train-hyperparameter-tune-deploy-with-keras.ipynb?name=cpu_compute_target)]
9797

articles/machine-learning/how-to-train-pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The result of running this script is a workspace handle that you'll use to manag
8686

8787
AzureML needs a compute resource to run a job. This resource can be single or multi-node machines with Linux or Windows OS, or a specific compute fabric like Spark.
8888

89-
In the following example script, we provision a Linux [`compute cluster`](/azure/machine-learning/how-to-create-attach-compute-cluster?tabs=python). You can see the [`Azure Machine Learning pricing`](https://azure.microsoft.com/pricing/details/machine-learning/) page for the full list of VM sizes and prices. Since we need a GPU cluster for this example, let's pick a *STANDARD_NC6* model and create an AzureML compute.
89+
In the following example script, we provision a Linux [`compute cluster`](./how-to-create-attach-compute-cluster.md?tabs=python). You can see the [`Azure Machine Learning pricing`](https://azure.microsoft.com/pricing/details/machine-learning/) page for the full list of VM sizes and prices. Since we need a GPU cluster for this example, let's pick a *STANDARD_NC6* model and create an AzureML compute.
9090

9191
[!notebook-python[](~/azureml-examples-main/sdk/python/jobs/single-step/pytorch/train-hyperparameter-tune-deploy-with-pytorch/train-hyperparameter-tune-deploy-with-pytorch.ipynb?name=gpu_compute_target)]
9292

articles/machine-learning/how-to-train-scikit-learn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The result of running this script is a workspace handle that you'll use to manag
8282

8383
AzureML needs a compute resource to run a job. This resource can be single or multi-node machines with Linux or Windows OS, or a specific compute fabric like Spark.
8484

85-
In the following example script, we provision a Linux [`compute cluster`](/azure/machine-learning/how-to-create-attach-compute-cluster?tabs=python). You can see the [`Azure Machine Learning pricing`](https://azure.microsoft.com/pricing/details/machine-learning/) page for the full list of VM sizes and prices. We only need a basic cluster for this example; thus, we'll pick a Standard_DS3_v2 model with 2 vCPU cores and 7 GB RAM to create an AzureML compute.
85+
In the following example script, we provision a Linux [`compute cluster`](./how-to-create-attach-compute-cluster.md?tabs=python). You can see the [`Azure Machine Learning pricing`](https://azure.microsoft.com/pricing/details/machine-learning/) page for the full list of VM sizes and prices. We only need a basic cluster for this example; thus, we'll pick a Standard_DS3_v2 model with 2 vCPU cores and 7 GB RAM to create an AzureML compute.
8686

8787
[!notebook-python[](~/azureml-examples-main/sdk/python/jobs/single-step/scikit-learn/train-hyperparameter-tune-deploy-with-sklearn/train-hyperparameter-tune-with-sklearn.ipynb?name=cpu_compute_target)]
8888

@@ -217,4 +217,4 @@ After you've registered your model, you can deploy it the same way as any other
217217
In this article, you trained and registered a scikit-learn model, and you learned about deployment options. See these other articles to learn more about Azure Machine Learning.
218218

219219
* [Track run metrics during training](how-to-log-view-metrics.md)
220-
* [Tune hyperparameters](how-to-tune-hyperparameters.md)
220+
* [Tune hyperparameters](how-to-tune-hyperparameters.md)

articles/machine-learning/how-to-train-tensorflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The result of running this script is a workspace handle that you'll use to manag
9090

9191
AzureML needs a compute resource to run a job. This resource can be single or multi-node machines with Linux or Windows OS, or a specific compute fabric like Spark.
9292

93-
In the following example script, we provision a Linux [`compute cluster`](/azure/machine-learning/how-to-create-attach-compute-cluster?tabs=python). You can see the [`Azure Machine Learning pricing`](https://azure.microsoft.com/pricing/details/machine-learning/) page for the full list of VM sizes and prices. Since we need a GPU cluster for this example, let's pick a *STANDARD_NC6* model and create an AzureML compute.
93+
In the following example script, we provision a Linux [`compute cluster`](./how-to-create-attach-compute-cluster.md?tabs=python). You can see the [`Azure Machine Learning pricing`](https://azure.microsoft.com/pricing/details/machine-learning/) page for the full list of VM sizes and prices. Since we need a GPU cluster for this example, let's pick a *STANDARD_NC6* model and create an AzureML compute.
9494

9595
[!notebook-python[](~/azureml-examples-main/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/train-hyperparameter-tune-deploy-with-tensorflow.ipynb?name=cpu_compute_target)]
9696

@@ -277,4 +277,4 @@ In this article, you trained and registered a TensorFlow model. You also deploye
277277

278278
- [Track run metrics during training](how-to-log-view-metrics.md)
279279
- [Tune hyperparameters](how-to-tune-hyperparameters.md)
280-
- [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)
280+
- [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)

articles/machine-learning/how-to-use-automl-small-object-detect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ See the [object detection sample notebook](https://github.com/Azure/azureml-exam
133133
134134
## Next steps
135135

136-
* Learn more about [how and where to deploy a model](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
136+
* Learn more about [how and where to deploy a model](./how-to-deploy-managed-online-endpoints.md).
137137
* For definitions and examples of the performance charts and metrics provided for each job, see [Evaluate automated machine learning experiment results](how-to-understand-automated-ml.md).
138138
* [Tutorial: Train an object detection model with AutoML and Python](tutorial-auto-train-image-models.md).
139139
* See [what hyperparameters are available for computer vision tasks](reference-automl-images-hyperparameters.md).
140-
* [Make predictions with ONNX on computer vision models from AutoML](how-to-inference-onnx-automl-image-models.md)
140+
* [Make predictions with ONNX on computer vision models from AutoML](how-to-inference-onnx-automl-image-models.md)

0 commit comments

Comments
 (0)