|
| 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 | +--- |
0 commit comments