Skip to content

Commit 0f92136

Browse files
author
Larry
committed
cleaning up
1 parent f20f72b commit 0f92136

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ This article contains information on configuring Azure Firewall for use with Azu
1818

1919
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.
2020

21-
## Hosts
21+
## Network rules
2222

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:
23+
On your firewall, create a network rule allowing traffic to and from the addresses in this article.
2624

2725
> [!TIP]
2826
> When adding the network rule, set the __Protocol__ to any, and the ports to `*`.
2927
>
3028
> For more information on configuring Azure Firewall, see [Deploy and configure Azure Firewall](../firewall/tutorial-firewall-deploy-portal.md#configure-a-network-rule).
3129
32-
__Azure-specific hosts__
30+
## Microsoft hosts
31+
32+
The hosts in this section are owned by Microsoft, and provide services required for the proper functioning of your workspace.
3333

3434
| **Host name** | **Purpose** |
3535
| ---- | ---- |
@@ -46,7 +46,9 @@ __Azure-specific hosts__
4646
| **microsoft.com** | Base docker images |
4747
| **azurecr.io** | Azure Container Registry |
4848

49-
__Python-related hosts__
49+
## Python hosts
50+
51+
The hosts in this section are used to install Python packages. They are required during development, training, and deployment.
5052

5153
| **Host name** | **Purpose** |
5254
| ---- | ---- |

0 commit comments

Comments
 (0)