Skip to content

Commit d122939

Browse files
Merge pull request #209533 from PatrickFarley/cogserv-qss
[cog svcs] try split up portal instructions into tabs
2 parents 95ab834 + 0a3266e commit d122939

File tree

4 files changed

+172
-38
lines changed

4 files changed

+172
-38
lines changed

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

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: aahi
1414

1515
# Quickstart: Create a Cognitive Services resource using the Azure portal
1616

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.
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.
1818

1919
Azure Cognitive Services are cloud-based services with REST APIs, and client library SDKs available to help developers build cognitive intelligence into applications without having direct artificial intelligence (AI) or data science skills or knowledge. Azure Cognitive Services enables developers to easily add cognitive features into their applications with cognitive solutions that can see, hear, speak, understand, and even begin to reason.
2020

@@ -46,59 +46,30 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
4646

4747
:::image type="content" source="media/cognitive-services-apis-create-account/resource_create_screen-multi.png" alt-text="Multi-service resource creation screen":::
4848

49-
1. Configure additional settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
49+
1. Configure other settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
5050

5151
### [Decision](#tab/decision)
5252

53-
1. You can select one of these links to create a Decision resource:
54-
- [Anomaly Detector](https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector)
55-
- [Content Moderator](https://portal.azure.com/#create/Microsoft.CognitiveServicesContentModerator)
56-
- [Metrics Advisor](https://portal.azure.com/#create/Microsoft.CognitiveServicesMetricsAdvisor)
57-
- [Personalizer](https://portal.azure.com/#create/Microsoft.CognitiveServicesPersonalizer)
58-
59-
1. On the **Create** page, provide the following information:
60-
61-
[!INCLUDE [Create Azure resource for subscription](./includes/quickstarts/cognitive-resource-project-details.md)]
62-
63-
1. Configure additional settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
53+
[!INCLUDE [Create Decision resource for subscription](./includes/quickstarts/create-decision-resource-portal.md)]
6454

6555
### [Language](#tab/language)
6656

67-
1. You can select one of these links to create a Language resource:
68-
- [Immersive reader](https://portal.azure.com/#create/Microsoft.CognitiveServicesImmersiveReader)
69-
- [Language Understanding (LUIS)](https://portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne)
70-
- [Language service](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics)
71-
- [Translator](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation)
72-
- [QnA Maker](https://portal.azure.com/#create/Microsoft.CognitiveServicesQnAMaker)
73-
74-
1. On the **Create** page, provide the following information:
75-
76-
[!INCLUDE [Create Azure resource for subscription](./includes/quickstarts/cognitive-resource-project-details.md)]
77-
78-
1. Configure additional settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
57+
[!INCLUDE [Create Language resource for subscription](./includes/quickstarts/create-language-resource-portal.md)]
7958

8059
### [Speech](#tab/speech)
8160

82-
1. You can select this link to create a Speech resource: [Speech Services](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices)
61+
1. Select the following links to create a Speech resource:
62+
- [Speech Services](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices)
8363

8464
1. On the **Create** page, provide the following information:
8565

8666
[!INCLUDE [Create Azure resource for subscription](./includes/quickstarts/cognitive-resource-project-details.md)]
8767

88-
1. Configure additional settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
68+
1. Select **Review + create**.
8969

9070
### [Vision](#tab/vision)
9171

92-
1. You can select one of these links to create a Vision resource:
93-
- [Computer vision](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision)
94-
- [Custom vision service](https://portal.azure.com/#create/Microsoft.CognitiveServicesCustomVision)
95-
- [Face](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace)
96-
97-
1. On the **Create** page, provide the following information:
98-
99-
[!INCLUDE [Create Azure resource for subscription](./includes/quickstarts/cognitive-resource-project-details.md)]
100-
101-
1. Configure additional settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
72+
[!INCLUDE [Create Vision resource for subscription](./includes/quickstarts/create-vision-resource-portal.md)]
10273

10374
---
10475

@@ -126,7 +97,7 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
12697
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.
12798
1. Locate the resource group containing the resource to be deleted.
12899
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.
129-
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, click 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**.
130101

131102
If you need to recover a deleted resource, see [Recover deleted Cognitive Services resources](manage-resources.md).
132103

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Create a Decision resource
3+
services: cognitive-services
4+
author: PatrickFarley
5+
manager: nitinme
6+
ms.service: cognitive-services
7+
ms.topic: include
8+
ms.date: 08/29/2022
9+
ms.author: pafarley
10+
---
11+
12+
#### [Anomaly Detector](#tab/anomaly-detector)
13+
14+
1. Select the following link to create an Anomaly Detector resource:
15+
- [Anomaly Detector](https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector)
16+
1. On the **Create** page, provide the following information:
17+
[!INCLUDE [Create Azure resource for subscription](./cognitive-resource-project-details.md)]
18+
1. Select **Review + create**.
19+
20+
#### [Content Moderator](#tab/content-moderator)
21+
22+
1. Select the following link to create a Content Moderator resource:
23+
- [Content Moderator](https://portal.azure.com/#create/Microsoft.CognitiveServicesContentModerator)
24+
1. On the **Create** page, provide the following information:
25+
26+
[!INCLUDE [Create Azure resource for subscription](./cognitive-resource-project-details.md)]
27+
1. Select **Review + create**.
28+
29+
#### [Metrics Advisor](#tab/metrics-advisor)
30+
31+
1. Select the following link to create a Metrics Advisor resource:
32+
- [Metrics Advisor](https://portal.azure.com/#create/Microsoft.CognitiveServicesMetricsAdvisor)
33+
1. On the **Create** page, provide the following information:
34+
35+
|Project details| Description |
36+
|--|--|
37+
| **Subscription** | Select one of your available Azure subscriptions. |
38+
| **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. |
39+
| **Region** | The location of your cognitive service instance. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
40+
| **Name** | A descriptive name for your cognitive services resource. For example, *MyCognitiveServicesResource*. |
41+
| **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](/azure/cognitive-services/custom-vision-service/limits-and-quotas).|
42+
| **Storage** | You can optionally use your own Azure database resource to store the data that Metrics Advisor will use.
43+
1. Mark your acknowledgment of the Service Agreement and Terms and then select **Review + create**.
44+
45+
---
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Create a Language resource
3+
services: cognitive-services
4+
author: PatrickFarley
5+
manager: nitinme
6+
ms.service: cognitive-services
7+
ms.topic: include
8+
ms.date: 08/29/2022
9+
ms.author: pafarley
10+
---
11+
12+
#### [Language service](#tab/language-service)
13+
14+
1. Select the following link to create a Language resource:
15+
- [Language service](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics)
16+
1. On the **Select additional features** page, choose whether you'd like to include the customization features that work with other services.
17+
1. On the **Create** page, provide the following information:
18+
19+
[!INCLUDE [Create Azure resource for subscription](./cognitive-resource-project-details.md)]
20+
1. Mark your acknowledgment of the Responsible AI terms and select **Review + create**.
21+
22+
#### [Language Understanding (LUIS)](#tab/luis)
23+
24+
1. Select the following link to create a LUIS resource:
25+
- [Language Understanding (LUIS)](https://portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne)
26+
1. On the **Create** page, provide the following information:
27+
28+
|Project details| Description |
29+
|--|--|
30+
| **Create options** | LUIS uses two separate resources together. The **Authoring** 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. |
31+
| **Subscription** | Select one of your available Azure subscriptions. |
32+
| **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. |
33+
| **Name** | A descriptive name for your cognitive services resource. For example, *MyCognitiveServicesResource*. |
34+
| **Authoring Resource Region** | The location of your Authoring resource. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
35+
| **Authoring 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](https://azure.microsoft.com/pricing/details/cognitive-services/language-understanding-intelligent-services/#pricing).|
36+
| **Prediction Resource Region** | The location of your Prediction resource. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
37+
| **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](https://azure.microsoft.com/pricing/details/cognitive-services/language-understanding-intelligent-services/#pricing).|
38+
1. Select **Review + create**.
39+
40+
#### [Translator](#tab/translator)
41+
42+
1. Select the following link to create a Translator resource:
43+
- [Translator](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation)
44+
1. On the **Create** page, provide the following information:
45+
46+
[!INCLUDE [Create Azure resource for subscription](./cognitive-resource-project-details.md)]
47+
48+
1. Select **Review + create**.
49+
50+
#### [QnA Maker](#tab/qna)
51+
52+
1. Select the following link to create a QnA Maker resource:
53+
- [QnA Maker](https://portal.azure.com/#create/Microsoft.CognitiveServicesQnAMaker)
54+
1. On the **Create** page, provide the following information:
55+
56+
|Project details| Description |
57+
|--|--|
58+
| **Subscription** | Select one of your available Azure subscriptions. |
59+
| **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. |
60+
| **Name** | A descriptive name for your cognitive services resource. For example, *MyCognitiveServicesResource*. |
61+
| **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](https://azure.microsoft.com/pricing/details/cognitive-services/translator/#pricing).|
62+
| **Azure Search location** | The location of the Azure Search instance that will go with your QnA Maker resource. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
63+
| **Azure Search pricing tier** | The cost of your Cognitive Services account depends on the options you choose and your usage. For more information, see the Cognitive Search [pricing details](https://azure.microsoft.com/pricing/details/search/#pricing).|
64+
| **App name** | Enter a name for the App Service app that will handle your QnA Maker queries.|
65+
| **Website location** | The location of the App Service instance that will go with your QnA Maker resource. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
66+
| **App insights** | Choose whether you'd like to use an Application Insights resource in tandem with your QnA Maker resource. |
67+
| **App insights location** | Different locations may introduce latency, but have no impact on the runtime availability of your resource.|
68+
1. Select **Review + create**.
69+
70+
---
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Create a Vision resource
3+
services: cognitive-services
4+
author: PatrickFarley
5+
manager: nitinme
6+
ms.service: cognitive-services
7+
ms.topic: include
8+
ms.date: 08/29/2022
9+
ms.author: pafarley
10+
---
11+
12+
#### [Computer Vision](#tab/computer-vision)
13+
14+
1. Select the following link to create a Computer Vision resource:
15+
- [Computer vision](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision)
16+
17+
1. On the **Create** page, provide the following information:
18+
[!INCLUDE [Create Azure resource for subscription](./cognitive-resource-project-details.md)]
19+
1. Mark your acknowledgment of the Responsible AI terms and then select **Review + create**.
20+
21+
#### [Face](#tab/face)
22+
23+
1. Select the following link to create a Face resource:
24+
- [Face](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace)
25+
1. On the **Create** page, provide the following information:
26+
27+
[!INCLUDE [Create Azure resource for subscription](./cognitive-resource-project-details.md)]
28+
1. Mark your acknowledgment of the Face terms of use and then select **Review + create**.
29+
30+
#### [Custom Vision](#tab/custom-vision)
31+
32+
1. Select the following link to create a Custom Vision resource:
33+
- [Custom Vision service](https://portal.azure.com/#create/Microsoft.CognitiveServicesCustomVision)
34+
1. On the **Create** page, provide the following information:
35+
36+
|Project details| Description |
37+
|--|--|
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+
| **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. |
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+
| **Name** | A descriptive name for your cognitive services resource. For example, *MyCognitiveServicesResource*. |
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](/azure/cognitive-services/custom-vision-service/limits-and-quotas).|
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](/azure/cognitive-services/custom-vision-service/limits-and-quotas/).
45+
1. Select **Review + create**.
46+
47+
48+
---

0 commit comments

Comments
 (0)