Skip to content

Commit 6c7a086

Browse files
Merge pull request #230880 from Blackmist/bugfix0315
changes per PM discussion
2 parents b0e0e56 + 59b709f commit 6c7a086

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

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

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

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

95-
__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:
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

103-
__Allow__ outbound traffic over __TCP port 443__ to the following FQDNs. Replace instances of `<region>` with the Azure region that contains your compute cluster or instance:
108+
__Allow__ outbound traffic over __ANY port 443__ to the following FQDNs. Replace instances of `<region>` with the Azure region that contains your compute cluster or instance:
104109

105110
* `<region>.batch.azure.com`
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`

0 commit comments

Comments
 (0)