Skip to content

Commit 49b8560

Browse files
committed
update latest steps
1 parent 5898589 commit 49b8560

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

articles/cognitive-services/language-service/tutorials/power-automate.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: tutorial
11-
ms.date: 01/26/2023
11+
ms.date: 03/02/2023
1212
ms.author: aahi
1313
ms.custom: cogserv-non-critical-language
1414
---
@@ -27,52 +27,57 @@ In this tutorial, you'll create a Power Automate flow to extract entities found
2727

2828
## Prerequisites
2929
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
30-
* <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">A Language resource </a>
31-
* (optional) A trained model if you're using a custom capability such as [custom NER](../custom-named-entity-recognition/overview.md), [custom text classification](../custom-text-classification/overview.md), or [conversational language understanding](../conversational-language-understanding/overview.md).
32-
* You will need the key and endpoint from your Language resource to authenticate your Power Automate flow.
30+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
31+
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
32+
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
33+
* Optional for this tutorial: A trained model is required if you're using a custom capability such as [custom NER](../custom-named-entity-recognition/overview.md), [custom text classification](../custom-text-classification/overview.md), or [conversational language understanding](../conversational-language-understanding/overview.md).
3334

3435
## Create a Power Automate flow
3536

37+
For this tutorial, you will create a flow that extracts named entities from text.
38+
3639
1. [Sign in to power automate](https://make.powerautomate.com/)
3740

38-
2. From the left side menu, select **My flows** and create a **Automated cloud flow**
41+
1. From the left side menu, select **My flows**. Then select **New flow** > **Automated cloud flow**.
3942

4043
:::image type="content" source="../media/create-flow.png" alt-text="A screenshot of the menu for creating an automated cloud flow." lightbox="../media/create-flow.png":::
4144

42-
3. Enter a name your flow. For example `Languageflow`.
45+
1. Enter a name for your flow such as `LanguageFlow`. Then select **Skip** to continue without choosing a trigger.
4346

4447
:::image type="content" source="../media/language-flow.png" alt-text="A screenshot of automated cloud flow screen." lightbox="../media/language-flow.png":::
4548

46-
4. Start by selecting **Manually trigger flow**.
49+
1. Under **Triggers** select **Manually trigger a flow**.
4750

4851
:::image type="content" source="../media/trigger-flow.png" alt-text="A screenshot of how to manually trigger a flow." lightbox="../media/trigger-flow.png":::
4952

50-
5. To add a Language service connector, search for **Azure Language**.
53+
1. Select **+ New step** to begin adding a Language service connector.
54+
55+
1. Under **Choose an operation** search for **Azure Language**. Then select **Azure Cognitive Service for Language**. This will narrow down the list of actions to only those that are available for Language.
5156

5257
:::image type="content" source="../media/language-connector.png" alt-text="A screenshot of An Azure language connector." lightbox="../media/language-connector.png":::
5358

54-
6. For this tutorial, you will create a flow that extracts named entities from text. Search for **Named entity recognition**, and select the connector.
59+
1. Under **Actions** search for **Named Entity Recognition**, and select the connector.
5560

5661
:::image type="content" source="../media/entity-connector.png" alt-text="A screenshot of a named entity recognition connector." lightbox="../media/entity-connector.png":::
5762

58-
7. Add endpoint and key for your Language resource, which will be used for authentication. You can find your key and endpoint by navigating to your resource in the [Azure portal](https://portal.azure.com), and selecting **Keys and endpoint** from the left navigation menu.
63+
1. Get the endpoint and key for your Language resource, which will be used for authentication. You can find your key and endpoint by navigating to your resource in the [Azure portal](https://portal.azure.com), and selecting **Keys and Endpoint** from the left side menu.
5964

6065
:::image type="content" source="../media/azure-portal-resource-credentials.png" alt-text="A screenshot of A language resource key and endpoint in the Azure portal." lightbox="../media/azure-portal-resource-credentials.png":::
6166

62-
8. Once you have your key and endpoint, add it to the connector in Power Automate.
67+
1. Once you have your key and endpoint, add it to the connector in Power Automate.
6368

6469
:::image type="content" source="../media/language-auth.png" alt-text="A screenshot of adding the language key and endpoint to the Power Automate flow." lightbox="../media/language-auth.png":::
6570

66-
9. Add the data in the connector
71+
1. Add the data in the connector
6772
:::image type="content" source="../media/connector-data.png" alt-text="A screenshot of data being added to the connector." lightbox="../media/connector-data.png":::
6873

6974
> [!NOTE]
7075
> You will need deployment name and project name if you are using custom language capability.
7176

72-
9. From the top navigation menu, save the flow and select **Test the flow**. In the window that appears, select **Test**.
77+
1. From the top navigation menu, save the flow and select **Test the flow**. In the window that appears, select **Test**.
7378
:::image type="content" source="../media/test-connector.png" alt-text="A screenshot of how to run the flow." lightbox="../media/test-connector.png":::
7479

75-
10. After the flow runs, you will see the response in the **outputs** field.
80+
1. After the flow runs, you will see the response in the **outputs** field.
7681

7782
:::image type="content" source="../media/response-connector.png" alt-text="A screenshot of flow response." lightbox="../media/response-connector.png":::
7883

0 commit comments

Comments
 (0)