Skip to content

Commit 338af59

Browse files
committed
address PR feedback
1 parent 02ca14c commit 338af59

File tree

7 files changed

+33
-14
lines changed

7 files changed

+33
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
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: 03/22/2024
10+
ms.date: 04/08/2024
1111
ms.author: lajanuar
1212
recommendations: false
1313
---

articles/ai-services/translator/containers/faq.yml

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,31 @@ metadata:
88
ms.topic: faq
99
ms.date: 03/11/2024
1010
ms.author: lajanuar
11-
title: Frequently asked questions (FAQ)
11+
title: Azure AI Translator container FAQ
1212
summary: |
13-
Frequently asked questions about Azure AI Translator containers.
13+
Find answers to commonly asked questions about concepts related to Azure AI Translator containers.
1414
1515
sections:
16-
- questions:
17-
- question: What is the difference between the Azure AI Translator cloud service and the Azure AI Translator container?
18-
answer: Azure AI containers are an alternative to the Azure AI cloud services. Translator containers offer a subset of the cloud services capabilities. The core AI technology, pricing tiers, API keys, and API signature are the same between the container and the corresponding cloud services.
16+
- name: General questions and concepts
17+
questions:
18+
- question: |
19+
What is the Azure AI Translator container?
20+
answer: |
1921
20-
- question: How do I access and use the Translator gated preview container?
21-
answer: To access a gated preview container, you must have a valid Azure subscription and request access to the gated preview. You can run a gated preview container if your Translator resource was created with the approved Azure subscription ID. You can't run the container until your Azure subscription is approved for [connected](https://aka.ms/csgate-translator) or [disconnected](https://aka.ms/csdisconnectedcontainers) container access.
22+
Azure AI Translator containers are Docker images that allow you to run the Translator service locally or in your own environment. You can use the Translator container to translate text between languages, detect the language of a text, and transliterate from one script to another. The Transltor container is available in a gated preview.
23+
24+
- question: |
25+
What are the benefits of using the Azure AI Translator container?
26+
answer: |
27+
28+
"The Azure AI Translator container provides the following benefits:"
29+
30+
- "**Offline translation**: You can run the Translator service locally or in your own environment without an internet connection."
31+
- "**Customization**: You can customize the Translator service to meet your specific needs."
32+
- "**Data residency**: You can keep your data within your own environment."
33+
34+
- question: |
35+
How do I access and use the Translator gated preview container?
36+
answer: |
37+
38+
To access a gated preview container, you must have a valid Azure subscription and request access to the gated preview. You can run a gated preview container if your Translator resource was created with the approved Azure subscription ID. You can't run the container until your Azure subscription is approved for [connected](https://aka.ms/csgate-translator) or [disconnected](https://aka.ms/csdisconnectedcontainers) container access.

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

Lines changed: 2 additions & 2 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: 04/01/2024
10+
ms.date: 04/08/2024
1111
ms.author: lajanuar
1212
recommendations: false
1313
keywords: on-premises, Docker, container, identify
@@ -420,7 +420,7 @@ There are several ways to validate that the container is running:
420420
| `http://localhost:5000/status` | Requested with GET. Verifies if the api-key used to start the container is valid without causing an endpoint query. This request can be used for Kubernetes [liveness and readiness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/). |
421421
| `http://localhost:5000/swagger` | The container provides a full set of documentation for the endpoints and a **Try it out** feature. With this feature, you can enter your settings into a web-based HTML form and make the query without having to write any code. After the query returns, an example CURL command is provided to demonstrate the required HTTP headers and body format. |
422422

423-
:::image type="content" source="media/container-webpage.png" alt-text="Screenshot of the container home page":::
423+
:::image type="content" source="media/container-webpage.png" alt-text="Screenshot of the container home page.":::
424424

425425
[!INCLUDE [Diagnostic container](../includes/diagnostics-container.md)]
426426

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
88
ms.topic: overview
9-
ms.date: 03/11/2024
9+
ms.date: 04/08/2024
1010
ms.author: lajanuar
1111
---
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-translator
1010
ms.topic: reference
11-
ms.date: 03/20/2024
11+
ms.date: 04/08/2024
1212
ms.author: lajanuar
1313
---
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77

88
ms.service: azure-ai-translator
99
ms.topic: reference
10-
ms.date: 02/21/2024
10+
ms.date: 04/08/2024
1111
ms.author: lajanuar
1212
---
1313

articles/ai-services/translator/containers/transliterate-text-parameters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ manager: nitinme
88

99
ms.service: azure-ai-translator
1010
ms.topic: reference
11-
ms.date: 02/21/2024
11+
ms.date: 04/08/2024
1212
ms.author: lajanuar
1313
---
1414

1515
# Container: Transliterate Text
1616

17+
**Convert characters or letters of a source language to the corresponding characters or letters of a target language.**
18+
1719
## Request URL
1820

1921
`POST` request:

0 commit comments

Comments
 (0)