Skip to content

Commit 49ff51c

Browse files
authored
Merge pull request #271976 from laujan/243818-container-documentation-feedback
fast follow container feedback
2 parents b67a743 + c5fa533 commit 49ff51c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ If you need to configure an HTTP proxy for making outbound requests, use these t
7575
| Name | Data type | Description |
7676
|--|--|--|
7777
|HTTPS_PROXY|string|The proxy to use, for example, `https://proxy:8888`<br>`<proxy-url>`|
78-
|HTTP_PROXY_CREDS|string|Any credentials needed to authenticate against the proxy, for example, `username:password`. This value **must be in lower-case**. |
79-
|`<proxy-user>`|string|The user for the proxy.|
80-
|`<proxy-password>`|string|The password associated with `<proxy-user>` for the proxy.|
81-
||||
8278

8379
```bash
8480
docker run --rm -it -p 5000:5000 \
@@ -89,7 +85,6 @@ Eula=accept \
8985
Billing=<endpoint> \
9086
ApiKey=<api-key> \
9187
HTTPS_PROXY=<proxy-url> \
92-
HTTP_PROXY_CREDS=<proxy-user>:<proxy-password> \
9388
```
9489

9590
## Logging settings

articles/ai-services/translator/containers/install-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ In this article, learn how to install and run the Translator container online wi
2929

3030
* **Text Translation**. Translate the contextual meaning of words or phrases from supported `source` to supported `target` language in real time. For more information, *see* [**Container: translate text**](translator-container-supported-parameters.md).
3131

32-
* **Text Transliteration**. Convert text from one language script or writing system to another language script or writing system in real time. For more information, *see* [Container: transliterate text](transliterate-text-parameters.md).
32+
* **🆕 Text Transliteration**. Convert text from one language script or writing system to another language script or writing system in real time. For more information, *see* [Container: transliterate text](transliterate-text-parameters.md).
3333

34-
* **Document translation**. Synchronously translate documents while preserving structure and format in real time. For more information, *see* [Container:translate documents](translate-document-parameters.md).
34+
* **🆕 Document translation (preview)**. Synchronously translate documents while preserving structure and format in real time. For more information, *see* [Container:translate documents](translate-document-parameters.md).
3535

3636
## Prerequisites
3737

articles/ai-services/translator/containers/translate-document-parameters.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ ms.date: 04/08/2024
1212
ms.author: lajanuar
1313
---
1414

15-
# Container: Translate Documents
15+
# Container: Translate Documents (preview)
16+
17+
> [!IMPORTANT]
18+
>
19+
> * Azure AI Translator public preview releases provide early access to features that are in active development.
20+
> * Features, approaches, and processes may change, prior to General Availability (GA), based on user feedback.
1621
1722
**Translate document with source language specified**.
1823

articles/ai-services/translator/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ items:
187187
href: containers/overview.md
188188
- name: Install and run containers
189189
displayName: docker,docker-run,run,pull,swagger,c#,python,import,cpu,EULA,billing
190-
href: containers/translator-how-to-install-container.md
190+
href: containers/install-run.md
191191
- name: Container configuration guide
192192
displayName: docker,docker-run,billing,settings,key,logging,EULA,telemetry,proxy
193193
href: containers/configuration.md
@@ -199,10 +199,10 @@ items:
199199
- name: "Container: Translate text"
200200
displayName: docker,docker-run,run,pull,swagger,c#,python,import,cpu,EULA,billing
201201
href: containers/translate-text-parameters.md
202-
- name: "Container: Transliterate text"
202+
- name: "🆕 Container: Transliterate text"
203203
displayName: docker,docker-run,run,pull,swagger,c#,python,import,cpu,EULA,billing
204204
href: containers/transliterate-text-parameters.md
205-
- name: "Container: Translate documents"
205+
- name: "🆕 Container: Translate documents (preview)"
206206
displayName: docker,docker-run,run,pull,swagger,c#,python,import,cpu,EULA,billing
207207
href: containers/translate-document-parameters.md
208208
- name: Translator container FAQ

0 commit comments

Comments
 (0)