az storage blob returns "Next Marker"
See original GitHub issue
az feedbackauto-generates most of the information requested below, as of CLI version 2.0.78
Describe the bug az storage blob list returns “Next Marker”
To Reproduce az storage blob list -c test --account-name stg1125 -o table Next Marker: 2!76!MDAwMDExIXRhcmdldC50eHQgITAwMDAyOCExNjAxLTAxLTAxVDAwOjAwOjAwLjAwMDAwMDBaIQ– Name Blob Type Blob Tier Length Content Type Last Modified Snapshot
a.txt BlockBlob Archive text/plain 2019-11-25T06:12:52+00:00 t.txt BlockBlob Hot application/octet-stream 2019-11-26T00:47:12+00:00 target.txt BlockBlob Hot text/plain 2019-11-25T06:15:32+00:00
Expected behavior blob list returns with not “Next Marker” az storage blob list -c test --account-name stg1125 -o table
Name Blob Type Blob Tier Length Content Type Last Modified Snapshot
a.txt BlockBlob Archive text/plain 2019-11-25T06:12:52+00:00 t.txt BlockBlob Hot application/octet-stream 2019-11-26T00:47:12+00:00 target.txt BlockBlob Hot text/plain 2019-11-25T06:15:32+00:00
Environment summary Azure Cloud Shell
Additional context Add any other context about the problem here. AzureCLI.txt
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (7 by maintainers)
Top Related StackOverflow Question
I am having the same issue. Number of blobs is less than 5000. Please investigate this issue
Microsoft Docs has a page with scripts to interact with
az storage.WARNING: Next Marker:is shown frequently when using the Unmanaged disks: Find and delete unattached disks example.Is this a failure for the documentation to be updated, or is this unintended behavior in
az?https://github.com/Azure/azure-cli/issues/11657#issuecomment-799624904