Skip to content

Commit e4b6d4f

Browse files
committed
updating faq
1 parent 8ecff48 commit e4b6d4f

File tree

1 file changed

+13
-36
lines changed

1 file changed

+13
-36
lines changed

articles/ai-services/containers/container-faq.yml

Lines changed: 13 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
manager: nitinme
99
ms.service: azure-ai-services
1010
ms.topic: faq
11-
ms.date: 05/26/2023
11+
ms.date: 02/21/2024
1212
ms.author: aahi
1313
title: FAQ for Azure AI containers
1414
summary: |
@@ -95,18 +95,7 @@ sections:
9595
9696
- question: How does billing work?
9797
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:
99-
100-
* [Anomaly Detector](../anomaly-Detector/anomaly-detector-container-howto.md#billing)
101-
* [Azure AI Vision](../computer-vision/computer-vision-how-to-install-containers.md)
102-
* [Face](../computer-vision/overview-identity.md)
103-
* [Document Intelligence](../../ai-services/document-intelligence/containers/install-run.md#billing)
104-
* [Language Understanding (LUIS)](../luis/luis-container-howto.md#billing)
105-
* [Speech service](../speech-service/speech-container-overview.md#billing)
106-
* [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.
11099
111100
> [!IMPORTANT]
112101
> 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.
@@ -115,19 +104,18 @@ sections:
115104
116105
117106
```json
118-
{
119-
"SubscriptionId": "Customer subscription ID",
120-
"apiType": "textanalytics",
121-
"id": "billing id",
122-
"containerType": "keyphrase",
123-
"containerVersion": "1.1.00864.0001",
124-
"containerId": "dep--keyphrase-",
107+
usageRequestBody": {
108+
"id": "1234abcd-1234-56ab-ab12-1234abcd",
109+
"containerType": "<container-type>",
110+
"containerVersion": "<container-version>",
111+
"containerId": "<contianer-id>",
125112
"meter": {
126-
"name": "CognitiveServices.TextAnalytics.Container.BatchScoring",
127-
"quantity": 10.0
113+
"name": "<meter-name>",
114+
"quantity": 0.0
128115
},
129-
"RequestTime": "The time at which the billing record was created"
130-
}
116+
"requestTime": 12345687890,
117+
"apiType": "<api-type>"
118+
},
131119
```
132120
133121
- question: What is the current support warranty for containers?
@@ -144,18 +132,7 @@ sections:
144132
145133
- question: What hardware is required to run these containers?
146134
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:
148-
149-
* [Anomaly Detector](../anomaly-Detector/anomaly-detector-container-howto.md#container-requirements-and-recommendations)
150-
* [Azure AI Vision](../computer-vision/computer-vision-how-to-install-containers.md)
151-
* [Face](../computer-vision/overview-identity.md)
152-
* [Document Intelligence](../../ai-services/document-intelligence/containers/install-run.md#container-requirements-and-recommendations)
153-
* [Language Understanding (LUIS)](../luis/luis-container-howto.md#container-requirements-and-recommendations)
154-
* [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.
159136
160137
- question: Are these containers currently supported on Windows?
161138
answer: |

0 commit comments

Comments
 (0)