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
@@ -129,8 +129,8 @@ The following configurations are in addition to those listed in the [Prerequisit
129
129
|`<region>.tundra.azureml.ms`| UDP | 5831 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. |
130
130
|`graph.windows.net`| TCP | 443 | Communication with the Microsoft Graph API.|
131
131
|`*.instances.azureml.ms`| TCP | 443/8787/18881 | Communication with Azure Machine Learning. |
132
-
|`<region>.batch.azure.com`| ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
133
-
|`<region>.service.batch.com`| ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
132
+
|`*.<region>.batch.azure.com`| ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
133
+
|`*.<region>.service.batch.com`| ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
134
134
|`*.blob.core.windows.net`| TCP | 443 | Communication with Azure Blob storage. |
135
135
|`*.queue.core.windows.net`| TCP | 443 | Communication with Azure Queue storage. |
136
136
|`*.table.core.windows.net`| TCP | 443 | Communication with Azure Table storage. |
@@ -239,8 +239,8 @@ The following configurations are in addition to those listed in the [Prerequisit
239
239
|`<region>.tundra.azureml.ms`| UDP | 5831 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. |
240
240
|`graph.windows.net`| TCP | 443 | Communication with the Microsoft Graph API.|
241
241
|`*.instances.azureml.ms`| TCP | 443/8787/18881 | Communication with Azure Machine Learning. |
242
-
|`<region>.batch.azure.com`| ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
243
-
|`<region>.service.batch.com`| ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
242
+
|`*.<region>.batch.azure.com`| ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
243
+
|`*.<region>.service.batch.com`| ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
244
244
|`*.blob.core.windows.net`| TCP | 443 | Communication with Azure Blob storage. |
245
245
|`*.queue.core.windows.net`| TCP | 443 | Communication with Azure Queue storage. |
246
246
|`*.table.core.windows.net`| TCP | 443 | Communication with Azure Table storage. |
0 commit comments