DEV Community

Cover image for Day 3: Step-by-step Guide to Language Service in Microsoft Azure AI Services - 1
SudhirGhagare
SudhirGhagare

Posted on

Day 3: Step-by-step Guide to Language Service in Microsoft Azure AI Services - 1

Ahead of the Microsft AI tour - Banglore (to be held on 8 Feb 2024) motivated me to explore Microsoft Azure AI Services. Apart from that my Second motivation is upskilling myself by participating in Microsft AI Odyssey initiative, Here I present Step-by-step guide for using Microsoft Ai Services.

You can also refer to the Analyse text with Azure AI language module.


Note: You will need an Azure subscription. If you don't already have one, you can sign up for one that includes free credits for the first 30 days.

Analyze Text

Azure Language supports the analysis of text, including language detection, sentiment analysis, key phrase extraction, and entity recognition.

For example, suppose a travel agency wants to process hotel reviews that have been submitted to the company's website. By using the Azure AI-Language, they can determine the language each review is written in, the sentiment (positive, neutral, or negative) of the reviews, key phrases that might indicate the main topics discussed in the review, and named entities, such as places, landmarks, or people mentioned in the reviews.

Provision an Azure AI-Language resource

Step 1: Open the Azure portal, and sign in using the Microsoft account associated with your Azure subscription.

Step 2: In the search field at the top, search for Azure AI services. Then, in the results, select Create under Language Service.

Azure Portal Home


Image description

Image description

Select Continue to create your resource.

Step 3: Provision the resource using the following settings:

Step 4:

  • Subscription: Your Azure subscription.
  • Resource group: Choose or create a resource group.
  • Region: Choose any available region
  • Name: Enter a unique name.
  • Pricing tier: Select F0 (free), or S (standard) if F is not available.
  • Responsible AI Notice: Agree.

Step 5: Select Review + Create.

Image description

Top comments (0)