Skip to content

Commit d7cace2

Browse files
author
Larry Franks
committed
changes per PM discussion
1 parent 01d8feb commit d7cace2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ 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 over __ANY port 443__ to the following __service tags__. Replace `<region>` with the Azure region that contains your compute cluster or instance:
9696

9797
* `BatchNodeManagement.<region>`
9898
* `AzureMachineLearning`
9999
* `Storage.<region>` - A Service Endpoint Policy will be applied in a later step to limit outbound traffic.
100100

101101
# [Firewall](#tab/firewall)
102102

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:
104104

105105
* `<region>.batch.azure.com`
106106
* `<region>.service.batch.com`
@@ -138,14 +138,14 @@ When using Azure Machine Learning curated environments, make sure to use the lat
138138

139139
# [Service tag/NSG](#tab/servicetag)
140140

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.
142142

143143
* `MicrosoftContainerRegistry.<region>`
144144
* `AzureFrontDoor.FirstParty`
145145

146146
# [Firewall](#tab/firewall)
147147

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

150150
* `mcr.microsoft.com`
151151
* `*.data.mcr.microsoft.com`

0 commit comments

Comments
 (0)