All Projects → Azure-Samples → media-services-v3-dotnet-core-functions-integration

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

Licence: MIT license
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.

Programming Languages

C#
18002 projects
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to media-services-v3-dotnet-core-functions-integration

Serverless-File-Validation
Using Azure Serverless products to perform file validation on a per-batch basis
Stars: ✭ 21 (-48.78%)
Mutual labels:  azure-functions, azure-storage
fl-image-resize
A library to quickly resize images with Azure Functions
Stars: ✭ 15 (-63.41%)
Mutual labels:  azure-functions, azure-storage
azure-developer-college
Repository for the Azure Developer College Workshop
Stars: ✭ 16 (-60.98%)
Mutual labels:  azure-functions, azure-storage
QueueBatch
WebJobs/Azure Functions trigger providing batches of Azure Storage Queues messages directly to your function
Stars: ✭ 40 (-2.44%)
Mutual labels:  azure-functions, azure-storage
Azure Readiness Checklist
This checklist is your guide to the best practices for deploying secure, scalable, and highly available infrastructure in Azure. Before you go live, go through each item, and make sure you haven't missed anything important!
Stars: ✭ 457 (+1014.63%)
Mutual labels:  azure-functions, azure-storage
movie-db-java-on-azure
Sample movie database app built using Java on Azure
Stars: ✭ 28 (-31.71%)
Mutual labels:  azure-functions, azure-storage
nodejs-postgresql-azure
Repositório responsável pela série de artigos sobre Node.js com PostgreSQL
Stars: ✭ 70 (+70.73%)
Mutual labels:  azure-functions, azure-storage
Developing Solutions Azure Exam
This repository contains resources for the Exam AZ-203: Developing Solutions for Microsoft Azure. You can find direct links to resources and and practice resources to test yourself ☁️🎓📚
Stars: ✭ 59 (+43.9%)
Mutual labels:  azure-functions, azure-storage
Serverless Microservices Reference Architecture
This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
Stars: ✭ 270 (+558.54%)
Mutual labels:  azure-functions, azure-storage
durable-functions-producer-consumer
Uses Durable Functions' fan out pattern to load N messages across M sessions into various Azure Storage/Messaging services. Includes the ability to consume the messages with another Azure Function & load timing data in to Event Hubs for ingestion in to analytics services like Azure Data Explorer
Stars: ✭ 31 (-24.39%)
Mutual labels:  azure-functions, azure-storage
Azure For Developers Workshop
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
Stars: ✭ 38 (-7.32%)
Mutual labels:  azure-functions, azure-storage
Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (+175.61%)
Mutual labels:  azure-functions, azure-storage
Batch Shipyard
Simplify HPC and Batch workloads on Azure
Stars: ✭ 240 (+485.37%)
Mutual labels:  azure-functions
AzureWebAppSSLManager
Acquires and manages free SSL certificates for Azure Web App and Azure Functions applications.
Stars: ✭ 70 (+70.73%)
Mutual labels:  azure-functions
Azure Functions Ux
Azure Functions UX
Stars: ✭ 221 (+439.02%)
Mutual labels:  azure-functions
Azure Functions Python Worker
Python worker for Azure Functions.
Stars: ✭ 221 (+439.02%)
Mutual labels:  azure-functions
azure-functions-deno-worker
Run Deno 🦕 on Azure Functions ⚡️
Stars: ✭ 99 (+141.46%)
Mutual labels:  azure-functions
kafka-connect-fs
Kafka Connect FileSystem Connector
Stars: ✭ 107 (+160.98%)
Mutual labels:  azure-storage
Serverless Azure Functions
Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
Stars: ✭ 213 (+419.51%)
Mutual labels:  azure-functions
Azure Functions Templates
Azure functions templates for the azure portal, CLI, and VS
Stars: ✭ 207 (+404.88%)
Mutual labels:  azure-functions
page_type languages products name description azureDeploy
sample
csharp
azure
azure-functions
azure-media-services
Azure Media Services v3 - Serverless Workflows with Azure Functions and Logic Apps
Projects that show how to integrate Azure Media Services with Azure Functions and Azure Logic Apps.

Azure Media Services v3 - Serverless Workflows with Azure Functions & Logic Apps

This repository contains projects that show how to integrate Azure Media Services with Azure Functions & Azure Logic Apps. These Media Services Functions examples are based on AMS REST API v3 on Azure Functions v3. Most of the functions can also be used from Logic Apps.

This repository can be accessed directly using https://aka.ms/ams3functions.

Contents

Folder Description
Functions New (Sept 2021) This sample exposes Azure Functions based on .NET 5 using the latest Media Services, Azure Functions and Identity SDKs. Deployment is done with an ARM template and GitHub Actions.
Encoding The sample exposes an Azure Function that encodes an Azure Storage blob with ffmpeg. Azure Functions Premium plan is recommended.
LiveAndVodDRMOperationsV3 The sample exposes several Azure functions that can be used to manage live streaming and VOD with DRM with Azure Media Services v3, using Irdeto back-end to deliver the licenses.
advanced-vod-workflow This project contains advanced VOD media workflow examples of using Azure Functions with Azure Media Services v3. The project includes several folders of sample Azure Functions for use with Azure Media Services that show workflows related to ingesting content directly from blob storage, encoding, and writing content back to blob storage.
logic-app-using-workflow-functions This project contains Logic Apps that converts-to-media-asset, encodes and publishes media files that you upload in an Azure Storage. It relies on Azure Functions and Azure Media Services.

Prerequisites for a sample Logic Apps deployments

1. Create an Azure Media Services account

Create a Media Services account in your subscription if don't have it already (follow this article).

2. Create a Service Principal

Create a Service Principal and save the password. It will be needed in step #4. To do so, go to the API tab in the account (follow this article).

3. Make sure the AMS streaming endpoint is started

To enable streaming, go to the Azure portal, select the Azure Media Services account which has been created, and start the default streaming endpoint.

4. Deploy the Azure functions

For the 'Functions" project, do not use the link below. Please see the dedicated Readme.

If not already done : fork the repo, deploy Azure Functions and select the right project (IMPORTANT!).

Note : if you never provided your GitHub account in the Azure portal before, the continuous integration probably will probably fail and you won't see the functions. In that case, you need to setup it manually. Go to your Azure Function App / Deployment / Deployment Center. Select GitHub as a source and configure it to use your fork.

Deploy to Azure

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].