We can modify blobs in azure storage account. To modify blob, it has to be retrieved first and later modify it. Once the modification is done, we can upload the stream to storage account to modify blob.
In this tutorial, I have shown the way to modify blob programmatically using .net core. Blob Storage is one of the most used Azure services and you should definitely know how you can work with it in your C# code.
#Azure
#StorageAccount
#Blob