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.
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
Post a Comment