Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个 Blob 触发器,该触发器将在视频上传到特定容器时启动媒体服务作业。我不知道如何在函数应用程序中从该 blob 创建输入资产。AMS v2 对此有明确的文档,但我似乎找不到任何对 v3 有帮助的东西。
您是否已经查看过 Azure 函数示例的此存储库?我建议也在那里的问题列表上提问。
https://github.com/Azure-Samples/media-services-v3-dotnet-core-functions-integration/tree/master/LiveAndVodDRMOperationsV3
https://github.com/Azure-Samples/media-services-v3-dotnet-core-functions-integration/blob/master/LiveAndVodDRMOperationsV3/LiveAndVodDRMOperationsV3/VodFunctions/start-blob-copy-to-asset.cs
请参阅 start-blob-copy-to-asset 功能,这可能对您有用。