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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,15 +92,15 @@ 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 over __ANY port 443__ to the following __service tags__. Replace `<region>` with the Azure region that contains your compute cluster or instance:
96
96
97
97
*`BatchNodeManagement.<region>`
98
98
*`AzureMachineLearning`
99
99
*`Storage.<region>` - A Service Endpoint Policy will be applied in a later step to limit outbound traffic.
100
100
101
101
# [Firewall](#tab/firewall)
102
102
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:
103
+
__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
104
105
105
*`<region>.batch.azure.com`
106
106
*`<region>.service.batch.com`
@@ -138,14 +138,14 @@ When using Azure Machine Learning curated environments, make sure to use the lat
138
138
139
139
# [Service tag/NSG](#tab/servicetag)
140
140
141
-
__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.
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.
142
142
143
143
*`MicrosoftContainerRegistry.<region>`
144
144
*`AzureFrontDoor.FirstParty`
145
145
146
146
# [Firewall](#tab/firewall)
147
147
148
-
__Allow__ outbound traffic over __TCP port 443__ to the following FQDNs:
148
+
__Allow__ outbound traffic over __ANY port 443__ to the following FQDNs:
0 commit comments