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
@@ -73,7 +72,7 @@ These rule collections are described in more detail in [What are some Azure Fire
73
72
| AzureActiveDirectory | TCP | 80, 443 |
74
73
| AzureMachineLearning | TCP | 443 |
75
74
| AzureResourceManager | TCP | 443 |
76
-
| Storage.region | TCP | 443, 445|
75
+
| Storage.region | TCP | 443 |
77
76
| AzureFrontDoor.FrontEnd</br>* Not needed in Azure China. | TCP | 443 |
78
77
| ContainerRegistry.region | TCP | 443 |
79
78
| MicrosoftContainerRegistry.region | TCP | 443 |
@@ -130,6 +129,12 @@ If not configured correctly, the firewall can cause problems using your workspac
130
129
131
130
The hosts in the following tables are owned by Microsoft, and provide services required for the proper functioning of your workspace. The tables list hosts for the Azure public, Azure Government, and Azure China 21Vianet regions.
132
131
132
+
> [!IMPORTANT]
133
+
> Azure Machine Learning uses multiple storage accounts. Each stores different data, and has a different purpose. Where applicable, the following terms are used to differentiate between them in this section:
134
+
>
135
+
> *__Your storage__: The Azure Storage Account(s) in your subscription, which is used to store your data and artifacts such as models, training data, training logs, and Python scripts.>
136
+
> *__Microsoft storage__: The Azure Machine Learning compute instance and compute clusters rely on Azure Batch, and must access storage located in a Microsoft subscription. This storage is used only for the management of the compute instances. None of your data is stored here.
137
+
133
138
**General Azure hosts**
134
139
135
140
# [Azure public](#tab/public)
@@ -209,6 +214,7 @@ The hosts in the following tables are owned by Microsoft, and provide services r
209
214
> [!TIP]
210
215
> * The host for __Azure Key Vault__ is 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.
211
216
> * Ports 8787 and 18881 for __compute instance__ are only needed when your Azure Machine workspace has a private endpoint.
217
+
> * In the following table, replace `<storage>` with the name of the default storage account for your Azure Machine Learning workspace.
212
218
213
219
# [Azure public](#tab/public)
214
220
@@ -217,9 +223,11 @@ The hosts in the following tables are owned by Microsoft, and provide services r
| Outbound | 443 | AzureResourceManager | Creation of Azure resources with Azure Machine Learning. |
22
-
| Outbound | 443, 445| Storage.region | Access data stored in the Azure Storage Account for the Azure Batch service. |
22
+
| Outbound | 443 | Storage.region | Access data stored in the Azure Storage Account for the Azure Batch service. |
23
23
| Outbound | 443 | AzureFrontDoor.FrontEnd</br>* Not needed in Azure China. | Global entry point for [Azure Machine Learning studio](https://ml.azure.com). |
0 commit comments