Skip to content

Commit 3d09600

Browse files
authored
Merge pull request #271537 from MicrosoftDocs/main
4/8/2024 PM Publish
2 parents afef581 + 26983a8 commit 3d09600

File tree

84 files changed

+3031
-1207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3031
-1207
lines changed

articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,31 @@
636636
"redirect_url": "/azure/ai-services/translator/document-translation/quickstarts/asynchronous-rest-api",
637637
"redirect_document_id": true
638638
},
639+
{
640+
"source_path_from_root": "/articles/ai-services/translator/containers/translator-container-configuration.md",
641+
"redirect_url": "/azure/ai-services/translator/containers/configuration",
642+
"redirect_document_id": true
643+
},
644+
{
645+
"source_path_from_root": "/articles/ai-services/translator/containers/translator-container-supported-parameters.md",
646+
"redirect_url": "/azure/ai-services/translator/containers/translate-text-parameters",
647+
"redirect_document_id": true
648+
},
649+
{
650+
"source_path_from_root": "/articles/ai-services/translator/containers/translator-disconnected-containers.md",
651+
"redirect_url": "/azure/ai-services/translator/containers/install-run",
652+
"redirect_document_id": false
653+
},
654+
{
655+
"source_path_from_root": "/articles/ai-services/translator/containers/translator-how-to-install-container.md",
656+
"redirect_url": "/azure/ai-services/translator/containers/install-run",
657+
"redirect_document_id": true
658+
},
639659
{
640660
"source_path_from_root": "/articles/ai-services/document-intelligence/concept-retrieval-augumented-generation.md",
641661
"redirect_url": "/azure/ai-services/document-intelligence/concept-retrieval-augmented-generation",
642662
"redirect_document_id": true
643663
}
644664

645-
646665
]
647666
}
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ 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
---
1414

1515
# Configure Translator Docker containers
1616

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.
1818

1919
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.
2020

@@ -27,7 +27,7 @@ The container has the following configuration settings:
2727
|Yes|[ApiKey](#apikey-configuration-setting)|Tracks billing information.|
2828
|No|[ApplicationInsights](#applicationinsights-setting)|Enables adding [Azure Application Insights](/azure/application-insights) telemetric support to your container.|
2929
|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.|
3131
|No|[Fluentd](#fluentd-settings)|Writes log and, optionally, metric data to a Fluentd server.|
3232
|No|HTTP Proxy|Configures an HTTP proxy for making outbound requests.|
3333
|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:
5858

5959
| Required | Name | Data type | Description |
6060
| -------- | ---- | --------- | ----------- |
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). |
6262

6363
## EULA setting
6464

@@ -80,11 +80,10 @@ If you need to configure an HTTP proxy for making outbound requests, use these t
8080
|`<proxy-password>`|string|The password associated with `<proxy-user>` for the proxy.|
8181
||||
8282

83-
8483
```bash
8584
docker run --rm -it -p 5000:5000 \
8685
--memory 2g --cpus 1 \
87-
--mount type=bind,src=/home/azureuser/output,target=/output \
86+
--mount type-bind,src=/home/azureuser/output,target=/output \
8887
<registry-location>/<image-name> \
8988
Eula=accept \
9089
Billing=<endpoint> \
@@ -143,7 +142,7 @@ The `Disk` logging provider supports the following configuration settings:
143142
```bash
144143
docker run --rm -it -p 5000:5000 \
145144
--memory 2g --cpus 1 \
146-
--mount type=bind,src=/home/azureuser/output,target=/output \
145+
--mount type-bind,src=/home/azureuser/output,target=/output \
147146
-e apikey={API_KEY} \
148147
-e eula=accept \
149148
-e billing={ENDPOINT_URI} \
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
### YamlMime:FAQ
2+
metadata:
3+
title: Azure AI Translator containers frequently asked questions (FAQ)
4+
description: Translator container Frequently asked questions
5+
author: laujan
6+
manager: nitinme
7+
ms.service: azure-ai-translator
8+
ms.topic: faq
9+
ms.date: 03/11/2024
10+
ms.author: lajanuar
11+
title: Azure AI Translator container FAQ
12+
summary: |
13+
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

Comments
 (0)