Skip to content

Commit ceba3c8

Browse files
committed
squash
1 parent 209e74d commit ceba3c8

22 files changed

+1601
-847
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
POST https://api.cognitive.microsofttranslator.com/transliterate?api-version=3.0&language=ja&fromScript=Jpan&toScript=Latn HTTP/1.1
2+
Ocp-Apim-Subscription-Key: ba6c4278a6c0412da1d8015ef9930d44
3+
Content-Type: application/json
4+
5+
[
6+
{"Text":"こんにちは"},
7+
{"Text":"さようなら"}
8+
]
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ recommendations: false
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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: Frequently asked questions (FAQ)
12+
summary: |
13+
Frequently asked questions about Azure AI Translator containers.
14+
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.
19+
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.

0 commit comments

Comments
 (0)