简体   繁体   English

Azure blob 存储函数可以与多个输入绑定吗?

[英]Can Azure blob storage functions bind with multiple input?

I want to use 2 blobs containers to trigger that azure function.我想使用 2 个 blob 容器来触发那个 azure 函数。 Is there also a way to recognized which blob storage trigger the azure function?是否还有一种方法可以识别哪个 blob 存储触发了 azure 功能? Please help.请帮忙。 Thank you!谢谢! Python Python

There are no plans to support multiple triggers per Function.没有计划支持每个函数的多个触发器。

Each function has only one trigger but it can have multiple input bindings.每个函数只有一个触发器,但它可以有多个输入绑定。

For your need, aving your blob uploads trigger an Event Grid event, and have an Event Grid Triggered function which is fired for each blob uploaded.根据您的需要,您的 blob 上传会触发一个事件网格事件,并有一个事件网格触发函数,该函数为每个上传的 blob 触发

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM