I’ll create a public and a private container: az storage container create -n "public" --public-access blob az storage container create -n "private" --public-access off Uploading files. Uploading a file into your container is easy with the az storage blob upload command. You simply specify the name of the file to upload, the container to Examples. Create a rule to allow a specific address-range. az storage account network-rule add -g myRg --account-name mystorageaccount --ip-address 23.45.1.0/24. Create a rule to allow access for a subnet. az storage account network-rule add -g myRg --account-name mystorageaccount --vnet-name myvnet --subnet mysubnet az storage fs access set --owner example@microsoft.com -p dir -f myfilesystem --account-name mystorageaccount --account-key 0000-0000 Set owning group of a path. az storage fs access set --group 68390a19-a897-236b-b453-488abf67b4dc -p dir -f myfilesystem --account-name mystorageaccount --account-key 0000-0000 Only one of the keys is used to issue SAS tokens at any one time, this is the active key. Provide the command the following parameter values: --vault-name: Pass the name of your key vault. To find the name of your key vault, use the Azure CLI az keyvault list command. -n: Pass the name of your storage account. Warning. Regenerating your access keys can affect any applications or Azure services that are dependent on the storage account key. Any clients that use the account key to access the storage account must be updated to use the new key, including media services, cloud, desktop and mobile applications, and graphical user interface applications for Azure Storage, such as Azure Storage Explorer. . For more information on renaming properties in a query, see Rename properties in a query. Querying boolean values . Boolean values are assumed to be true, so the \"[?isDefault]\" query syntax for the az account list command returns the current default subscription. Use the Get-AzStorageContainer cmdlet to retrieve storage containers. To retrieve a single container, include the -Name parameter. To return a list of containers that begins with a given character string, specify a value for the -Prefix parameter. The following example retrieves both an individual container and a list of container resources. The node will appear under a group node matching its type. For example, a new connection to an Azure Data Lake Storage Gen2 container will appear under Blob Containers. If Storage Explorer couldn't add your connection, or if you can't access your data after successfully adding the connection, see the Azure Storage Explorer troubleshooting guide. .

az storage container list example