C# Cloud Azure Blob, Table, Queue, Function Sample Code Learning Objectives Understand how to create an Azurite container in Docker to simulate Azure features Understand code to interact with Azure Tables, Queues, Blobs Understand how to write an Azure Function Instructions Fork this repository Clone your fork to your machine Pull an Azurite image: docker pull mcr.microsoft.com/azure-storage/azurite Execute: docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite Install the Microsoft Azure Storage Explorer Now connect to the container using Microsoft Azure Storage Explorer Rename the file sample.local.settings.json to local.settings.json Exercise Examine each project in this solution, investigate the code and understand how it interacts with the Azurite container Use the Microsoft Azure Storage Explorer to interact with the Azurite container Notes Further information about the Microsoft Azurite Storage Emulator Lots of Azure code can be found on the official repository Azure SDK for .Net A queue can be 500 TB in size and process 2000 items per second