7 questions
-3
votes
1
answer
96
views
Why does parent folder disappear from Azure Blob Storage when all child blobs are deleted? [closed]
I'm using Azure Blob Storage, and I understand that folders are simulated using blob names with / delimiters — there's no real folder hierarchy.
Scenario:
I have a virtual folder structure like:
aman/...
1
vote
1
answer
332
views
Blob under Azure container not getting delete
I have a csv which is under a container in Azure Storage. I tried all the ways mentioned online to delete it but its not getting delete. I was able to delete all the data from the same but the csv ...
0
votes
1
answer
123
views
Azure blob batch delete command throws error
I am using below azure command
az storage blob delete-batch --account-name $account --source $container --pattern 'Test1/*' --connection-string $connectionString
I am receiving an error as below
az ...
0
votes
0
answers
240
views
Programmatically delete files from blob storage after x number of days
I want to delete files from Azure Blob Storage after X number of days automatically. I don't want to create a Azure function for this. I want to do this programmatically and not through policy.
At the ...
1
vote
1
answer
1k
views
AzureStorage Blob Server failed to authenticate the request. Error while trying to DELETE file despite uploading files working
I'm trying to delete file from Azure Storage Account Blob and I'm geting the following error:
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly ...
3
votes
1
answer
880
views
Unable to delete Azure Storage Account
I'm currently encountering an issue while attempting to delete an Azure storage account via the cli
az storage account delete --ids /subscriptions/00000000-0000-0000-0000-0000000000/resourceGroups/foo-...
0
votes
1
answer
2k
views
How to delete blobs from blob storage using Lifecycle management
I have a storage account and inside that I have container "mycontainer"
I have two virtual folders
preview and final
I want to configure life cycle rule to delete all blobs from preview ...