Skip to content

Commit 43edfdc

Browse files
author
Larry Franks
committed
feedback
1 parent f9bcf4d commit 43edfdc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,13 @@ __Allow__ outbound traffic over __TCP port 443__ to the following FQDNs. Replace
106106
* `<region>.service.batch.com`
107107

108108
> [!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.
109+
> If you use one firewall for multiple Azure services, having outbound storage rules impacts other services. In this case, limit the 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.
110+
111+
> [!WARNING]
112+
> If you enable the service endpoint on the subnet used by your firewall, you must open outbound traffic to the following hosts:
113+
> * `*.blob.core.windows.net`
114+
> * `*.queue.core.windows.net`
115+
> * `*.table.core.windows.net`
110116
111117
---
112118

0 commit comments

Comments
 (0)