Skip to content

Commit 4be12ef

Browse files
committed
initial stub save progress
1 parent aa5901c commit 4be12ef

File tree

3 files changed

+39
-8
lines changed

3 files changed

+39
-8
lines changed
38.8 KB
Loading

articles/cognitive-services/Speech-Service/batch-transcription-power-automate.md renamed to articles/cognitive-services/Speech-Service/power-automate-batch-transcription.md

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,56 @@ Follow these steps to create a new storage account and container.
3535

3636
1. Go to the [Azure portal](https://portal.azure.com/) and sign in to your Azure account.
3737
1. <a href="https://portal.azure.com/#create/Microsoft.StorageAccount-ARM" title="Create a Storage account resource" target="_blank">Create a Storage account resource</a> in the Azure portal. Use the same subscription and resource group as your Speech resource.
38-
1. Select the Storage account.
38+
1. Select the Storage account.
3939
1. In the **Data storage** group in the left pane, select **Containers**.
4040
1. Select **+ Container**.
41-
1. Enter a name for the new container and select **Create**.
41+
1. Enter a name for the new container such as "batchtranscription" and select **Create**.
42+
1. Get the **Access key** for the storage account. Select **Access keys** in the **Security + networking** group in the left pane. View and take note of the **key1** (or **key2**) value. You'll need the access key later when you [configure the connector](#create-a-power-automate-flow).
4243

4344
You'll [upload files to the container](#upload-files-to-the-container) after the connector is configured, since the events of adding and modifying files kick off the transcription process.
4445

4546
## Create a Power Automate flow
4647

47-
4848
1. [Sign in to power automate](https://make.powerautomate.com/)
4949
1. From the collapsible menu on the left, select **Create**.
5050
1. Select **Automated cloud flow** to start from a blank flow that can be triggered by a designated event.
51-
1. In the **Build an automated cloud flow** dialog, enter a name for your flow such as `BatchSTT`.
52-
1. Select **Skip** to exit the dialog and continue without choosing a trigger.
53-
1. Enter "blob" in the search connectors and triggers box to narrow results. Under the **Azure Blob Storage** connector, select the **When a blob is added or modified** trigger.
5451

52+
:::image type="content" source="./media/power-platform/create-automated-cloud-flow.png" alt-text="A screenshot of the menu for creating an automated cloud flow." lightbox="./media/power-platform/create-automated-cloud-flow.png":::
5553

54+
1. In the **Build an automated cloud flow** dialog, enter a name for your flow such as "BatchSTT".
55+
1. Select **Skip** to exit the dialog and continue without choosing a trigger.
56+
1. Choose a trigger for the first connector. For this example, enter "blob" in the search connectors and triggers box to narrow the results.
57+
1. Under the **Azure Blob Storage** connector, select the **When a blob is added or modified** trigger.
58+
59+
:::image type="content" source="./media/power-platform/flow-search-blob.png" alt-text="A screenshot of the search connectors and triggers dialog." lightbox="./media/power-platform/flow-search-blob.png":::
5660

61+
1. Configure the Azure Blob Storage connection.
62+
1. From the **Authentication type** drop-down list, select **Access Key**.
63+
1. Enter the account name and access key of the Azure Storage account that you [created previously](#create-the-azure-blob-storage-container).
64+
1. Select **Create** to continue.
65+
1. Configure the **When a blob is added or modified** trigger.
66+
67+
:::image type="content" source="./media/power-platform/flow-connection-settings-blob.png" alt-text="A screenshot of the configure blob trigger dialog." lightbox="./media/power-platform/flow-connection-settings-blob.png":::
68+
69+
1. From the **Storage account name or blob endpoint** drop-down list, select **Use connection settings**. You should see the storage account name as a component of the connection string.
70+
1. Under **Container** select the folder icon. Choose the container that you [created previously](#create-the-azure-blob-storage-container).
71+
72+
1. Select **+ New step** to begin adding a new operation for the Azure Blob Storage connector.
73+
1. Enter "blob" in the search connectors and actions box to narrow the results.
74+
1. Under the **Azure Blob Storage** connector, select the **Create SAS URI by path** trigger.
75+
1. Under the **Storage account name or blob endpoint** drop-down, choose the same connection that you used for the **When a blob is added or modified** trigger.
76+
1. Select `Path` as dynamic content for the **Blob path** field.
77+
78+
1. Select **+ New step** to begin adding a new operation for the [Azure Cognitive Services for Batch Speech-to-text connector](/connectors/cognitiveservicesspe/).
79+
1. Enter "batch speech-to-text" in the search connectors and actions box to narrow the results.
80+
1. Select the **Azure Cognitive Services for Batch Speech-to-text** connector.
81+
1. Select the **Create transcription** action.
82+
83+
1. Create transcription
84+
1. Delete transcription
85+
86+
87+
5788
1. From the top navigation menu, save the flow and select **Test the flow**. In the window that appears, select **Test**.
5889

5990

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ items:
7373
href: batch-transcription-create.md
7474
- name: Get batch transcription results
7575
href: batch-transcription-get.md
76-
- name: Power automate batch transcription
77-
href: batch-transcription-power-automate.md
7876
- name: Custom Speech
7977
items:
8078
- name: What is Custom Speech?
@@ -242,6 +240,8 @@ items:
242240
displayName: pronounce, learn language, assess pron
243241
- name: Azure OpenAI speech to speech chat
244242
href: openai-speech.md
243+
- name: Power automate batch transcription
244+
href: power-automate-batch-transcription.md
245245
- name: Conversation transcription
246246
items:
247247
- name: Conversation Transcription overview

0 commit comments

Comments
 (0)