Skip to content

Commit b4bdf71

Browse files
authored
Merge pull request #219998 from JonVenezia/patch-9
updating faq with billing data
2 parents 9b48c19 + 59f512f commit b4bdf71

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,20 @@ sections:
109109
110110
111111
```json
112-
"usageRequestBody": {
113-
"id": "customer_subscriptionID",
112+
{
113+
"SubscriptionId": "Customer subscription ID",
114114
"apiType": "textanalytics",
115+
"id": "billing id",
115116
"containerType": "keyphrase",
116117
"containerVersion": "1.1.00864.0001",
117118
"containerId": "dep--keyphrase-",
118119
"meter": {
119120
"name": "CognitiveServices.TextAnalytics.Container.BatchScoring",
120121
"quantity": 10.0
121-
}
122-
```
122+
},
123+
"RequestTime": "The time at which the billing record was created"
124+
}
125+
```
123126
124127
- question: What is the current support warranty for containers?
125128
answer: |

0 commit comments

Comments
 (0)