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/containers/container-faq.yml
+13-36Lines changed: 13 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ metadata:
8
8
manager: nitinme
9
9
ms.service: azure-ai-services
10
10
ms.topic: faq
11
-
ms.date: 05/26/2023
11
+
ms.date: 02/21/2024
12
12
ms.author: aahi
13
13
title: FAQ for Azure AI containers
14
14
summary: |
@@ -95,18 +95,7 @@ sections:
95
95
96
96
- question: How does billing work?
97
97
answer: |
98
-
Customers are charged based on consumption, similar to the Azure AI services cloud. The containers need to be configured to send metering data to Azure, and transactions are billed accordingly. Resources used across the hosted and on-premises services add to the single quota with tiered pricing, counting against both usages. For more information, see the following pricing pages:
* [Language service - sentiment analysis](../language-service/sentiment-opinion-mining/how-to/use-containers.md#billing)
107
-
* [Language service - Text Analytics for health](../language-service/text-analytics-for-health/how-to/use-containers.md#billing)
108
-
* [Language service - language detection](../language-service/language-detection/how-to/use-containers.md#billing)
109
-
* [Language service - key phrase extraction](../language-service/key-phrase-extraction/how-to/use-containers.md#billing)
98
+
Customers are charged based on consumption, similar to the Azure AI services cloud. The containers need to be configured to send metering data to Azure, and transactions are billed accordingly. Resources used across the hosted and on-premises services add to the single quota with tiered pricing, counting against both usages. For more information, see the billing section of the [container](../cognitive-services-container-support.md) you're using.
110
99
111
100
> [!IMPORTANT]
112
101
> Azure AI containers are *not licensed* to run without being connected to Azure for metering. Customers need to enable the containers to always communicate billing information with the metering service. Azure AI containers don't send customer data to Microsoft.
"RequestTime": "The time at which the billing record was created"
130
-
}
116
+
"requestTime": 12345687890,
117
+
"apiType": "<api-type>"
118
+
},
131
119
```
132
120
133
121
- question: What is the current support warranty for containers?
@@ -144,18 +132,7 @@ sections:
144
132
145
133
- question: What hardware is required to run these containers?
146
134
answer: |
147
-
Azure AI containers are x64-based containers that can run any compatible Linux node, VM, and edge device that supports x64 Linux Docker containers. They all require CPU processors. You can find the minimum and recommended configurations for each container offering on these pages:
* [Speech Service API](../speech-service/speech-container-howto.md#container-requirements-and-recommendations)
155
-
* [Language service - sentiment analysis](../language-service/sentiment-opinion-mining/how-to/use-containers.md#host-computer-requirements-and-recommendations)
156
-
* [Language service - Text Analytics for health](../language-service/text-analytics-for-health/how-to/use-containers.md#host-computer-requirements-and-recommendations)
157
-
* [Language service - language detection](../language-service/language-detection/how-to/use-containers.md#host-computer-requirements-and-recommendations)
158
-
* [Language service - key phrase extraction](../language-service/key-phrase-extraction/how-to/use-containers.md#host-computer-requirements-and-recommendations)
135
+
Azure AI containers are x64-based containers that can run any compatible Linux node, VM, and edge device that supports x64 Linux Docker containers. They all require CPU processors. For more information, see the container requirements and recommendations section of the [container](../cognitive-services-container-support.md) you're using.
159
136
160
137
- question: Are these containers currently supported on Windows?
0 commit comments