media-services-dotnet-functions-integration | Sample Azure Functions for use with Azure Media Services | Azure library
kandi X-RAY | media-services-dotnet-functions-integration Summary
kandi X-RAY | media-services-dotnet-functions-integration Summary
Sample Azure Functions for use with Azure Media Services. Ingest from Azure Blobs, encode and output to Azure Blobs, monitor encoding progress, and use WebHooks or Queues to hook into the workflow.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of media-services-dotnet-functions-integration
media-services-dotnet-functions-integration Key Features
media-services-dotnet-functions-integration Examples and Code Snippets
Community Discussions
Trending Discussions on media-services-dotnet-functions-integration
QUESTION
I'm replicating EncodeBlob_SingleOut_Function from Integrating Azure Media Services with Azure Functions article. It was running on my local when debugging on Visual Studio 2015. However, when I published the function in Azure Portal, I am getting "The type or namespace name 'MediaServices' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?)" when compiling. Aside from MediaServices class, the Function app in Azure portal can't find also other objects like CloudMediaContext, MediaServicesCredentials, IAsset, IAccessPolicy, etc.
...ANSWER
Answered 2017-Jan-19 at 06:21According to your description, I followed the tutorial you provided and created my Azure Function based on the EncodeBlob_SingleOut_Function sample. After some trials, I could make it work as expected on Azure. Here are some possible causes, you could refer to them:
Log into Azure Portal, choose your Function App, click "Function app settings > Go to App Service Editor".
Make sure the content structure of your Azure Funtion looks like this:
Note: The project.json
file is under the root directory of your function. The folder Presets
and Shared
need to under the root directory of wwwroot
. You could find them as follows:
You could upload directory/file via App Service Editor or KUDU.
Upon the configuration without change any code, when a blob is uploaded and you could find the function is triggered as follows:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install media-services-dotnet-functions-integration
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page