Skip to content

Commit 6001030

Browse files
committed
outbound updates per PM feedback
1 parent 2dae5d5 commit 6001030

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ __Outbound traffic__
7878
| `AzureResourceManager` | 443 | Creation of Azure resources with Azure Machine Learning. |
7979
| `Storage.<region>` | 443 | Access data stored in the Azure Storage Account for compute cluster and compute instance. This outbound can be used to exfiltrate data. For more information, see [Data exfiltration protection](how-to-prevent-data-loss-exfiltration.md). |
8080
| `AzureFrontDoor.FrontEnd`</br>* Not needed in Microsoft Azure operated by 21Vianet. | 443 | Global entry point for [Azure Machine Learning studio](https://ml.azure.com). Store images and environments for AutoML. |
81-
| `MicrosoftContainerRegistry.<region>` | 443 | Access docker images provided by Microsoft. |
81+
| `MicrosoftContainerRegistry` | 443 | Access docker images provided by Microsoft. |
8282
| `Frontdoor.FirstParty` | 443 | Access docker images provided by Microsoft. |
8383
| `AzureMonitor` | 443 | Used to log monitoring and metrics to Azure Monitor. Only needed if you haven't [secured Azure Monitor](how-to-secure-workspace-vnet.md#secure-azure-monitor-and-application-insights) for the workspace. </br>* This outbound is also used to log information for support incidents. |
84+
| `VirtualNetwork` | 443 | Required when private endpoints are present in the virtual network or peered virtual networks. |
8485

8586
> [!IMPORTANT]
8687
> If a compute instance or compute cluster is configured for no public IP, by default it can't access the internet. If it *can* still send outbound traffic to the internet, it is because of Azure [default outbound access](../virtual-network/ip-services/default-outbound-access.md#when-is-default-outbound-access-provided) and you have an NSG that allows outbound to the internet. We **don't recommend** using the default outbound access. If you need outbound access to the internet, we recommend using one of the following options instead of the default outbound access:
@@ -96,7 +97,7 @@ __Outbound traffic__
9697

9798
| Service tag(s) | Ports | Purpose |
9899
| ----- |:-----:| ----- |
99-
| `MicrosoftContainerRegistry.<region>` and `AzureFrontDoor.FirstParty` | 443 | Allows use of Docker images that Microsoft provides for training and inference. Also sets up the Azure Machine Learning router for Azure Kubernetes Service. |
100+
| `MicrosoftContainerRegistry` and `AzureFrontDoor.FirstParty` | 443 | Allows use of Docker images that Microsoft provides for training and inference. Also sets up the Azure Machine Learning router for Azure Kubernetes Service. |
100101

101102
__To allow installation of Python packages for training and deployment__, allow __outbound__ traffic to the following host names:
102103

0 commit comments

Comments
 (0)