Skip to content

Web Application that retrive and upload images to the azure blob storage and you can also search images by keyword

Notifications You must be signed in to change notification settings

kanumalivad/azure-image-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-image-repository

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

  1. create a blob storage on azure portal
  2. create a container in that.
  3. create sql database
  4. create table (create table img_links(link varchar(500));)
  5. add your client ip in sql database server's firewall settings.

That's it. :)

About

Web Application that retrive and upload images to the azure blob storage and you can also search images by keyword

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published