bharney / JSStarterDocker

.Net Core 2.1 C# with React Starter Project that provides Identity Authentication and Authorization using JWT. Based on .NET Core JavaScriptServices Spa React + Redux using TypeScript. Additional support available for Docker and ARM Templating. Project uses Key Vault for secrets and EntityFrameworkCore to migrate Identity tables.
https://jsstarter.azurewebsites.net
17 stars 3 forks source link

Setup Blob Storage Emulator #24

Closed bharney closed 5 years ago

bharney commented 6 years ago

Example for setting up blob storage emulator locally. https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator

New users should not have to setup an Azure blob storage account to save profile images while developing locally.

bharney commented 5 years ago

User should use setup script to create Azure Resource. Emulator is not very useful if project has dependency on Azure Key Vault (or any Azure Resoruces). Closing in favor of using script to get 9setup locally seen here)[https://github.com/bharney/JSStarter].