Skip to content

Latest commit

 

History

History
121 lines (82 loc) · 8.33 KB

cognitive-services-apis-create-account.md

File metadata and controls

121 lines (82 loc) · 8.33 KB
title titleSuffix description services author manager keywords ms.service ms.topic ms.date ms.author
Create a Cognitive Services resource in the Azure portal
Azure Cognitive Services
Get started with Azure Cognitive Services by creating and subscribing to a resource in the Azure portal.
cognitive-services
aahill
nitinme
cognitive services, cognitive intelligence, cognitive solutions, ai services
cognitive-services
conceptual
06/04/2021
aahi

Quickstart: Create a Cognitive Services resource using the Azure portal

Use this quickstart to start using Azure Cognitive Services. After creating a Cognitive Service resource in the Azure portal, you'll get an endpoint and a key for authenticating your applications.

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.

[!INCLUDE cognitive-services-subscription-types]

Prerequisites

Create a new Azure Cognitive Services resource

  1. Create a resource.

The multi-service resource is named Cognitive Services in the portal. Create a Cognitive Services resource.

At this time, the multi-service resource enables access to the following Cognitive Services:

  • Vision - Computer Vision, Custom Vision, Form Recognizer, Face
  • Speech - Speech
  • Language - Language Understanding (LUIS), Text Analytics, Translator
  • Decision - Content Moderator

Use the below links to create a resource for the available Cognitive Services:

Vision Speech Language Decision
Computer vision Speech Services Immersive reader Anomaly Detector
Custom vision service Language Understanding (LUIS) Content Moderator
Face QnA Maker Personalizer
Form Recognizer Text Analytics Metrics Advisor
Translator

  1. On the Create page, provide the following information:
Project details Description
Subscription Select one of your available Azure subscriptions.
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.
Region The location of your cognitive service instance. Different locations may introduce latency, but have no impact on the runtime availability of your resource.
Name A descriptive name for your cognitive services resource. For example, MyCognitiveServicesResource.
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.

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

Read and accept the conditions (as applicable for you) and then select Review + create.

Project details Description
Subscription Select one of your available Azure subscriptions.
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.
Region The location of your cognitive service instance. Different locations may introduce latency, but have no impact on the runtime availability of your resource.
Name A descriptive name for your cognitive services resource. For example, MyCognitiveServicesResource.
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.

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

Select Next: Virtual Network and choose the type of network access you want to allow for your resource, and then select Review + create.


[!INCLUDE Register Azure resource for subscription]

Get the keys for your resource

  1. After your resource is successfully deployed, click on Go to resource under Next Steps.

    Search for Cognitive Services

  2. From the quickstart pane that opens, you can access your key and endpoint.

    Get key and endpoint

[!INCLUDE cognitive-services-environment-variables]

Clean up resources

If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources contained in the group.

  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.
  2. Locate the resource group containing the resource to be deleted
  3. Right-click on the resource group listing. Select Delete resource group, and confirm.

If you need to recover a deleted resource, see Recover deleted Cognitive Services resources.

See also