Skip to content

Commit 9e96fa6

Browse files
Merge pull request #214903 from Blackmist/outbound-batch
adding outbound port
2 parents 06c05b8 + f0a2370 commit 9e96fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/machine-learning-public-internet-access.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Azure Machine Learning requires both inbound and outbound access to the public i
1818
| Inbound | 44224 | AzureMachineLearning | Create, update, and delete of Azure Machine Learning compute instance. It isn't required if you use No Public IP option.|
1919
| Outbound | 80, 443 | AzureActiveDirectory | Authentication using Azure AD. |
2020
| Outbound | 443, 8787, 18881 | AzureMachineLearning | Using Azure Machine Learning services. |
21+
| Outbound | 443 | BatchNodeManagement.region | Communication with Azure Batch back-end for computes. Replace `region` with the Azure region of your workspace. |
2122
| Outbound | 443 | AzureResourceManager | Creation of Azure resources with Azure Machine Learning. |
2223
| 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](/azure/machine-learning/how-to-prevent-data-loss-exfiltration).<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.|
2324
| 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. |

0 commit comments

Comments
 (0)