Azure-Samples / media-services-v3-dotnet-core-functions-integration

The project includes several folders of sample Azure Functions for use with Azure Media Services v3 that show workflows related to ingesting content, encoding, publishing or live stream management.
MIT License
49 stars 117 forks source link

Implemented a logic app which was previously just in v2 #12

Closed raffertyuy closed 3 years ago

raffertyuy commented 4 years ago

Purpose

Implemented 2 logic apps

  1. Upload --> transcode --> video indexer
  2. Publish and Get Streaming URL

These were previously in https://github.com/Azure-Samples/media-services-dotnet-functions-integration, but not in the v3 repo.

There are also a lot bug fixes to the advanced-vod-functions when I was implementing this.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  1. Deploy the azure functions
  2. Deploy the logic apps and configure the connectors
  3. Upload an MP4 file in a storage watch container.
  4. Run the logic app trigger

What to Check

Verify that the following are valid

Other Information

High level explanation of the logic app here: https://raffertyuy.com/raztype/creating-an-azure-media-services-upload-workflow-using-azure-storage-and-logic-apps/

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.