Speech Service Batch Transcription 500 Error
I have a video processing API deployed for 2 weeks. One of the endpoints uses Azure Speech Service Batch Transcription (UKSouth). Users started complaining today as results were not delivered within ETA. I tried listing jobs in the queue and I got timeouts. When requests used timeout=120, I started getting Status=500. I the requests through Python and Curl, from multiple Azure VMs, but always the same error.
I decided to debug using Speech Studio UI by manually uploading a 2 minutes video. The STT should take about 5 mins top. After about 10 minutes I got error from the UI.The problem is that SPeech Service is not like an App Service or VM that you can reboot. Could that be an outage in Azure STT service?