Skip to content

George-Alexander-S/csharp-cloud-azure-code-examples

 
 

Repository files navigation

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

  1. Fork this repository
  2. Clone your fork to your machine
  3. Pull an Azurite image: docker pull mcr.microsoft.com/azure-storage/azurite
  4. Execute: docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite
  5. Install the Microsoft Azure Storage Explorer
  6. Now connect to the container using Microsoft Azure Storage Explorer
  7. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%