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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Azure Firewall can be used to restrict access to and from your Azure Machine Lea
22
22
23
23
You must configure a network rule allowing traffic to and from the following addresses:
24
24
25
+
__Azure specific hosts__
26
+
25
27
|**Host name**|**Purpose**|
26
28
| ---- | ---- |
27
29
|**\*.batchai.core.windows.net**||
@@ -32,13 +34,16 @@ You must configure a network rule allowing traffic to and from the following add
32
34
|**mlworkspace.azure.ai**||
33
35
|**\*.aether.ms**||
34
36
|**\*.instances.azureml.net**||
35
-
|**anaconda.com**| Used when installing conda packages |
36
-
|**pypi.org**| Used when installing pip packages |
37
37
|**windows.net**| Azure Blob Storage |
38
38
|**vault.azure.net**| Azure Key Vault |
39
39
|**microsoft.com**| Base docker images |
40
40
|**azurecr.io**| Azure Container Registry |
41
41
42
+
__Python-related hosts__
43
+
44
+
|**anaconda.com**| Used when installing conda packages |
45
+
|**pypi.org**| Used when installing pip packages |
46
+
42
47
When adding the network rule, set the __Protocol__ to any, and the ports to `*`.
43
48
44
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