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/configuration.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ author: laujan
7
7
manager: nitinme
8
8
ms.service: azure-ai-translator
9
9
ms.topic: how-to
10
-
ms.date: 03/22/2024
10
+
ms.date: 04/08/2024
11
11
ms.author: lajanuar
12
12
recommendations: false
13
13
---
14
14
15
15
# Configure Translator Docker containers
16
16
17
-
Azure AI services provide each container with a common configuration framework. You can easily configure your Translator containers to build Translator application architecture optimized for robust cloud capabilities and edge locality.
17
+
Azure AI services provide each container with a common configuration framework. You can easily configure your Translator containers to build Translator application architecture optimized for robust cloud capabilities and edge locality.
18
18
19
19
The **Translator** container runtime environment is configured using the `docker run` command arguments. This container has both required and optional settings. The required container-specific settings are the billing settings.
20
20
@@ -27,7 +27,7 @@ The container has the following configuration settings:
|No|[ApplicationInsights](#applicationinsights-setting)|Enables adding [Azure Application Insights](/azure/application-insights) telemetric support to your container.|
29
29
|Yes|[Billing](#billing-configuration-setting)|Specifies the endpoint URI of the service resource on Azure.|
30
-
|Yes|[EULA](#eula-setting)| Indicates that you've accepted the license for the container.|
30
+
|Yes|[EULA](#eula-setting)| Indicates that you accepted the end-user license agreement (EULA) for the container.|
31
31
|No|[Fluentd](#fluentd-settings)|Writes log and, optionally, metric data to a Fluentd server.|
32
32
|No|HTTP Proxy|Configures an HTTP proxy for making outbound requests.|
33
33
|No|[Logging](#logging-settings)|Provides ASP.NET Core logging support for your container. |
@@ -58,7 +58,7 @@ This setting can be found in the following place:
58
58
59
59
| Required | Name | Data type | Description |
60
60
| -------- | ---- | --------- | ----------- |
61
-
| Yes |`Billing`| String | Billing endpoint URI. For more information on obtaining the billing URI, see [gathering required parameters](translator-how-to-install-container.md#required-elements). For more information and a complete list of regional endpoints, see [Custom subdomain names for Azure AI services](../../cognitive-services-custom-subdomains.md). |
61
+
| Yes |`Billing`| String | Billing endpoint URI. For more information on obtaining the billing URI, see [gathering required parameters](translator-how-to-install-container.md#required-input). For more information and a complete list of regional endpoints, see [Custom subdomain names for Azure AI services](../../cognitive-services-custom-subdomains.md). |
62
62
63
63
## EULA setting
64
64
@@ -80,11 +80,10 @@ If you need to configure an HTTP proxy for making outbound requests, use these t
80
80
|`<proxy-password>`|string|The password associated with `<proxy-user>` for the proxy.|
Find answers to commonly asked questions about concepts related to Azure AI Translator containers.
14
+
15
+
sections:
16
+
- name: General questions and concepts
17
+
questions:
18
+
- question: |
19
+
What is the Azure AI Translator container?
20
+
answer: |
21
+
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.
0 commit comments