Skip to content

Commit 59b709f

Browse files
author
Larry Franks
committed
incorporating feedback
1 parent d7cace2 commit 59b709f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

articles/machine-learning/how-to-prevent-data-loss-exfiltration.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,16 @@ Select the configuration that you're using:
9292

9393
# [Service tag/NSG](#tab/servicetag)
9494

95-
__Allow__ outbound traffic over __ANY port 443__ to the following __service tags__. Replace `<region>` with the Azure region that contains your compute cluster or instance:
95+
__Allow__ outbound traffic to the following __service tags__. Replace `<region>` with the Azure region that contains your compute cluster or instance:
9696

97-
* `BatchNodeManagement.<region>`
98-
* `AzureMachineLearning`
99-
* `Storage.<region>` - A Service Endpoint Policy will be applied in a later step to limit outbound traffic.
97+
| Service tag | Protocol | Port |
98+
| ----- | ----- | ----- |
99+
| `BatchNodeManagement.<region>` | ANY | 443 |
100+
| `AzureMachineLearning` | TCP | 443 |
101+
| `Storage.<region>` | TCP | 443 |
102+
103+
> [!NOTE]
104+
> For the storage outbound, a Service Endpoint Policy will be applied in a later step to limit outbound traffic.
100105
101106
# [Firewall](#tab/firewall)
102107

@@ -106,7 +111,7 @@ __Allow__ outbound traffic over __ANY port 443__ to the following FQDNs. Replace
106111
* `<region>.service.batch.com`
107112

108113
> [!WARNING]
109-
> If you enable the service endpoint on the subnet used by your firewall, you must open outbound traffic to the following hosts:
114+
> If you enable the service endpoint on the subnet used by your firewall, you must open outbound traffic to the following hosts over __TCP port 443__:
110115
> * `*.blob.core.windows.net`
111116
> * `*.queue.core.windows.net`
112117
> * `*.table.core.windows.net`
@@ -138,14 +143,14 @@ When using Azure Machine Learning curated environments, make sure to use the lat
138143

139144
# [Service tag/NSG](#tab/servicetag)
140145

141-
__Allow__ outbound traffic over __ANY port 443__ to the following service tags. Replace `<region>` with the Azure region that contains your compute cluster or instance.
146+
__Allow__ outbound traffic over __TCP port 443__ to the following service tags. Replace `<region>` with the Azure region that contains your compute cluster or instance.
142147

143148
* `MicrosoftContainerRegistry.<region>`
144149
* `AzureFrontDoor.FirstParty`
145150

146151
# [Firewall](#tab/firewall)
147152

148-
__Allow__ outbound traffic over __ANY port 443__ to the following FQDNs:
153+
__Allow__ outbound traffic over __TCP port 443__ to the following FQDNs:
149154

150155
* `mcr.microsoft.com`
151156
* `*.data.mcr.microsoft.com`

0 commit comments

Comments
 (0)