Azure Functions x Service Bus: Assessing broker properties on a trigger

Опубликовано: 30 Май 2026
на канале: Frankly Ayo
38
0

In this video we see how we can format the output (from the default string data type) from a trigger in the function when a new message is received in the queue. We also see how we can get broker properties such as Content Type, etc. All these are possible with the ServiceBusReceivedMessage class. Previously and older versions of .net in the deprecated package, "Message" class was used.