Skip to main content

Posts

Showing posts with the label Blob Storage

Bring Azure Blob Objects Back to Life

Nowadays, there are many applications which are utilizing Azure Blob Storage for reading and writing objects. Looking at that, it’s quite common that these objects may get deleted accidentally due to user’s negligence or application's behavior.  So, my today’s writeup is around this topic wherein we will see, how can we bring back our deleted blob objects back to life. Lifecycle of blob storage is managed by a very well-known concept called Versioning . Versioning deals with the state - when any object was created, when was it modified or when was it deleted. If this topic impresses you, you can read complete blog post at C# Corner website or you can view it on my YouTube channel named Shweta Lodha.