az storage blob returns "Next Marker"

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
dwaijamcommented, Jan 30, 2020

I am having the same issue. Number of blobs is less than 5000. Please investigate this issue

0reactions
daryltuckercommented, Mar 15, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to grab next marker (next_marker) in azure cli command ...
As a workaround, you can use this azure cli command: az storage blob list(Most of the azure blob storage cli commands are also...
Read more >
az storage blob | Microsoft Learn
The blob is marked for later deletion during garbage collection. In order to delete a blob, all of its snapshots must also be...
Read more >
azure-cli-storage - Python Package Health Analysis - Snyk
Use --num-results * for original behavior of returning all results. storage blob/file/container/share list- log marker for next page to STDERR and expose ...
Read more >
azblob - Go Packages
Package azblob allows you to manipulate Azure Storage containers and blobs objects. URL Types ¶. The most common types you'll work with are ......
Read more >
az storage blob delete-batch example
The az storage blob list, az storage container list and az storage share list commands all exposed --marker and --num-results parameters for server-side...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found