Retrieving Azure Storage resources and metadata by using the Azure Storage SDK for .NET Part 2 – Create a container and upload a storage blob
1 min read

Retrieving Azure Storage resources and metadata by using the Azure Storage SDK for .NET Part 2 – Create a container and upload a storage blob

Now it’s time to create a container inside our storage account.

az storage container create --name raster-graphics --account-name az204modmod03 --public-access off

Create another container and name this compressed-audio.

Next open storage explorer and upload the blob from the lab files.

In the next post we’ll access the containers using .NET SDK.

Leave a Reply