How to fetch Microsoft Azure storage account details using Azure CLI ?
Script to fetch Azure storage details. The following script can be used to list all the containers of a storage account along with blobs stored in the containers. Azure CLI…
Script to fetch Azure storage details. The following script can be used to list all the containers of a storage account along with blobs stored in the containers. Azure CLI…
Microsoft Azure CLI is a command line tool which helps in creating and managing Azure resources. Python provides a package called az.cli which can be used to run Azure CLI…