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: includes/machine-learning-public-internet-access.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,22 @@ ms.author: larryfr
10
10
ms.custom: include file
11
11
---
12
12
13
-
Azure Machine Learning requires both inbound and outbound access to the public internet. The following tables provide an overview of what access is required and what it is for. The __protocol__ for all items is __TCP__. For service tags that end in `.region`, replace `region` with the Azure region that contains your workspace. For example, `Storage.westus`:
13
+
Azure Machine Learning requires both inbound and outbound access to the public internet. The following tables provide an overview of what access is required and what purpose it serves. For service tags that end in `.region`, replace `region` with the Azure region that contains your workspace. For example, `Storage.westus`:
14
14
15
-
| Direction | Ports | Service tag | Purpose |
15
+
| Direction | Ports | Service tag |Protocol |Purpose |
16
16
| ----- |:-----:| ----- | ----- |
17
-
| Inbound | 29876-29877 | BatchNodeManagement | Create, update, and delete of Azure Machine Learning compute instance and compute cluster. It isn't required if you use No Public IP option.|
18
-
| Inbound | 44224 | AzureMachineLearning | Create, update, and delete of Azure Machine Learning compute instance. It isn't required if you use No Public IP option.|
| Outbound | 443 | BatchNodeManagement.region | Communication with Azure Batch back-end for computes. Replace `region` with the Azure region of your workspace. |
22
-
| Outbound | 443 | AzureResourceManager | Creation of Azure resources with Azure Machine Learning. |
23
-
| Outbound | 443, 445 (*)| Storage.region | 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](../articles/machine-learning/how-to-prevent-data-loss-exfiltration.md).<br>(*) 445 is only required if you have a firewall between your virtual network for Azure ML and a private endpoint for your storage accounts.|
24
-
| Outbound | 443 | AzureFrontDoor.FrontEnd</br>* Not needed in Azure China. | Global entry point for [Azure Machine Learning studio](https://ml.azure.com). Store images and environments for AutoML. |
25
-
| Outbound | 443 | MicrosoftContainerRegistry.region</br>**Note** that this tag has a dependency on the **AzureFrontDoor.FirstParty** tag | Access docker images provided by Microsoft. Setup of the Azure Machine Learning router for Azure Kubernetes Service. |
26
-
| Outbound | 443 | AzureMonitor | Used to log monitoring and metrics to App Insights and Azure Monitor. |
27
-
| Outbound | 443 | Keyvault.region | Access the key vault for the Azure Batch service. Only needed if your workspace was created with the [hbi_workspace](/python/api/azureml-core/azureml.core.workspace%28class%29#create-name--auth-none--subscription-id-none--resource-group-none--location-none--create-resource-group-true--sku--basic---friendly-name-none--storage-account-none--key-vault-none--app-insights-none--container-registry-none--cmk-keyvault-none--resource-cmk-uri-none--hbi-workspace-false--default-cpu-compute-target-none--default-gpu-compute-target-none--exist-ok-false--show-output-true-) flag enabled. |
28
-
| Outbound | 5831 | AzureMachineLearning | Communication with Azure Machine Learning for compute instances. |
17
+
| Inbound | 29876-29877 | BatchNodeManagement |TCP |Create, update, and delete of Azure Machine Learning compute instance and compute cluster. It isn't required if you use No Public IP option.|
18
+
| Inbound | 44224 | AzureMachineLearning |TCP |Create, update, and delete of Azure Machine Learning compute instance. It isn't required if you use No Public IP option.|
| Outbound | 443 | BatchNodeManagement.region |TCP |Communication with Azure Batch back-end for computes. Replace `region` with the Azure region of your workspace. |
22
+
| Outbound | 443 | AzureResourceManager |TCP |Creation of Azure resources with Azure Machine Learning. |
23
+
| Outbound | 443, 445 (*)| Storage.region |TCP |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](../articles/machine-learning/how-to-prevent-data-loss-exfiltration.md).<br>(*) 445 is only required if you have a firewall between your virtual network for Azure ML and a private endpoint for your storage accounts.|
24
+
| Outbound | 443 | AzureFrontDoor.FrontEnd</br>* Not needed in Azure China. |TCP |Global entry point for [Azure Machine Learning studio](https://ml.azure.com). Store images and environments for AutoML. |
25
+
| Outbound | 443 | MicrosoftContainerRegistry.region</br>**Note** that this tag has a dependency on the **AzureFrontDoor.FirstParty** tag |TCP |Access docker images provided by Microsoft. Setup of the Azure Machine Learning router for Azure Kubernetes Service. |
26
+
| Outbound | 443 | AzureMonitor |TCP |Used to log monitoring and metrics to App Insights and Azure Monitor. |
27
+
| Outbound | 443 | Keyvault.region |TCP |Access the key vault for the Azure Batch service. Only needed if your workspace was created with the [hbi_workspace](/python/api/azureml-core/azureml.core.workspace%28class%29#create-name--auth-none--subscription-id-none--resource-group-none--location-none--create-resource-group-true--sku--basic---friendly-name-none--storage-account-none--key-vault-none--app-insights-none--container-registry-none--cmk-keyvault-none--resource-cmk-uri-none--hbi-workspace-false--default-cpu-compute-target-none--default-gpu-compute-target-none--exist-ok-false--show-output-true-) flag enabled. |
28
+
| Outbound | 5831 | AzureMachineLearning |UDP |Communication with Azure Machine Learning for compute instances. |
29
29
30
30
> [!TIP]
31
31
> If you need the IP addresses instead of service tags, use one of the following options:
0 commit comments