You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-access-azureml-behind-firewall.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,22 @@ ms.date: 03/24/2020
14
14
15
15
# Use Azure Machine Learning workspace behind Azure Firewall
16
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
-
17
+
This article contains information on configuring Azure Firewall for use with Azure Machine Learning.
19
18
19
+
Azure Firewall can be used to control access to your Azure Machine Learning workspace and the public internet. If not configured correctly, the firewall can cause problems using your workspace.
20
20
21
21
## Hosts
22
22
23
-
You must configure a network rule allowing traffic to and from the following addresses:
23
+
Your development environment, and the Azure Machine Learning workspace, need to access the hosts listed in this section.
24
+
25
+
On your firewall, create a network rule allowing traffic to and from the following addresses:
26
+
27
+
> [!TIP]
28
+
> When adding the network rule, set the __Protocol__ to any, and the ports to `*`.
29
+
>
30
+
> For more information on configuring Azure Firewall, see [Deploy and configure Azure Firewall](../firewall/tutorial-firewall-deploy-portal.md#configure-a-network-rule).
24
31
25
-
__Azurespecific hosts__
32
+
__Azure-specific hosts__
26
33
27
34
|**Host name**|**Purpose**|
28
35
| ---- | ---- |
@@ -44,11 +51,5 @@ __Python-related hosts__
44
51
|**anaconda.com**| Used when installing conda packages |
45
52
|**pypi.org**| Used when installing pip packages |
46
53
47
-
When adding the network rule, set the __Protocol__ to any, and the ports to `*`.
48
-
49
-
For more information on configuring Azure Firewall, see [Deploy and configure Azure Firewall](../firewall/tutorial-firewall-deploy-portal.md#configure-a-network-rule).
0 commit comments