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/cognitive-services/cognitive-services-apis-create-account.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ manager: nitinme
8
8
keywords: cognitive services, cognitive intelligence, cognitive solutions, ai services
9
9
ms.service: cognitive-services
10
10
ms.topic: quickstart
11
-
ms.date: 06/06/2022
11
+
ms.date: 02/13/2023
12
12
ms.author: aahi
13
13
---
14
14
15
15
# Quickstart: Create a Cognitive Services resource using the Azure portal
16
16
17
17
Use this quickstart to create a Cognitive Services resource. After you create a Cognitive Service resource in the Azure portal, you'll get an endpoint and a key for authenticating your applications.
18
18
19
-
Azure Cognitive Services are cloud-based artificial intelligence (AI) services that help developers build cognitive intelligence into applications without having direct AI or data science skills or knowledge. They are available through REST APIs and client library SDKs in popular development languages. Azure Cognitive Services enables developers to easily add cognitive features into their applications with cognitive solutions that can see, hear, speak, and analyze.
19
+
Azure Cognitive Services is cloud-based artificial intelligence (AI) services that help developers build cognitive intelligence into applications without having direct AI or data science skills or knowledge. They're available through REST APIs and client library SDKs in popular development languages. Azure Cognitive Services enables developers to easily add cognitive features into their applications with cognitive solutions that can see, hear, speak, and analyze.
20
20
21
21
## Types of Cognitive Services resources
22
22
@@ -36,14 +36,14 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
36
36
***Decision** - Content Moderator
37
37
***Language** - Language, Translator
38
38
***Speech** - Speech
39
-
***Vision** - Computer Vision, Custom Vision, Face
39
+
***Vision** - Computer Vision, Custom Vision, Form Recognizer, Face
40
40
41
41
1. You can select this link to create an Azure Cognitive multi-service resource: [Create a Cognitive Services resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne).
42
42
43
43
1. On the **Create** page, provide the following information:
44
44
45
45
[!INCLUDE [Create Azure resource for subscription](./includes/quickstarts/cognitive-resource-project-details.md)]
1. On the **Create** page, provide the following information:
@@ -97,7 +97,7 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
97
97
1. In the Azure portal, expand the menu on the left side to open the menu of services, and choose **Resource Groups** to display the list of your resource groups.
98
98
1. Locate the resource group containing the resource to be deleted.
99
99
1. If you want to delete the entire resource group, select the resource group name. On the next page, Select **Delete resource group**, and confirm.
100
-
1. If you want to delete only the Cognitive Service resource, select the resource group to see all the resources within it. On the next page, select the resource that you want to delete, select the ellipsis menu for that row, and select **Delete**.
100
+
1. If you want to delete only the Cognitive Service resource, select the resource group to see all the resources within it. On the next page, select the resource that you want to delete, select the ellipsis menu for that row, and select **Delete**.
101
101
102
102
If you need to recover a deleted resource, see [Recover deleted Cognitive Services resources](manage-resources.md).
1. On the **Create** page, provide the following information:
26
26
27
27
[!INCLUDE [Create Azure resource for subscription](./cognitive-resource-project-details.md)]
@@ -37,12 +37,27 @@ ms.author: pafarley
37
37
|--|--|
38
38
|**Create options**| Custom Vision uses two separate resources together. The **Training** resource lets you train models, and the **Prediction** resource lets you publish and query models. Select **Both** if you're starting the project from scratch. |
39
39
|**Subscription**| Select one of your available Azure subscriptions. |
40
-
|**Resource group**| The Azure resource group that will contain your Cognitive Services resource. You can create a new group or add it to a pre-existing group. |
40
+
|**Resource group**| The Azure resource group that contains your Cognitive Services resource. You can create a new group or add it to a pre-existing group. |
41
41
|**Region**| The location of your cognitive service instance. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
42
42
|**Name**| A descriptive name for your cognitive services resource. For example, *MyCognitiveServicesResource*. |
43
43
|**Training pricing tier**| The cost of your Cognitive Services account depends on the options you choose and your usage. For more information, see the API [pricing details](../../custom-vision-service/limits-and-quotas.md).|
44
44
| **Prediction pricing tier** | The cost of your Cognitive Services account depends on the options you choose and your usage. For more information, see the API [pricing details](../../custom-vision-service/limits-and-quotas.md).
45
45
1. Select **Review + create**.
46
46
47
+
#### [Form Recognizer](#tab/form-recognizer)
47
48
48
-
---
49
+
1. Select the following link to create a Form Recognizer resource:
1. On the **Create** page, provide the following information:
52
+
53
+
|Project details| Description |
54
+
|--|--|
55
+
|**Subscription**| Select one of your available Azure subscriptions. |
56
+
|**Resource group**| Select the Azure resource group that contains your Cognitive Services resource. You can create a new group or add it to a pre-existing group. |
57
+
|**Region**| The location of your cognitive service instance. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
58
+
|**Name**| A descriptive name for your cognitive services resource. For example, *MyCognitiveServicesResource*. |
59
+
|**Pricing tier**| The cost of your Cognitive Services account depends on the options you choose and your usage. For more information, see [service quotas and limits](../../../applied-ai-services/form-recognizer/service-limits.md) and [pricing details](https://azure.microsoft.com/pricing/details/form-recognizer/).|
0 commit comments