Upload to Azure Blob from Web Api

In the earlier post, we learned how to set up docker containers for Azurite. In this post, we will continue with process and create a Web API to exposure end points to upload file to the Azure Blob and to download them. Let's go ahead create our Web Api. I will skip the entire project creation part, … Continue reading Upload to Azure Blob from Web Api

Set up Azurite Docker container.

In this post, we will set up docker container for Azurite. The Azurite open-source emulator provides a free local environment for testing your Azure Blob, Queue Storage, and Table Storage applications. When you're satisfied with how your application is working locally, switch to using an Azure Storage account in the cloud. The emulator provides cross-platform … Continue reading Set up Azurite Docker container.