
Azure blob storage is a storage solution provided by microsoft. You can store data like images, audio, video, json files, zip files etc etc in the azure.
What are we going to learn?
- How to create a web application that stores and manipulate the images in the cloud.
- We will perform all the CRUD (create, read, update and delete) operations.
Tech used
- .NET Core 9 (MVC app)
- SQL server 2022
- Azure storage account
High level overview
- We will save
image urlin the database and images in thestorage account(blob container)
Let’s create an storage account first
Step 1:










