You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/create-account-resource-manager-template.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ ms.custom:
20
20
21
21
This quickstart shows you how to use an Azure Resource Manager template (ARM template) to create a resource in Azure AI services.
22
22
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.
24
26
25
27
By creating an Azure AI services resource, you can:
26
28
@@ -36,7 +38,7 @@ By creating an Azure AI services resource, you can:
36
38
37
39
## Review the template
38
40
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/).
@@ -65,7 +67,7 @@ One Azure resource is defined in the Bicep file: [Microsoft.CognitiveServices/ac
65
67
66
68
:::image type="content" source="media/arm-template/universal-key-portal-template.png" alt-text="Screenshot that shows the pane for resource creation.":::
67
69
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.
69
71
70
72
# [Azure CLI](#tab/CLI)
71
73
@@ -112,7 +114,7 @@ az cognitiveservices account list -g $resourceGroupName
112
114
113
115
## Clean up resources
114
116
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.
0 commit comments