Azure Media Services Encoding Job Callback to URL -


using rest api, able upload file azure media services local machine , start encoding job. need poll job status see when done. but, want azure media services send request callback url when done. there way this?

take @ our notifications features supports webhooks.

https://docs.microsoft.com/en-us/azure/media-services/media-services-dotnet-check-job-progress-with-webhooks

it integrates azure functions - if want host callback in azure functions , leverage webhook trigger in there. have examples of doing here: https://github.com/azure-samples/media-services-dotnet-functions-integration/tree/master/101-notify-webhooks


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -