walalm / MVC-Azure-Explorer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 47.3%Language:HTML 26.6%Language:C# 23.3%Language:CSS 2.7%Language:ASP.NET 0.1%