Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 549 Bytes

Demo.md

File metadata and controls

22 lines (12 loc) · 549 Bytes

AZ-204 Demo: Managing Azure Blob from code

In this demo you will get connected to created previously storage account.

Technical Requirements

  • Visual Studio Code
  • Connection string to the storage account from #1 demo

Demonstration:

  1. The code Program.cs need to be updated with connection string to storage account.

  2. To run the code open the folder from VS Code and use commands dotnet build and dotnet run

  3. Pay attention for the usage of the following classes:

  • BlobServiceClient
  • BlobContainerClient
  • BlobClient