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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ recommendations: false
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.|
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