Skip to content

Commit 00af679

Browse files
Merge pull request #290 from alexeyo26/alexeyo/do-not-use-byos-files-direct
[Azure AI Svc] Speech. BYOS,. Added warning on direct blob file usage
2 parents 65e4f91 + ce97de7 commit 00af679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Speech service uses `customspeech-artifacts` Blob container in the BYOS-associat
6565
>
6666
> Failure to do so very likely will result in hard to debug 4xx and 5xx Service errors.
6767
>
68-
> Use standard tools to interact with Batch transcription. See details in [Batch transcription section](batch-transcription.md).
68+
> Also don't build solutions that directly use files and folders of `customspeech-artifacts` container. Use standard tools to interact with Batch transcription. See details in [Batch transcription section](batch-transcription.md).
6969
7070
### Get Batch transcription results via REST API
7171

@@ -138,7 +138,7 @@ The Blob container structure is provided for your information only and subject t
138138
>
139139
> Failure to do so very likely will result in hard to debug errors and may lead to the necessity of custom model retraining.
140140
>
141-
> Use standard tools, like REST API and Speech Studio to interact with the custom speech related data. See details in [custom speech section](custom-speech-overview.md).
141+
> Also don't build solutions that directly use files and folders of `customspeech-artifacts` container. Use standard tools, like REST API and Speech Studio to interact with the custom speech related data. See details in [custom speech section](custom-speech-overview.md).
142142
143143
### Use of REST API with custom speech
144144

0 commit comments

Comments
 (0)