azure-cli: az storage blob returns "Next Marker"
az feedback
auto-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
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (7 by maintainers)
I am having the same issue. Number of blobs is less than 5000. Please investigate this issue