Skip to content

Commit 1dd7b7a

Browse files
committed
add kinds include
1 parent 0691c42 commit 1dd7b7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ The Bicep file used in this quickstart is from [Azure Quickstart Templates](http
3737

3838
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.cognitiveservices/cognitive-services-universalkey/main.bicep":::
3939

40-
One Azure resource is defined in the Bicep file:
41-
* [Microsoft.CognitiveServices/accounts](/azure/templates/microsoft.cognitiveservices/accounts): creates a Cognitive Services resource.
40+
One Azure resource is defined in the Bicep file: [Microsoft.CognitiveServices/accounts](/azure/templates/microsoft.cognitiveservices/accounts). It's defined by the `kind` field in the Bicep file.
41+
42+
[!INCLUDE [cognitive-services-subscription-types](../../includes/cognitive-services-subscription-types.md)]
43+
4244

4345
## Deploy the Bicep file
4446

0 commit comments

Comments
 (0)