Skip to content

Commit 9b474fb

Browse files
author
Larry
committed
adding last descriptions.
1 parent f7f1a85 commit 9b474fb

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

articles/machine-learning/how-to-access-azureml-behind-firewall.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Use Azure Machine Learning behind a firewall
33
titleSuffix: Azure Machine Learning
4-
description: 'Securely use Azure Machine Learning behind Azure Firewall.'
4+
description: 'Securely use Azure Machine Learning behind Azure Firewall. Learn about the hosts that you must allow through the firewall for Azure Machine Learning to function correctly.'
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
88
ms.topic: conceptual
99
ms.author: aashishb
1010
author: aashishb
1111
ms.reviewer: larryfr
12-
ms.date: 03/24/2020
12+
ms.date: 04/27/2020
1313
---
1414

1515
# Use Azure Machine Learning workspace behind Azure Firewall
@@ -33,14 +33,14 @@ The hosts in this section are owned by Microsoft, and provide services required
3333

3434
| **Host name** | **Purpose** |
3535
| ---- | ---- |
36-
| **\*.batchai.core.windows.net** | |
37-
| **ml.azure.com** | |
38-
| **\*.azureml.ms** | |
39-
| **\*.experiments.azureml.net** | |
40-
| **\*.modelmanagement.azureml.net** | |
41-
| **mlworkspace.azure.ai** | |
42-
| **\*.aether.ms** | |
43-
| **\*.instances.azureml.net** | |
36+
| **\*.batchai.core.windows.net** | Training clusters |
37+
| **ml.azure.com** | Azure Machine Learning studio |
38+
| **\*.azureml.ms** | Used by Azure Machine Learning APIs |
39+
| **\*.experiments.azureml.net** | Used by experiments running in Azure Machine Learning|
40+
| **\*.modelmanagement.azureml.net** | Used to register and deploy models|
41+
| **mlworkspace.azure.ai** | Used by the Azure Portal when viewing a workspace |
42+
| **\*.aether.ms** | Used when running Azure Machine Learning pipelines |
43+
| **\*.instances.azureml.net** | Azure Machine Learning compute instances |
4444
| **windows.net** | Azure Blob Storage |
4545
| **vault.azure.net** | Azure Key Vault |
4646
| **microsoft.com** | Base docker images |
@@ -65,3 +65,8 @@ The hosts in this section are used to install R packages. They are required duri
6565
| **Host name** | **Purpose** |
6666
| ---- | ---- |
6767
| **cloud.r-project.org** | Used when installing CRAN packages. |
68+
69+
Next steps
70+
71+
* [[Deploy and configure Azure Firewall](../firewall/tutorial-firewall-deploy-portal.md)]
72+
* [Secure Azure ML experimentation and inference jobs within an Azure Virtual Network](how-to-enable-virtual-network.md)

0 commit comments

Comments
 (0)