简体   繁体   English

blob 触发器函数可以使用多个源和目标吗?

[英]Can a blob trigger function use multiple sources and destination?

I have an azure function blob trigger, and I want to use many sources and destinations for this function like the following example:我有一个天蓝色函数 blob 触发器,我想为此函数使用许多源和目标,如下例所示:

If the container1 is trigged, write in output1.如果触发了 container1,则写入 output1。 If the container2 is trigged, write in output2.如果 container2 被触发,则写入 output2。 ... ...

It's not possible to listen to multiple sources (containers) from an Azure Blob Trigger Function.无法从 Azure Blob 触发器函数侦听多个源(容器)。

One of the solutions for this requirement given by @Cindy Pau and @rickvdboschis to use Azure Functions Event Grid Blob Trigger for listening to multiple containers and process the functionality according to your requirement. @Cindy Pau@rickvdboschis提供的解决方案之一是使用Azure Functions 事件网格 Blob 触发器来侦听多个容器并根据您的要求处理功能。

Refer to these SO Thread1 and SO Thread2 for more information.有关详细信息,请参阅这些SO Thread1 和SO Thread2

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure function 是否有可能为 blob 触发器监听多个 blob - Is it possible for Azure function listening multiple blob for blob trigger 多个Azure功能应用程序指向一个Blob容器(触发) - Multiple Azure function apps pointing to one Blob container(trigger) 结合使用Application Insights和Blob触发器 - Use Application Insights with Blob trigger 带有 blob 触发器的可扩展 Azure 函数 - Scalable Azure Function with blob trigger 使用 Blob 触发器调用 Azure 函数 - Call Azure Function with Blob trigger 子文件夹的 Azure 函数 blob 触发器 - Azure function blob trigger for subfolders 有什么机制可以防止同一blob多次触发横向扩展Azure函数触发器 - What is the mechanism that prevents a scaled out Azure Function trigger by the same blob multiple times Azure Blob 触发器函数应用程序:为多个 Blob 上传运行相同的实例 - Azure Blob Trigger function app : running same instance for multiple blobs upload 具有 HTTP 触发器和 Blob 输入绑定的 Azure 函数 - 无法读取文件夹中的 JSON 文件。 可能的 blob 文件路径错误? - Azure Function with HTTP Trigger and Blob Input Binding - can't read JSON files that are in a folder. Possible blob file path error? Azure Function App v4 + .NET 6.0(处理中)+ Blob 绑定(未触发)= 无法将 Blob 绑定到类型错误 - Azure Function App v4 + .NET 6.0 (in process) + Blob binding (not trigger) = Can't bind Blob to type error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM