azure-storage Questions
5
Solved
So the scenario is the following:
I have a multiple instances of a web service that writes a blob of data to Azure Storage. I need to be able to group blobs into a container (or a virtual director...
Kratz asked 16/11, 2011 at 20:47
5
Solved
I want to read files from an azure blob storage (the files inside the folder), the blob storage contains many folders.
I want to read my folder 'blobstorage' ,it contains many JSON files performing...
Consist asked 3/4, 2020 at 7:38
5
During a PUT request, with the proper Authorization header, which creates a new BLOB, my process is getting a "404 Resource Not Found" error when I attempt to PUT a file into a container....
Banjo asked 9/8, 2013 at 2:51
2
I'm having issues with deploying my github code to azure storage via azure pipeline. It deploys via AZCopy, but it's going into a subdirectory, which I believe is the reason I'm getting a 404 since...
Thrum asked 30/7, 2020 at 16:19
4
Solved
Please can i know what the maximum file size to upload to the azure storage blob using uploadfile api.
Gibeon asked 3/2, 2012 at 11:15
2
Sometimes there are some messages in Azure Queues that are not taken in charge by Azure Functions and also are not visible from StorageExplorer.
These messages are created without any visibility d...
Frock asked 2/5, 2017 at 8:2
4
Solved
In the software that I am programming, I am attempting to create a virtual file system over the blobs structure of Azure.
Many times in the process, I get a path from the system and I need to tell...
Ephemera asked 8/2, 2012 at 7:33
2
Solved
I refer to Microsoft's Quick Start guide for Azure Blob storage client library v12 for Python. It details how to upload a blob but I want to delete a blob. This answer recommends using:
from azur...
Agree asked 17/11, 2019 at 12:36
2
Solved
I don't know if it's relevant, but I am using Java with the azure-storage-android-0.2.0.aar for the upload.
I can upload files to Microsoft Azure blob storage
CloudBlockBlob blob = container.getB...
Vaas asked 7/7, 2014 at 19:43
6
Solved
I am trying to create blob container in azure storage using python. I am using documentation provided by MSDN to integrate azure blob storage in my python program.
Here is the code:
connectStr = &l...
Sophiasophie asked 4/12, 2019 at 6:57
5
Solved
delete_blob() seems to delete only the files inside the container and from folders and subfolders inside the container. But i'm seeing below error in python while trying to delete a folder from con...
Cachexia asked 20/3, 2018 at 14:50
5
Solved
Azure has Storage accounts and Storage accounts (classic) in the Azure Portal.
What are the differences between them? Is there any reason to migrate from a classic storage account to a new storage...
Maimonides asked 16/9, 2015 at 21:40
9
Solved
I am building a power shell script to automate the setup of a website environment in Azure. This web uses an account storage. I want to the script not to create the account storage if exists.
I th...
Mendie asked 23/6, 2014 at 11:5
1
We're storing about 4 million files (4 TB or so) of miscellaneous files, mainly Word and PDF, in Azure BLOB storage. I'm looking to replicate this data in a different cloud for disaster recovery an...
Crossway asked 14/3, 2018 at 16:46
2
Solved
Is there a way of using a SAS (shared access signature) to access an Azure storage container from the CLI?
It's clearly possible using an account name and a key, or using a connection string. But...
Whisenhunt asked 4/8, 2016 at 16:18
2
I am trying to create an Azure Function in C# that regenerates storage keys. I'm struggling with finding the correct .NET library where I can authenticate and regenerate the keys.
The easiest way t...
Morell asked 25/2, 2021 at 11:28
10
Solved
I would like to copy a very large storage container from one Azure storage account into another (which also happens to be in another subscription).
I would like an opinion on the following options...
Debark asked 20/12, 2011 at 21:19
2
Solved
I'm trying to create a SAS URL for a blob storage container. I've tried multiple storage accounts and multiple methods of creating the SAS, and all of them give this result when I test the SAS URL ...
Phylloid asked 18/5, 2016 at 18:55
1
Solved
In Microsoft's documentation for user delegation key, it says:
A SAS token for access to a container, directory, or blob may be
secured by using either Azure AD credentials or an account key. A SA...
Prothalamium asked 4/5, 2021 at 4:35
11
Solved
I have setup Sever, database and Firewall Setting (Rule) In windows Azure. I Have added The IP In firewall setting which is populating under the Windows Azure Firewall Tab.
When I am trying connect...
Glucoprotein asked 17/12, 2011 at 8:50
6
Solved
it's my first time working with Azure Storage Explorer and I need to read some logs that is save into Azure Tables. The version of mine is 4
I read this reference http://msdn.microsoft.com/library...
Committee asked 23/4, 2014 at 9:47
2
Solved
I tried the Static website feature for Blob Storage in Azure and it is great!! Just copied my SPA static files (js, html, css, ...) and everything worked. Now to my question: how can I update the f...
Voleta asked 6/11, 2018 at 9:50
5
Our application stores files uploaded from our customers to blob storage. These files are exchanged between different parties (our customers and their suppliers). Is there a way to check the upload...
Talkfest asked 19/1, 2017 at 11:30
5
Solved
Is there way to track the file upload progress to an Azure storage container? I am trying to make a console application for uploading data to Azure using C#.
My current code looks like this:
us...
Brazzaville asked 16/1, 2014 at 23:48
1
Solved
I have an Azure Storage V2 account setup and I am trying to block TLS 1.0 and 1.1.
I have set the Minimum TLS version to 1.2 but when I test the storage account using SSL Labs or other tools to tes...
Tomboy asked 4/3, 2021 at 19:7
© 2022 - 2024 — McMap. All rights reserved.