We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fc793 commit e991156Copy full SHA for e991156
azure_functions_worker/bindings/meta.py
@@ -301,7 +301,8 @@ def deferred_bindings_decode(binding: typing.Any,
301
global deferred_bindings_cache
302
303
# Only applies to Event Hub and Service Bus - cannot cache
304
- if (datum.value.source == "AzureEventHubsEventData"
+ if (datum.type == "collection_model_binding_data"
305
+ or datum.value.source == "AzureEventHubsEventData"
306
or datum.value.source == "AzureServiceBusReceivedMessage"):
307
return binding.decode(datum,
308
trigger_metadata=metadata,
0 commit comments