Skip to content

Commit 55ef032

Browse files
committed
try split up portal instructions into tabs
1 parent 9cd98ee commit 55ef032

File tree

4 files changed

+167
-34
lines changed

4 files changed

+167
-34
lines changed

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

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -50,36 +50,16 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
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. You can select this link 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

@@ -89,16 +69,7 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
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

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)1.
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 acknowledgement of the Service Agreement and Terms and then select **Review + create**.
44+
45+
---
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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)
13+
14+
1. Select the following link to create a Langauge 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 acknowledgement 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+
27+
|Project details| Description |
28+
|--|--|
29+
| **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. |
30+
| **Subscription** | Select one of your available Azure subscriptions. |
31+
| **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. |
32+
| **Name** | A descriptive name for your cognitive services resource. For example, *MyCognitiveServicesResource*. |
33+
| **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. |
34+
| **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).|
35+
| **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. |
36+
| **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).|
37+
1. Select **Review + create**.
38+
39+
#### [Translator](#tab/translator)
40+
41+
1. Select the following link to create a Translator resource:
42+
- [Translator](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation)
43+
1. On the **Create** page, provide the following information:
44+
45+
[!INCLUDE [Create Azure resource for subscription](./cognitive-resource-project-details.md)]
46+
47+
1. Select **Review + create**.
48+
49+
#### [QnA Maker](#tab/qna)
50+
51+
1. Select the following link to create a QnA Maker resource:
52+
- [QnA Maker](https://portal.azure.com/#create/Microsoft.CognitiveServicesQnAMaker)
53+
1. On the **Create** page, provide the following information:
54+
55+
|Project details| Description |
56+
|--|--|
57+
| **Subscription** | Select one of your available Azure subscriptions. |
58+
| **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. |
59+
| **Name** | A descriptive name for your cognitive services resource. For example, *MyCognitiveServicesResource*. |
60+
| **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).|
61+
| **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. |
62+
| **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).|
63+
| **App name** | Enter a name for the App Service app that will handle your QnA Maker queries.|
64+
| **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. |
65+
| **App insights** | Choose whether you'd like to use an Application Insights resource in tandem with your QnA Maker resource. |
66+
| **App insights location** | Different locations may introduce latency, but have no impact on the runtime availability of your resource.|
67+
1. Select **Review + create**.
68+
69+
---
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 acknowledgement 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 acknowledgement 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)