Skip to content

Commit e17ff4e

Browse files
author
Larry Franks
committed
fixing v1 article
1 parent 5c5aa3d commit e17ff4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/v1/how-to-secure-training-vnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ The following configurations are in addition to those listed in the [Prerequisit
138138
| `<region>.tundra.azureml.ms` | UDP | 5831 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. |
139139
| `graph.windows.net` | TCP | 443 | Communication with the Microsoft Graph API.|
140140
| `*.instances.azureml.ms` | TCP | 443/8787/18881 | Communication with Azure Machine Learning. |
141-
| `<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
142-
| `<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
141+
| `*.<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
142+
| `*.<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
143143
| `*.blob.core.windows.net` | TCP | 443 | Communication with Azure Blob storage. |
144144
| `*.queue.core.windows.net` | TCP | 443 | Communication with Azure Queue storage. |
145145
| `*.table.core.windows.net` | TCP | 443 | Communication with Azure Table storage. |
@@ -210,8 +210,8 @@ The following configurations are in addition to those listed in the [Prerequisit
210210
| `<region>.tundra.azureml.ms` | UDP | 5831 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. |
211211
| `graph.windows.net` | TCP | 443 | Communication with the Microsoft Graph API.|
212212
| `*.instances.azureml.ms` | TCP | 443/8787/18881 | Communication with Azure Machine Learning. |
213-
| `<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
214-
| `<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
213+
| `*.<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
214+
| `*.<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
215215
| `*.blob.core.windows.net` | TCP | 443 | Communication with Azure Blob storage. |
216216
| `*.queue.core.windows.net` | TCP | 443 | Communication with Azure Queue storage. |
217217
| `*.table.core.windows.net` | TCP | 443 | Communication with Azure Table storage. |

0 commit comments

Comments
 (0)