Skip to content

Commit 1988ce9

Browse files
committed
writer edits
1 parent e7ed896 commit 1988ce9

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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: [Microsoft.CognitiveServices/accounts](/azure/templates/microsoft.cognitiveservices/accounts). It's defined by the `kind` field in the Bicep file.
40+
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.
4141

4242
[!INCLUDE [cognitive-services-subscription-types](../../includes/cognitive-services-subscription-types.md)]
4343

articles/cognitive-services/create-account-resource-manager-template.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.topic: quickstart
10-
ms.date: 06/04/2021
10+
ms.date: 09/01/2022
1111
ms.author: aahi
1212
ms.custom: subject-armqs, mode-arm
1313
---
@@ -26,10 +26,6 @@ Create a resource using an Azure Resource Manager template (ARM template). This
2626

2727
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2828

29-
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
30-
31-
[![Deploy your cognitive service to Azure](../media/template-deployments/deploy-to-azure.svg "Deploy your cognitive service to Azure")](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.cognitiveservices%2Fcognitive-services-universalkey%2Fazuredeploy.json)
32-
3329
## Prerequisites
3430

3531
* If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/cognitive-services).
@@ -40,8 +36,9 @@ The template used in this quickstart is from [Azure Quickstart Templates](https:
4036

4137
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.cognitiveservices/cognitive-services-universalkey/azuredeploy.json":::
4238

43-
One Azure resource is defined in the template:
44-
* [Microsoft.CognitiveServices/accounts](/azure/templates/microsoft.cognitiveservices/accounts): creates a Cognitive Services resource.
39+
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.
40+
41+
[!INCLUDE [cognitive-services-subscription-types](../../includes/cognitive-services-subscription-types.md)]
4542

4643
## Deploy the template
4744

0 commit comments

Comments
 (0)