Skip to content

Commit cb5ffde

Browse files
authored
Update translator-container-configuration.md
1 parent bc069a4 commit cb5ffde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/translator/containers/translator-container-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: laujan
77
manager: nitinme
88
ms.service: azure-ai-translator
99
ms.topic: how-to
10-
ms.date: 10/10/2023
10+
ms.date: 03/22/2024
1111
ms.author: lajanuar
1212
recommendations: false
1313
---
@@ -68,13 +68,13 @@ This setting can be found in the following place:
6868

6969
[!INCLUDE [Container shared configuration fluentd settings](../../../../includes/cognitive-services-containers-configuration-shared-settings-fluentd.md)]
7070

71-
## HTTP proxy credentials settings
71+
## HTTP/HTTPS proxy credentials settings
7272

7373
If you need to configure an HTTP proxy for making outbound requests, use these two arguments:
7474

7575
| Name | Data type | Description |
7676
|--|--|--|
77-
|HTTPS_PROXY|string|The proxy to use, for example, `http://proxy:8888`<br>`<proxy-url>`|
77+
|HTTPS_PROXY|string|The proxy to use, for example, `https://proxy:8888`<br>`<proxy-url>`|
7878
|HTTP_PROXY_CREDS|string|Any credentials needed to authenticate against the proxy, for example, `username:password`. This value **must be in lower-case**. |
7979
|`<proxy-user>`|string|The user for the proxy.|
8080
|`<proxy-password>`|string|The password associated with `<proxy-user>` for the proxy.|
@@ -89,7 +89,7 @@ docker run --rm -it -p 5000:5000 \
8989
Eula=accept \
9090
Billing=<endpoint> \
9191
ApiKey=<api-key> \
92-
HTTP_PROXY=<proxy-url> \
92+
HTTPS_PROXY=<proxy-url> \
9393
HTTP_PROXY_CREDS=<proxy-user>:<proxy-password> \
9494
```
9595

0 commit comments

Comments
 (0)