Skip to content

walalm/MVC-Azure-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVC-Azure-Explorer

This is a simple MVC Web application for browsing azure blob storage files.

USAGE:

  1. Open the web.config
  2. Modify the following keys in appsettings:

If you have a CDN endpoing this is the place to set it

key="UrlCDN" value="http://MY_CDN_ENPOINT.mydomain.com"

Your blob storage private URI

key="UrlBlobStorage" value="https://YOUR_BLOB_URI.blob.core.windows.net"

Your default container

key="ContenedorImagenes" value="my-container"

key="ContenedorBrowser" value="my-container"

Your azure storage connection string, you can generate it in your azure portal

key="azurestorage" value="DefaultEndpointsProtocol=https;AccountName=YOUR_ACCOUNT_NAME_HERE;AccountKey=YOUR_ACCOUNT_KEY_HERE;"

Build, and launch, that's all.

Screenshot

Screenshot

About

This is a simple MVC Web application for browsing azure blob storage files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published