azure-storage Questions
4
Solved
I'm trying to publish a package that has 800mb+. But the Windows Azure publish only allows up to 600mb, so maybe I need to upload some unstructured files first to Windows Azure storage.
What's the...
Peroxidize asked 3/4, 2014 at 6:46
3
I know (reading the msdn documentation here) that Windows Azure Storage Queues use a lease-based exclusive access strategy to the messages and Azure Service Bus Queues use a lock-based one.
In both...
Labaw asked 21/1, 2015 at 18:15
2
Solved
On the GitHub page for https://github.com/Azure/azure-storage-net it states
"As of 9.4.0, Tables are not supported by this library."
Does anyone know where this namespace has gone ?
Haile asked 20/11, 2018 at 22:47
4
Solved
I am using Azure.Storage.Blobs version=12.4.1.
I have a REST endpoint that I want to use to download blobs from a storage account.
I need to stream the result to a HttpResponseMessage and I do not...
Edholm asked 7/5, 2020 at 8:39
2
Solved
This is my situation: Two groups in Azure AD.
Group 1 can access only container1, but not container2
Group 2 can access only container2, but not container1
To achieve this I have given IAM Role Per...
Amass asked 7/12, 2020 at 15:54
5
Solved
I am trying to access the URL given in Azure for a file on the Azure File Storage format, however I am getting this error below. Is it possible to get this? Why would they offer a public URL when i...
Bergerac asked 4/2, 2016 at 14:8
6
Is it possible to create an html form to allow web users to upload files directly to azure blob store without using another server as a intermediary? S3 and GAW blobstore both allow this but I cant...
Orontes asked 27/3, 2013 at 22:20
4
I'm trying to copy files to and from an Azure Fileshare using AZCopy v10. I have had this successfully working using v8.1 but I keep getting errors using v10.
From the command line I'm using this t...
Cageling asked 24/6, 2020 at 14:24
3
There are definitions available for what is ABFS[S] and WASB[S].
But no clear demarcation of when to use what. What are the suitable and most appropriate use cases for both?
Prevocalic asked 18/2, 2020 at 9:25
1
Solved
Short Version
We want to migrate to v4 and our app names are less than 32 symbols.
Should we migrate to dedicated Storage Accounts or not?
Long Version
We use Azure Functions v3. From start one Sto...
Muhammadan asked 17/2, 2022 at 13:6
1
Solved
I have created an Angular application which uses lazy loading and the standard angular routing set up and this set up works well when I run the application locally. But when I try to serve it from ...
Ling asked 5/5, 2021 at 6:11
4
Solved
I 'm saving the uri of the file in the database in this form:
https://app.blob.core.windows.net/container/Accounts/Images/acc.jpg
But to delete it I need to pass only the blob name,
when I try t...
Longinus asked 16/2, 2017 at 14:42
1
Solved
I am trying to write Terraform that will create an Azure Storage account and then a bunch of storage containers inside it. An important detail is that the storage account has network rules that res...
Delectable asked 7/2, 2022 at 17:29
2
Solved
I'm using python 3.6 in visual studio and I want to download all blobs files from my azure container in single folder. This is my code but the problem is, that it downloads 1 blob file in the folde...
Cuenca asked 18/3, 2017 at 14:45
1
Solved
I have production code that uses the BlobClient.DownloadAsync() method to download a file from Azure Blob Storage using the Azure.Storage.Blobs nuget package v12.8, and it seems to be working just ...
Boodle asked 21/6, 2021 at 14:54
6
Solved
I have a SPA (built with angular) and deployed to Azure Blob Storage. Everything works fine and well as you go from the default domain but the moment I refresh any of the pages/routes, index.html n...
Aman asked 2/4, 2019 at 15:39
2
Solved
I'm not seeing any examples online on how to get all the blobs located inside a certain directory within a BlobContainerClient.
Previously, I was using the Microsoft.Azure.Storage packages, but tho...
Flick asked 19/1, 2022 at 22:57
3
Solved
Is there anyway I can mock azure blob storage without running the storage emulator?It would be of great help if someone could shed some light on this
Negatron asked 4/9, 2013 at 10:21
14
Solved
Is is possible to rename an Azure Storage Blob using the Azure Storage API from a Web Role? The only solution I have at the moment is to copy the blob to a new blob with the correct name and delete...
Depraved asked 17/9, 2010 at 10:49
3
Solved
I would like to delete all files from an azure storage container where the filename includes test.zip
I am able to get all the files and export them to a file like this:
$context = New-AzureStora...
Zest asked 31/5, 2014 at 7:33
2
I use Static website feature of Azure storage account to host React.js application. There is also a CDN endpoint enable for the site (Microsoft Standard CDN pricing tier), so the site URL looks lik...
Zalucki asked 6/8, 2020 at 8:3
9
Solved
I want to check a particular file exist in Azure Blob Storage. Is it possible to check by specifying it's file name? Each time i got File Not Found Error.
Shirashirah asked 14/6, 2012 at 12:7
2
Solved
Im trying to write an ARM template that creates a storage account with the new static website (preview) feature:
When I go to the Automation Script blade I don't see any related settings within ...
Qualified asked 3/7, 2018 at 7:51
7
Solved
I'm trying to work how how to delete all files in a folder in Azure File Storage.
CloudFileDirectory.ListFilesAndDirectories() returns an IEnumerable of IListFileItem. But this doesn't help much b...
Greet asked 29/2, 2016 at 16:51
5
I could not find any code sample for revoking the created Shared Access Signature access on blob, can anyone provide me link or reference for removing the Shared Access Signature access created ear...
Tendinous asked 5/10, 2014 at 20:39
© 2022 - 2024 — McMap. All rights reserved.