Skip to content

Commit 723a84c

Browse files
author
Larry Franks
committed
azureml-firewall
1 parent 147b53e commit 723a84c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Use Azure Machine Learning behind a firewall
3+
titleSuffix: Azure Machine Learning
4+
description: 'Securely use Azure Machine Learning behind Azure Firewall.'
5+
services: machine-learning
6+
ms.service: machine-learning
7+
ms.subservice: core
8+
ms.topic: conceptual
9+
ms.author: aashishb
10+
author: aashishb
11+
ms.reviewer: larryfr
12+
ms.date: 03/24/2020
13+
---
14+
15+
# Use Azure Machine Learning workspace behind Azure Firewall
16+
17+
Azure Firewall can be used to restrict access to and from your Azure Machine Learning workspace and the public internet. However, there are hosts, IP addresses, and ports that need to be enabled on the firewall for your workspace to correctly function. Use the information in this article to correctly configure your firewall for Azure Machine Learning.
18+
19+
20+
21+
## Hosts
22+
23+
You must configure a network rule allowing traffic to and from the following addresses:
24+
25+
| **Host name** | **Purpose** |
26+
| ---- | ---- |
27+
| **\*.batchai.core.windows.net** | |
28+
| **ml.azure.com** | |
29+
| **\*.azureml.ms** | |
30+
| **\*.experiments.azureml.net** | |
31+
| **\*.modelmanagement.azureml.net** | |
32+
| **mlworkspace.azure.ai** | |
33+
| **\*.aether.ms** | |
34+
| **anaconda.com** | Used when installing conda packages |
35+
| **pypi.org** | Used when installing pip packages |
36+
| **windows.net** | Azure Blob Storage |
37+
| **vault.azure.net** | Azure Key Vault |
38+
| **microsoft.com** | Base docker images |
39+
| **aurecr.io** | Azure Container Registry |
40+
41+
When adding the network rule, set the __Protocol__ to any, and the ports to `*`.
42+
43+
For more information on configuring Azure Firewall, see [Deploy and configure Azure Firewall](../firewall/tutorial-firewall-deploy-portal.md#configure-a-network-rule).
44+
45+
## IP Addresses
46+
47+
## Ports
48+

0 commit comments

Comments
 (0)