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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-prevent-data-loss-exfiltration.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,21 +92,26 @@ Select the configuration that you're using:
92
92
93
93
# [Service tag/NSG](#tab/servicetag)
94
94
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:
96
96
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.
100
105
101
106
# [Firewall](#tab/firewall)
102
107
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:
104
109
105
110
*`<region>.batch.azure.com`
106
111
*`<region>.service.batch.com`
107
112
108
113
> [!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__:
0 commit comments