Skip to content

Commit 21a80e6

Browse files
Merge pull request #223948 from aahill/patch-112
Update create-account-bicep.md
2 parents fa8fd9d + f4e5485 commit 21a80e6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/cognitive-services/create-account-bicep.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
author: aahill
77
ms.service: cognitive-services
88
ms.topic: quickstart
9-
ms.date: 04/29/2022
9+
ms.date: 01/19/2023
1010
ms.author: aahi
1111
ms.custom: subject-armqs, mode-arm
1212
---
@@ -35,6 +35,12 @@ Using Bicep to create a Cognitive Service resource lets you create a multi-servi
3535

3636
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/cognitive-services-universalkey/).
3737

38+
> [!NOTE]
39+
> * If you use a different resource `kind` (listed below), you may need to change the `sku` parameter to match the [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/) tier you wish to use. For example, the `TextAnalytics` kind uses `S` instead of `S0`.
40+
> * Many of the Cognitive Services have a free `F0` pricing tier that you can use to try the service.
41+
42+
Be sure to change the `sku` parameter to the [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/) instance you want. The `sku` depends on the resource `kind` that you are using. For example, `TextAnalytics`
43+
3844
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.cognitiveservices/cognitive-services-universalkey/main.bicep":::
3945

4046
One Azure resource is defined in the Bicep file: [Microsoft.CognitiveServices/accounts](/azure/templates/microsoft.cognitiveservices/accounts) specifies that it is a Cognitive Services resource. The `kind` field in the Bicep file defines the type of resource.

0 commit comments

Comments
 (0)