All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Automating Azure Blob Storage Databus Cleanup with Azure Functions

5h ago· 4 min readen

Summary

This sample demonstrates how to use Azure Functions to automatically trigger cleanup of blob storage attachments used with the Azure Blob Storage Databus mechanism in NServiceBus. It includes two projects: a SenderAndReceiver that sends large messages with attachments stored in Azure Storage, and a DataBusBlobCleanupFunctions project that handles automatic blob cleanup triggered by Azure Functions, as an alternative to built-in blob cleanup capabilities.

Key quotes

· 3 pulled
This sample shows how to use Azure Functions to automatically trigger blob cleanup.
The message is sent using an attachment stored in Azure Storage.
Using an Azure Function instead of the built in blob cleanup capabilities.
Snippet from the RSS feed
Using an Azure Function instead of the built in blob cleanup capabilities.

You might also wanna read