Let's repeat the previous task, but this time, we are going to use the Azure CLI 2.0:
az storage container create --name packtpubbs --public-access container --account-name packtpubsacliaz storage blob upload --file C:\test.txt --container-name packtpubbs --name blobcli --account-name packtpubsacli
In the preceding command, we have only changed the storage account, which we have created to be used in tasks implemented by the Azure CLI 2.0, and we named the blob blobcli.