Issues using SAS URL for Batch Transcription in Azure Speech-to-Text
saeide dana
0
Reputation points
Hello,
I'm currently working with the Azure Speech-to-Text service (batch transcription via REST API) and using a SAS URL for my audio file located in blob storage.
Although the SAS URL works in the browser, I get the following error in my code:
Fehlerdetails: {'code': 'InvalidUri', 'message': 'The recordings URI is invalid.'}
I created the SAS URL as follows:
Container: audiotest
File: test.flac
Permissions: Read
Signing: Account Key
Time window: valid at the time of the request
Format: https://mytranscription.blob.core.windows.net/audiotest/GermanTestAudio.flac?
Sign in to answer