From cc2124d12f8c10a254f0794a32b511bf0cf29ea5 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Thu, 13 Aug 2020 10:29:44 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Azure=20Storage=20emulator"=E2=86=92"Az?= =?UTF-8?q?ure=20Storage=20Emulator"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://docs.microsoft.com/en-us/samples/azure-samples/storage-blobs-dotnet-webapp/net-photo-gallery-web-application-sample-with-azure-blob-storage/ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a24c695..b9be66b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This sample application creates a web photo gallery that allows you to host and ## Technologies used - ASP.NET MVC 5 - .NET 4.5 -- Azure Storage emulator +- Azure Storage Emulator - Azure Web Apps - Azure Storage @@ -24,10 +24,10 @@ Azure Blob Storage Photo Gallery Web Application using ASP.NET MVC 5. The sample ## Running this sample 1. Before you can run this sample, you must have the following prerequisites: - - The Azure Storage Emulator, which you can download [here](https://go.microsoft.com/fwlink/?linkid=717179&clcid=0x409). You can also read more about [Using the Azure Storage emulator for development](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator). + - The Azure Storage Emulator, which you can download [here](https://go.microsoft.com/fwlink/?linkid=717179&clcid=0x409). You can also read more about [Using the Azure Storage Emulator for development](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator). - Visual Studio 2015 or Visual Studio 2017. -2. Open the Azure Storage emulator. Once the emulator is running it will be able to process the images from the application. +2. Open the Azure Storage Emulator. Once the Emulator is running it will be able to process the images from the application. 3. Clone this repository using Git for Windows (http://www.git-scm.com/), or download the zip file.