Skip to content

Commit ec4de87

Browse files
author
Larry
committed
breaking table up
1 parent ad31f31 commit ec4de87

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Azure Firewall can be used to restrict access to and from your Azure Machine Lea
2222

2323
You must configure a network rule allowing traffic to and from the following addresses:
2424

25+
__Azure specific hosts__
26+
2527
| **Host name** | **Purpose** |
2628
| ---- | ---- |
2729
| **\*.batchai.core.windows.net** | |
@@ -32,13 +34,16 @@ You must configure a network rule allowing traffic to and from the following add
3234
| **mlworkspace.azure.ai** | |
3335
| **\*.aether.ms** | |
3436
| **\*.instances.azureml.net** | |
35-
| **anaconda.com** | Used when installing conda packages |
36-
| **pypi.org** | Used when installing pip packages |
3737
| **windows.net** | Azure Blob Storage |
3838
| **vault.azure.net** | Azure Key Vault |
3939
| **microsoft.com** | Base docker images |
4040
| **azurecr.io** | Azure Container Registry |
4141

42+
__Python-related hosts__
43+
44+
| **anaconda.com** | Used when installing conda packages |
45+
| **pypi.org** | Used when installing pip packages |
46+
4247
When adding the network rule, set the __Protocol__ to any, and the ports to `*`.
4348

4449
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

Comments
 (0)