Skip to content

Commit 04e7087

Browse files
authored
Merge pull request #96303 from Blackmist/vnet-visibility
section on integration with other services
2 parents 3491bf2 + bb9c6a5 commit 04e7087

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

articles/machine-learning/service/overview-what-is-azure-ml.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 11/04/2019
1414

1515
In this article, you learn about Azure Machine Learning, a cloud-based environment you can use to train, deploy, automate, manage, and track ML models.
1616

17-
Azure Machine Learning can be used for any kind of machine learning, from classical ml to deep learning, supervised and unsupervised learning. Whether you prefer to write Python or R code or zero-code/low-code options such as the [designer](ui-tutorial-automobile-price-train-score.md), you can build, train and track highly accurate machine learning and deep-learning models in an Azure Machine Learning Workspace.
17+
Azure Machine Learning can be used for any kind of machine learning, from classical ml to deep learning, supervised, and unsupervised learning. Whether you prefer to write Python or R code or zero-code/low-code options such as the [designer](ui-tutorial-automobile-price-train-score.md), you can build, train, and track highly accurate machine learning and deep-learning models in an Azure Machine Learning Workspace.
1818

1919
Start training on your local machine and then scale out to the cloud.
2020

@@ -49,7 +49,6 @@ Azure Machine Learning provides all the tools developers and data scientists nee
4949

5050
You can even use [MLflow to track metrics and deploy models](how-to-use-mlflow.md) or Kubeflow to [build end-to-end workflow pipelines](https://www.kubeflow.org/docs/azure/).
5151

52-
5352
## Build ML models in Python or R
5453

5554
Start training on your local machine using the Azure Machine Learning <a href="https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py" target="_blank">Python SDK</a> or <a href="https://azure.github.io/azureml-sdk-for-r/reference/index.html" target="_blank">R SDK</a>. Then, you can scale out to the cloud.
@@ -64,7 +63,7 @@ For code-free or low-code training and deployment, try:
6463

6564
+ **Azure Machine Learning designer (preview)**
6665

67-
Use the designer to prep data, train, test, deploy, manage, and track machine learning models without writing any code. There is no programming required, you visually connect datasets and modules to construct your model. Try out the [designer tutorial](tutorial-designer-automobile-price-train-score.md).
66+
Use the designer to prep data, train, test, deploy, manage, and track machine learning models without writing any code. There is no programming required, you visually connect datasets and modules to construct your model. Try out the [designer tutorial](tutorial-designer-automobile-price-train-score.md).
6867

6968
Learn more in [the Azure Machine Learning designer overview article](concept-designer.md).
7069

@@ -86,14 +85,32 @@ These models can be consumed and return predictions in [real time](how-to-consum
8685
And with advanced [machine learning pipelines](concept-ml-pipelines.md), you can collaborate on each step from data preparation, model training and evaluation, through deployment. Pipelines allow you to:
8786

8887
* Automate the end-to-end machine learning process in the cloud
89-
* Reuse components and only re-run steps when needed
88+
* Reuse components and only rerun steps when needed
9089
* Use different compute resources in each step
9190
* Run batch scoring tasks
9291

9392
If you want to use scripts to automate your machine learning workflow, the [machine learning CLI](reference-azure-machine-learning-cli.md) provides command-line tools that perform common tasks, such as submitting a training run or deploying a model.
9493

9594
To get started using Azure Machine Learning, see [Next steps](#next-steps).
9695

96+
## Integration with other services
97+
98+
Azure Machine Learning works with other services on the Azure platform, and also integrates with open source tools such as Git and MLFlow.
99+
100+
+ Compute targets such as __Azure Kubernetes Service__, __Azure Container Instances__, __Azure Databricks__, __Azure Data Lake Analytics__, and __Azure HDInsight__. For more information on compute targets, see [What are compute targets?](concept-compute-target.md).
101+
+ __Azure Event Grid__. For more information, see [Consume Azure Machine Learning events](concept-event-grid-integration.md).
102+
+ __Azure Monitor__. For more information, see [Monitoring Azure Machine Learning](monitor-azure-machine-learning.md).
103+
+ Data stores such as __Azure Storage accounts__, __Azure Data Lake Storage__, __Azure SQL Database__, __Azure Database for PostgreSQL__, and __Azure Open Datasets__. For more information, see [Access data in Azure storage services](how-to-access-data.md) and [Create datasets with Azure Open Datasets](how-to-create-register-datasets.md#create-datasets-with-azure-open-datasets).
104+
+ __Azure Virtual Networks__. For more information, see [Secure experimentation and inference in a virtual network](how-to-enable-virtual-network.md).
105+
+ __Azure Pipelines__. For more information, see [Train and deploy machine learning models](/azure/devops/pipelines/targets/azure-machine-learning).
106+
+ __Git repository logs__. For more information, see [Git integration](concept-train-model-git-integration.md).
107+
+ __MLFlow__. For more information, see [MLflow to track metrics and deploy models](how-to-use-mlflow.md)
108+
+ __Kubeflow__. For more information, see [build end-to-end workflow pipelines](https://www.kubeflow.org/docs/azure/).
109+
110+
### Secure communications
111+
112+
Your Azure Storage account, compute targets, and other resources can be used securely inside a virtual network to train models and perform inference. For more information, see [Secure experimentation and inference in a virtual network](how-to-enable-virtual-network.md).
113+
97114
## <a name="sku"></a>Basic & Enterprise editions
98115

99116
Azure Machine Learning offers two editions tailored for your machine learning needs:

0 commit comments

Comments
 (0)