Skip to content

Commit d27def4

Browse files
authored
Merge pull request #202564 from jhirono/firewalldocupdate
inbound and outbound update
2 parents 471503b + d996e46 commit d27def4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Azure Machine Learning requires both inbound and outbound access to the public i
1414

1515
| Direction | Ports | Service tag | Purpose |
1616
| ----- |:-----:| ----- | ----- |
17-
| Inbound | 29876-29877 | BatchNodeManagement | Create, update, and delete of Azure Machine Learning compute instance and compute cluster. |
18-
| Inbound | 44224 | AzureMachineLearning | Create, update, and delete of Azure Machine Learning compute instance. |
17+
| Inbound | 29876-29877 | BatchNodeManagement | Create, update, and delete of Azure Machine Learning compute instance and compute cluster. It is not required if you use No Public IP option.|
18+
| Inbound | 44224 | AzureMachineLearning | Create, update, and delete of Azure Machine Learning compute instance. It is not required if you use No Public IP option.|
1919
| Outbound | 443 | AzureMonitor | Used to log monitoring and metrics to App Insights and Azure Monitor. |
2020
| Outbound | 80, 443 | AzureActiveDirectory | Authentication using Azure AD. |
2121
| Outbound | 443, 8787, 18881 | AzureMachineLearning | Using Azure Machine Learning services. |
2222
| Outbound | 443 | AzureResourceManager | Creation of Azure resources with Azure Machine Learning. |
23-
| Outbound | 443 | Storage.region | Access data stored in the Azure Storage Account for the Azure Batch service. |
24-
| Outbound | 443 | AzureFrontDoor.FrontEnd</br>* Not needed in Azure China. | Global entry point for [Azure Machine Learning studio](https://ml.azure.com). |
23+
| Outbound | 443, 445 (*)| Storage.region | Access data stored in the Azure Storage Account for compute cluster and compute instance. <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. |
2525
| Outbound | 443 | ContainerRegistry.region | Access docker images provided by Microsoft. |
2626
| 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. |
2727
| 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. |

0 commit comments

Comments
 (0)