Skip to content

Commit 072a5f5

Browse files
authored
Add the missing allowlist URLs in cognitive-services-container-security.md
After testing, using the Translator in Azure AI Services requires allowing https://translatoronprem.blob.core.windows.net/, otherwise, it will result in files being unable to download.
1 parent 37d2d71 commit 072a5f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/ai-services/containers/includes/cognitive-services-container-security.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ The host should allowlist **port 443** and the following domains:
3636
* `*.cognitive.microsoft.com`
3737
* `*.cognitiveservices.azure.com`
3838

39+
If you are using the Azure AI Translator on-premise, you need to additionally allow the following URLs to download files
40+
41+
* `translatoronprem.blob.core.windows.net`
42+
3943
#### Disable deep packet inspection
4044

4145
[Deep packet inspection (DPI)](https://en.wikipedia.org/wiki/Deep_packet_inspection) is a type of data processing that inspects in detail the data sent over a computer network, and usually takes action by blocking, rerouting, or logging it accordingly.

0 commit comments

Comments
 (0)