@Anonymous Thanks for the question. We would recommend to raise a Azure support desk ticket from Help+Support blade from Azure portal for your resource if you have a support plan for your subscription. This will help you to share the details securely and work with an engineer who can provide more insights about the issue that if it can be replicated.
Batch transcription python
I have been using this code for a while now and it never throwed any errors until now. I am getting the below error when attempting to transcribe more than 99 audio files stored in a blob folder.
I am using this script https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/batch/python/python-client/main.py
I am hitting the limit of 99 but that's what's confusing - the transcription works but stops at 99th audio file. It should not do that as I am on Standard (S0) which allows 1000 max number of files per transcription request and I have used the same script before and it never stopped working at 99 until today.
Any help would be massively appreciated.