In this demo you will get connected to created previously storage account.
- Visual Studio Code
- Connection string to the storage account from #1 demo
-
The code
Program.cs
need to be updated with connection string to storage account. -
To run the code open the folder from VS Code and use commands
dotnet build
anddotnet run
-
Pay attention for the usage of the following classes:
- BlobServiceClient
- BlobContainerClient
- BlobClient