Skip to content

Commit 39d682c

Browse files
Merge pull request #224726 from Blackmist/fixes0123
feedback
2 parents 18f7705 + a7e2eb3 commit 39d682c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,11 @@ __Allow__ outbound traffic over __TCP port 443__ to the following FQDNs. Replace
105105
* `<region>.batch.azure.com`
106106
* `<region>.service.batch.com`
107107

108-
> [!IMPORTANT]
109-
> If you use one firewall for multiple Azure services, having outbound storage rules impacts other services. In this case, limit thee source IP of the outbound storage rule to the address space of the subnet that contains your compute instance and compute cluster resources. This limits the rule to the compute resources in the subnet.
108+
> [!WARNING]
109+
> If you enable the service endpoint on the subnet used by your firewall, you must open outbound traffic to the following hosts:
110+
> * `*.blob.core.windows.net`
111+
> * `*.queue.core.windows.net`
112+
> * `*.table.core.windows.net`
110113
111114
---
112115

0 commit comments

Comments
 (0)