-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Depracated blob features not supported #25298
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Storageaz storageaz storageact-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Storageaz storageaz storageact-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
I need to search for a file using wildcards. All documentation indicates this is not supported by ADLS Gen 2, and to use the blob API instead.
When I use
az storage blob directory listto search for a file, I get this message:Going by the docs,
az storage fs directory listdoes not support two items of functionality:fsfunctions do.Can you explain why this command is being deprecated when there is no other command to replace it.
ADLS Gen2 wildcard search is a glaring gap in functionality (it's not even supported in Storage Explorer)
My use case is that I have millions of files in a single folder and I need to find and download one of them, but I don't have container level access, only folder level access. Therefore I can't use
az storage fs file listsince it will return an enormous JSON fileDocument Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.