Skip to content

Commit f7c15db

Browse files
author
Larry
committed
refactoring for readability
1 parent ec4de87 commit f7c15db

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,22 @@ ms.date: 03/24/2020
1414

1515
# Use Azure Machine Learning workspace behind Azure Firewall
1616

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.
1918

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

2121
## Hosts
2222

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).
2431
25-
__Azure specific hosts__
32+
__Azure-specific hosts__
2633

2734
| **Host name** | **Purpose** |
2835
| ---- | ---- |
@@ -44,11 +51,5 @@ __Python-related hosts__
4451
| **anaconda.com** | Used when installing conda packages |
4552
| **pypi.org** | Used when installing pip packages |
4653

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).
50-
51-
## IP Addresses
5254

53-
## Ports
5455

0 commit comments

Comments
 (0)