Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 552 Bytes

File metadata and controls

10 lines (7 loc) · 552 Bytes

license

AzureFunctionsServiceBusAttachment

Azure function which uses ServiceBus.AttachmentPlugin which makes it possible to send and receive messages that exceed the maximum allowed size.

SendWithAttachment
Function with http trigger which uploads body to an Azure Storage blob.

ReceiveWithAttachment
Function with service bus trigger which downloads body from Azure Storage blob.