Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 527 Bytes

File metadata and controls

8 lines (6 loc) · 527 Bytes

BlogSample-ASPNET5-ViewsInAzureStorage

This is a sample project showing how to store ASP.NET 5 MVC Razor views in an external store location (Azure Blob Storage). You will require the Azure SDK 2.9 or above to run the solution.

Setup store

If you run the CreateStorage project it will create a blob container and upload the views to your local Azure Storage Emulator instance.

Read more

A write up of the sample can be found at http://www.sbull.co.uk/2016/05/05/storing-asp-net-5-mvc-6-views-in-the-database/