We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0052ebf commit 2f2dba9Copy full SHA for 2f2dba9
src/azure-cli/azure/cli/command_modules/storage/_help.py
@@ -1462,6 +1462,8 @@
1462
text: az storage container create -n mystoragecontainer --fail-on-exist
1463
- name: Create a storage container in a storage account and allow public read access for blobs.
1464
text: az storage container create -n mystoragecontainer --public-access blob
1465
+ - name: Create a storage container in a PartitionedDNS enabled storage account.
1466
+ text: az storage container create --account-name mystorageaccount --name mystoragecontainer --account-key "enter-your-storage_account-key" --blob-endpoint "https://mystorageaccount.z3.blob.storage.azure.net/"
1467
"""
1468
1469
helps['storage container delete'] = """
0 commit comments