Skip to content

Commit bb718f6

Browse files
committed
Hardening the message about how to get batch transcription results
1 parent c9c2bf2 commit bb718f6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/ai-services/speech-service/bring-your-own-storage-speech-resource-speech-to-text.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BYOS-associated Storage account stores the following data:
4242

4343
**Custom Speech**
4444
- Source files of datasets for model training and testing (optional)
45-
- All data and metadata related to Custom models hosted by the BYOS-enabled Speech resource
45+
- All data and metadata related to Custom models hosted by the BYOS-enabled Speech resource (including copies of datasets for model training and testing)
4646

4747
## Batch transcription
4848

@@ -57,7 +57,16 @@ Perform these steps to execute Batch transcription with BYOS-enabled Speech reso
5757
>
5858
> If you use `destinationContainerUrl` parameter, it will work, but provide significantly less security for your data, because of ad hoc SAS usage. See details [here](batch-transcription-create.md#destination-container-url).
5959
60-
1. When transcription is complete, get transcription results according to [this guide](batch-transcription-get.md) or directly in the `TranscriptionData` folder of `customspeech-artifacts` Blob container in the BYOS-associated Storage account.
60+
1. When transcription is complete, get transcription results according to [this guide](batch-transcription-get.md). Consider using `sasValidityInSeconds` parameter (see the following section).
61+
62+
Speech service uses `customspeech-artifacts` Blob container in the BYOS-associated Storage account for storing intermediate and final transcription results.
63+
64+
> [!CAUTION]
65+
> Speech service relies on pre-defined Blob container paths and file names for Batch transcription module to correctly function. Don't move, rename or in any way alter the contents of `customspeech-artifacts` container.
66+
>
67+
> Failure to do so very likely will result in hard to debug 4xx and 5xx Service errors.
68+
>
69+
> Use standard tools to interact with Batch transcription. See detail in [Batch transcription section](batch-transcription.md).
6170
6271
### Get Batch transcription results via REST API
6372

0 commit comments

Comments
 (0)