This is a simple project that retrive and upload images to the azure blob storage and you can also search images by keyword(here i used image name as a keyword).
Prerequisite
- create a blob storage on azure portal
- create a container in that.
- create sql database
- create table (create table img_links(link varchar(500));)
- add your client ip in sql database server's firewall settings.
That's it. :)