Here’s a simple .NET example to get you started:
It provides a local environment that mimics the Azure Storage services, allowing you to write and test code against local endpoints before deploying to the cloud. download azure storage emulator
Console.WriteLine("Container created");
azurite --silent --location c:\azurite --debug c:\azurite\debug.log Here’s a simple