Azure Queues - Functions - Message Visibility - Workers?
问题 I have some questions regarding the capabilities regarding Azure Queues, Functions, and Workers. I'm not really sure how this works. Scenario: q-notifications is an queue in an Azure storage account. f-process-notification is a function in Azure that is bound to q-notifications. Its job is to get the first message on the queue and process it. In theory when a message is added to q-notifications, the function f-process-notification should be called. Questions: Does the triggered function