Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
96 views

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/...
Aman Verma's user avatar
1 vote
1 answer
332 views

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 ...
Kunal Chawla's user avatar
0 votes
1 answer
123 views

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 ...
Aparna Tata's user avatar
0 votes
0 answers
240 views

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 ...
OpenStack's user avatar
  • 5,726
1 vote
1 answer
1k views

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 ...
TropicalIPA's user avatar
3 votes
1 answer
880 views

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-...
Metro's user avatar
  • 995
0 votes
1 answer
2k views

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 ...
Jobelle's user avatar
  • 2,844