You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
I am using a Azure Function with an output bidning as is described in section: "Using ICollector with Service Bus queue bindings"
I need to add specifik metadata to the message that are added to the queue, but it seeams like thats not supported?
I want to filter the messages in the topic with Message.CorrelationId or Message.Label,
I tried to use ICollector<Message> but it throws exception "Error getting value from 'ExpiresAtUtc' on 'Microsoft.Azure.ServiceBus.Message'".
How can I add metadata to the message using output bindings?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 9960577d-471e-c834-d87c-134a9de4cd9e
Version Independent ID: 4daa5650-7ac6-2a49-28e5-d114fa7cf14b
I am using a Azure Function with an output bidning as is described in section: "Using ICollector with Service Bus queue bindings"
I need to add specifik metadata to the message that are added to the queue, but it seeams like thats not supported?
I want to filter the messages in the topic with Message.CorrelationId or Message.Label,
I tried to use ICollector<Message> but it throws exception "Error getting value from 'ExpiresAtUtc' on 'Microsoft.Azure.ServiceBus.Message'".
How can I add metadata to the message using output bindings?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: