You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/translator/containers/faq.yml
+24-7Lines changed: 24 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,31 @@ metadata:
8
8
ms.topic: faq
9
9
ms.date: 03/11/2024
10
10
ms.author: lajanuar
11
-
title: Frequently asked questions (FAQ)
11
+
title: Azure AI Translator container FAQ
12
12
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.
14
14
15
15
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: |
19
21
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.
@@ -420,7 +420,7 @@ There are several ways to validate that the container is running:
420
420
|`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/). |
421
421
|`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. |
422
422
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.":::
0 commit comments