Skip to content

Commit 814a6ae

Browse files
authored
Merge pull request #229303 from Blackmist/terminology
bulk update
2 parents 4e0c513 + 1d534f8 commit 814a6ae

21 files changed

+21
-21
lines changed

articles/machine-learning/azure-machine-learning-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An Azure Machine Learning [component](concept-component.md) is a self-contained
2626

2727
## Compute
2828

29-
A compute is a designated compute resource where you run your job or host your endpoint. Azure Machine learning supports the following types of compute:
29+
A compute is a designated compute resource where you run your job or host your endpoint. Azure Machine Learning supports the following types of compute:
3030

3131
* **Compute cluster** - a managed-compute infrastructure that allows you to easily create a cluster of CPU or GPU compute nodes in the cloud.
3232
* **Compute instance** - a fully configured and managed development environment in the cloud. You can use the instance as a training or inference compute for development and testing. It's similar to a virtual machine on the cloud.

articles/machine-learning/concept-azure-machine-learning-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This [Jupyter notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/
7474

7575
## Compute
7676

77-
A compute is a designated compute resource where you run your job or host your endpoint. Azure Machine learning supports the following types of compute:
77+
A compute is a designated compute resource where you run your job or host your endpoint. Azure Machine Learning supports the following types of compute:
7878

7979
* **Compute cluster** - a managed-compute infrastructure that allows you to easily create a cluster of CPU or GPU compute nodes in the cloud.
8080
* **Compute instance** - a fully configured and managed development environment in the cloud. You can use the instance as a training or inference compute for development and testing. It's similar to a virtual machine on the cloud.

articles/machine-learning/concept-data-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Data encryption with Azure Machine learning
2+
title: Data encryption with Azure Machine Learning
33
titleSuffix: Azure Machine Learning
44
description: 'Learn how Azure Machine Learning computes and data stores provides data encryption at rest and in transit.'
55
services: machine-learning

articles/machine-learning/concept-mlflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following table shows which operations are supported by each of the tools av
107107
| Track and log metrics, parameters, and models | **✓** | | |
108108
| Retrieve metrics, parameters, and models | **&check;** | <sup>1</sup> | **&check;** |
109109
| Submit training jobs | **&check;** <sup>2</sup> | **&check;** | **&check;** |
110-
| Submit training jobs with Azure Machine learning data assets | | **&check;** | **&check;** |
110+
| Submit training jobs with Azure Machine Learning data assets | | **&check;** | **&check;** |
111111
| Submit training jobs with machine learning pipelines | | **&check;** | **&check;** |
112112
| Manage experiments and runs | **&check;** | **&check;** | **&check;** |
113113
| Manage MLflow models | **&check;**<sup>3</sup> | **&check;** | **&check;** |

articles/machine-learning/how-to-authenticate-batch-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ In this case, we want to execute a batch endpoint using a service principal alre
147147
148148
1. Create a secret to use for authentication as explained at [Option 2: Create a new application secret](../active-directory/develop/howto-create-service-principal-portal.md#option-2-create-a-new-application-secret).
149149
150-
1. Use the login service from Azure to get an authorization token. Authorization tokens are issued to a particular scope. The resource type for Azure Machine learning is `https://ml.azure.com`. The request would look as follows:
150+
1. Use the login service from Azure to get an authorization token. Authorization tokens are issued to a particular scope. The resource type for Azure Machine Learning is `https://ml.azure.com`. The request would look as follows:
151151
152152
__Request__:
153153

articles/machine-learning/how-to-configure-auto-train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this guide, learn how to set up an automated machine learning, AutoML, traini
2424

2525
If you prefer a no-code experience, you can also [Set up no-code AutoML training in the Azure Machine Learning studio](how-to-use-automated-ml-for-ml-models.md).
2626

27-
If you prefer to submit training jobs with the Azure Machine learning CLI v2 extension, see [Train models](how-to-train-model.md).
27+
If you prefer to submit training jobs with the Azure Machine Learning CLI v2 extension, see [Train models](how-to-train-model.md).
2828

2929
## Prerequisites
3030

articles/machine-learning/how-to-custom-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ For more information on the services and DNS resolution, see [Azure Private Endp
599599

600600
## Troubleshooting
601601

602-
If after running through the above steps you are unable to access the workspace from a virtual machine or jobs fail on compute resources in the Virtual Network containing the Private Endpoint to the Azure Machine learning workspace, follow the below steps to try to identify the cause.
602+
If after running through the above steps you are unable to access the workspace from a virtual machine or jobs fail on compute resources in the Virtual Network containing the Private Endpoint to the Azure Machine Learning workspace, follow the below steps to try to identify the cause.
603603

604604
1. **Locate the workspace FQDNs on the Private Endpoint**:
605605

articles/machine-learning/how-to-log-view-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Logs can help you diagnose errors and warnings, or track performance metrics lik
3434
> * Viewing diagnostic information about training.
3535
3636
> [!TIP]
37-
> This article shows you how to monitor the model training process. If you're interested in monitoring resource usage and events from Azure Machine learning, such as quotas, completed training jobs, or completed model deployments, see [Monitoring Azure Machine Learning](monitor-azure-machine-learning.md).
37+
> This article shows you how to monitor the model training process. If you're interested in monitoring resource usage and events from Azure Machine Learning, such as quotas, completed training jobs, or completed model deployments, see [Monitoring Azure Machine Learning](monitor-azure-machine-learning.md).
3838
3939
> [!TIP]
4040
> For information on logging metrics in Azure Machine Learning designer, see [How to log metrics in the designer](how-to-track-designer-experiments.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Azure Machine Learning has several inbound and outbound dependencies. Some of th
4242

4343
## Why do I need to use the service endpoint policy
4444

45-
Service endpoint policies allow you to filter egress virtual network traffic to Azure Storage accounts over service endpoint and allow data exfiltration to only specific Azure Storage accounts. Azure Machine Learning compute instance and compute cluster requires access to Microsoft-managed storage accounts for its provisioning. The Azure Machine learning alias in service endpoint policies includes Microsoft-managed storage accounts. We use service endpoint policies with the Azure Machine Learning alias to prevent data exfiltration or control the destination storage accounts. You can learn more in [Service Endpoint policy documentation](../virtual-network/virtual-network-service-endpoint-policies-overview.md).
45+
Service endpoint policies allow you to filter egress virtual network traffic to Azure Storage accounts over service endpoint and allow data exfiltration to only specific Azure Storage accounts. Azure Machine Learning compute instance and compute cluster requires access to Microsoft-managed storage accounts for its provisioning. The Azure Machine Learning alias in service endpoint policies includes Microsoft-managed storage accounts. We use service endpoint policies with the Azure Machine Learning alias to prevent data exfiltration or control the destination storage accounts. You can learn more in [Service Endpoint policy documentation](../virtual-network/virtual-network-service-endpoint-policies-overview.md).
4646

4747
## 1. Create the service endpoint policy
4848

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](../aks/private-clusters.md) 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

0 commit comments

Comments
 (0)