Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry committed Nov 3, 2023
1 parent 8f96f00 commit 96aaf82
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Instructions/Labs/06-text-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ For example, suppose the fictitious travel agent Margie's Travel encourages cust

Azure AI Language Service includes text analysis and NLP capabilities. These include the identification of key phrases in text, and the classification of text based on sentiment.

## Create an *Azure AI services* resource
## Create a *Language* resource

You can use the AI Language service by creating either a **Language service** resource or an **Azure AI services** resource.

If you haven't already done so, create an **Azure AI services** resource in your Azure subscription.
You can use many Azure AI Language features with either a **Language** or **Azure AI services** resource. For the exercise below, we will use a **Language** resource. If you haven't already done so, create a **Language** resource in your Azure subscription.

1. In another browser tab, open the Azure portal at [https://portal.azure.com](https://portal.azure.com?azure-portal=true), signing in with the Microsoft account associated with your Azure subscription.

1. Click the **+Create a resource** button and search for *Azure AI services*. Select **create** an **Azure AI services** plan. You will be taken to a page to create an Azure AI services resource. Configure it with the following settings:
1. Click the **+Create a resource** button and search for *Language*. Select **create** a **Language** plan. You will be taken to a page to create a Language resource. Configure it with the following settings:
- **Subscription**: *Your Azure subscription*.
- **Resource group**: *Select or create a resource group with a unique name*.
- **Region**: East US.
Expand All @@ -38,7 +36,7 @@ If you haven't already done so, create an **Azure AI services** resource in your
1. When prompted with **Select an Azure resource**, make the following configurations:
- **Azure directory**: *Default Directory, the directory you are using*
- **Azure subscription**: *Select the subscription you are using*
- **Resource type**: Cognitive Services
- **Resource type**: Language
- **Resource name**: *select the Language service resource you just created*

Then select **Done**.
Expand All @@ -53,7 +51,6 @@ Then select **Done**.
> ![Enable language resource.](media/analyze-text-language-service/language-resource-enabled.png)
> 1. At the top of the page, select **Language Studio** to return to the Language Studio home page.

## Analyze reviews in Language Studio

1. In a web browser, navigate to [Language Studio](https://language.cognitive.azure.com?azure-portal=true).
Expand Down

0 comments on commit 96aaf82

Please # to comment.