Skip to content

Commit aa5901c

Browse files
committed
initial stub save progress
1 parent 7611524 commit aa5901c

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

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

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,22 @@ ms.date: 03/09/2023
1414

1515
# Power automate batch transcription
1616

17-
Batch transcription is used to transcribe a large amount of audio in storage. Batch transcription can access audio files from inside or outside of Azure. This article describes how to use the [Power Automate batch transcription connector](https://learn.microsoft.com/connectors/cognitiveservicesspe/) to transcribe audio files from an Azure Storage container.
17+
This article describes how to use [Power Automate](/power-automate/getting-started) and the [Azure Cognitive Services for Batch Speech-to-text](/connectors/cognitiveservicesspe/) to transcribe audio files from an Azure Storage container. The logs and results of the transcription are stored in the same container.
1818

19-
You can also use Batch Transcription in Power Platform applications (Power Automate, Power Apps, Logic Apps) via the [Batch Speech-to-text Connector](https://learn.microsoft.com/connectors/cognitiveservicesspe/) with your own Speech resource. Learn more about [Power Platform](https://learn.microsoft.com/power-platform/) and the [connectors](https://learn.microsoft.com/connectors/).
19+
In addition to [Power Automate](/power-automate/getting-started) to automate repetitive tasks, you can use the Batch Transcription connector in other [Power Platform](/power-platform/) applications including Power Apps and Logic Apps.
2020

21-
When source audio files are stored outside of Azure, they can be accessed via a public URI (such as "https://crbn.us/hello.wav"). Files should be directly accessible; URIs that require authentication or that invoke interactive scripts before the file can be accessed aren't supported.
21+
The connector uses the [Batch Transcription REST API](batch-transcription.md), but you don't need to write any code to use the connector. If the connector doesn't meet your requirements, you can use the [REST API](rest-speech-to-text.md#transcriptions) directly.
2222

23-
You can specify one or multiple audio files when creating a transcription. We recommend that you provide multiple files per request or point to an Azure Blob storage container with the audio files to transcribe. The batch transcription service can handle a large number of submitted transcriptions. The service transcribes the files concurrently, which reduces the turnaround time.
23+
> [!TIP]
24+
> Try more Speech features in [Speech Studio](https://aka.ms/speechstudio/speechtotexttool) without signing up or writing any code.
2425
26+
## Prerequisites
2527

28+
[!INCLUDE [Prerequisites](./includes/common/azure-prerequisites.md)]
2629

2730
## Create the Azure Blob Storage container
2831

29-
When audio files are located in an [Azure Blob Storage](../../storage/blobs/storage-blobs-overview.md) account, you can request transcription of individual audio files or an entire Azure Blob Storage container.
30-
31-
32+
Batch transcription can access audio files from inside or outside of Azure. When audio files are located in an [Azure Blob Storage](../../storage/blobs/storage-blobs-overview.md) account, you can request transcription of individual audio files or an entire Azure Blob Storage container.
3233

3334
Follow these steps to create a new storage account and container.
3435

@@ -39,7 +40,21 @@ Follow these steps to create a new storage account and container.
3940
1. Select **+ Container**.
4041
1. Enter a name for the new container and select **Create**.
4142

43+
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.
44+
45+
## Create a Power Automate flow
46+
47+
48+
1. [Sign in to power automate](https://make.powerautomate.com/)
49+
1. From the collapsible menu on the left, select **Create**.
50+
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.
54+
4255

56+
57+
1. From the top navigation menu, save the flow and select **Test the flow**. In the window that appears, select **Test**.
4358

4459

4560

@@ -59,6 +74,6 @@ Follow these steps to upload [wav, mp3, or ogg](batch-transcription-audio-data.m
5974

6075
## Next steps
6176

62-
- [Batch transcription overview](batch-transcription.md)
63-
- [Create a batch transcription](batch-transcription-create.md)
64-
- [Get batch transcription results](batch-transcription-get.md)
77+
- [Azure Cognitive Services for Batch Speech-to-text connector](/connectors/cognitiveservicesspe/)
78+
- [Azure Blob Storage connector](/connectors/azureblob/)
79+
- [Power Platform](/power-platform/)
161 KB
Loading
103 KB
Loading

0 commit comments

Comments
 (0)