Skip to content

Commit 6eac941

Browse files
committed
edit pass: create-account-resource-manager-template
1 parent 05a73c0 commit 6eac941

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ ms.custom:
2020

2121
This quickstart shows you how to use an Azure Resource Manager template (ARM template) to create a resource in Azure AI services.
2222

23-
Azure AI services is a cloud-based portfolio of AI services that helps developers build cognitive intelligence into applications without having direct AI or data science skills or knowledge. Azure AI services is available through REST APIs and client library SDKs in popular development languages. It enables developers to easily add cognitive features into their applications with cognitive solutions that can see, hear, speak, and analyze.
23+
Azure AI services is a cloud-based portfolio of AI services. It helps developers build cognitive intelligence into applications without needing direct skills or knowledge of AI or data science.
24+
25+
Azure AI services is available through REST APIs and client library SDKs in popular development languages. It enables developers to easily add cognitive features into their applications with cognitive solutions that can see, hear, speak, and analyze.
2426

2527
By creating an Azure AI services resource, you can:
2628

@@ -36,7 +38,7 @@ By creating an Azure AI services resource, you can:
3638

3739
## Review the template
3840

39-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/cognitive-services-universalkey/).
41+
The template that you use in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/cognitive-services-universalkey/).
4042

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

@@ -65,7 +67,7 @@ One Azure resource is defined in the Bicep file: [Microsoft.CognitiveServices/ac
6567

6668
:::image type="content" source="media/arm-template/universal-key-portal-template.png" alt-text="Screenshot that shows the pane for resource creation.":::
6769

68-
3. Select **Review + Create**, and then select **Create**. When deployment is successful, the **Go to resource** button is highlighted.
70+
3. Select **Review + Create**, and then select **Create**. When deployment is successful, the **Go to resource** button is available.
6971

7072
# [Azure CLI](#tab/CLI)
7173

@@ -112,7 +114,7 @@ az cognitiveservices account list -g $resourceGroupName
112114

113115
## Clean up resources
114116

115-
If you want to clean up and remove an Azure AI services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources that the group contains.
117+
If you want to clean up and remove an Azure AI services subscription, you can delete the resource or the resource group. Deleting the resource group also deletes any other resources that the group contains.
116118

117119
# [Azure portal](#tab/portal)
118120

articles/ai-services/includes/quickstarts/sku-pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following tables provide information about products and pricing for Azure AI
3131

3232
| Service | Kind |
3333
|--------------------|----------------------|
34-
| Speech Services | `SpeechServices` |
34+
| Speech | `SpeechServices` |
3535

3636
#### Language
3737

0 commit comments

Comments
 (0)