-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.DocsStorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.
Description
Section Link:

Reason:
All three correspond to the same link 'Azure Portal'.
Suggestion:
Update these link:
Azure Portal: https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal,
Azure PowerShell: https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-powershell,
Azure CLI: https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
2.
Section Link:

Reason:
az: error: unrecognized arguments: --hierarchical-namespace true
Suggestion:
# Install the extension “Storage-Preview”
az extension add --name storage-preview
# Create the storage account
az storage account create -n my-storage-account-name -g my-resource-group --sku Standard_LRS --kind StorageV2 --hierarchical-namespace true
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.DocsStorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.