How to make Azure Batch Transcription call a URL or Function App on completion using .NET?
I’m working on a project where I need to use Azure Cognitive Services to perform batch transcriptions on audio files. My goal is to upload an audio file, trigger the batch transcription, and then have Azure notify a URL or an Azure Function App once the transcription is complete. There doesn’t seem to be an option in the call to batch transcription. How can I do this?