azure-storage Questions

2

Solved

I want to store a .NET object into Azure Blob Storage. Currently I serialize it into an XML file using TextWriter (episodeList is the object I want serialized): XmlAttributeOverrides overrides = ...
Ebullient asked 14/6, 2012 at 13:8

5

Azure provides shared access signatures ([1], [2], [3]) that can delegate access (read/write) to specific blobs/containers/tables/queues in an Azure Storage account using an access key generated th...
Kiker asked 10/10, 2013 at 22:41

4

Solved

In my application I need to use the Windows Azure services to store the data for that I am using this:http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-data-ios/ sdk for W...
Mozza asked 17/4, 2013 at 21:25

5

Solved

In my Azure C# function I need to read a .txt file. I make the .txt file in Visual studio and set it to "copy Always". Now I am using this code to read the file var dir = System.IO.Path.GetDirect...
Everyday asked 1/4, 2018 at 11:50

1

Scenario I create an eventhub on Jan 1st 2018. My eventhub retention period is set to be 1 day. I enable the "capture", leaving the default capture parameters of every 5 mins or 300 mb, feature ...
Married asked 22/10, 2018 at 10:33

2

Solved

In Azure, I have a Storage Account that I use to upload files from an IoT device. The files are sent when the IoT device detects certain conditions. All the files are uploaded to the same Blob Cont...
Panfish asked 3/8, 2017 at 0:45

6

Solved

I have a setup in azure with a bunch of resources combined in a resource group. I want my services to be located in west-europe, so all my resources are there (where possible) I just noticed that ...

3

Solved

I am trying to put a blob with Azure rest api. i made a "GET" request successfully but i had issues with "PUT" request. When i try to make "PUT" request i get a 404error (i have seen same post in s...
Araucaria asked 24/1, 2017 at 13:49

8

Solved

I'm trying to create a utility to download file from the internet and upload it again to Azure blob storage. Blob containers already created well; But for some reason i'm getting "Bad Request 400"...
Langham asked 28/6, 2014 at 19:34

3

Solved

I am able to restrict access to a blob container or to particular file using SAS token, But I'm not able to generate SAS token at folder level in Azure Blob Storage. Is there a way to provide acce...
Berey asked 20/9, 2018 at 8:28

2

Azure Storage Account name length restriction throws a wrench in what could be something easy. Being able to name my resources per tenant, like rg{tenant-guid} for a resource group, or fa{ten...
Frederiksen asked 6/1, 2021 at 17:7

3

Solved

I have some images in a local folder on my windows machine. I want to upload all images to the same blob in the same container. I know how to upload a single file with Azure Storage SDKs BlockBlob...
Palazzo asked 9/11, 2018 at 14:31

16

Solved

I have a blob container in Azure called pictures that has various folders within it (see snapshot below): I'm trying to delete the folders titled users and uploads shown in the snapshot, but I k...
Substage asked 11/1, 2016 at 17:43

3

Solved

I am getting duplicate messages from Azure Storage Queue. I am sure that my function is getting executed only once as I am logging the message in the database in the same function. After clicking o...
Prosperus asked 24/8, 2020 at 7:5

11

Solved

I was playing with Windows Azure durable virtual machines. In the end, I deleted the virtual machine (successfully) and tried to delete the associated storage account. The request to delete the st...
Hem asked 10/6, 2012 at 13:17

6

Solved

Does anyone know the proper way to query azure table storage for a null value. From what I've read, it's possible (although there is a bug which prevents it on development storage). However, I keep...
Neocene asked 19/11, 2010 at 19:5

6

I have the following line of code: from azure.storage.blob import BlobServiceClient I get the following error: from azure.storage.blob import BlobServiceClient ImportError: cannot import name '...
Highspeed asked 8/11, 2019 at 14:27

3

Solved

With the announcement of Azure Storage support for Azure Active Directory based access control, is it possible to serve a blob (a specific file) over a web browser just by it's URI? The use case ...

6

Solved

In our application we give the user the abilty to upload a document to a windows azure blob storage account. After uploading the document or image it gets assigned some url (https://name.blob.core....
Kaleighkalends asked 4/8, 2012 at 4:41

7

Solved

I'm trying to figure out how to move a file in Azure File Storage from one location to another location, in the same share. E.g. source -> \\Share1\someFile.txt destination -> \\Share1\Foo\...
Mesoglea asked 19/9, 2016 at 14:3

10

Solved

I copied a container to another storage account based on the document linked below. (DataLake Storage Gen2). When trying, I got the following error: this request not authorized to perform this op...
Embodiment asked 9/3, 2020 at 14:20

3

Solved

Having the need to store and access blobs which type of storage account is the most appropriate? Both types (general purpose and blob storage) seem to support blobs and in addition to this general ...
Accentor asked 24/5, 2017 at 16:35

5

Solved

I've been using Azure Storage Explorer for a few years without any problems. This morning I opened it and was told that I needed to reauthenticate, so I clicked the Reauthenticate now link. This wi...
Ubangishari asked 1/10, 2021 at 7:42

3

Solved

I'm moving a cloud application to Azure cloud and need to decide which storage type to use. The stored files will mostly be images and occasionally a .pdf file. The only operations to be done, are ...

3

We're just getting started with Azure Storage. In our scenario we upload to private blobs that we later need to access directly from our client app, e.g. images. Is there a way to address private ...
Adhesion asked 3/11, 2017 at 8:0

© 2022 - 2024 — McMap. All rights reserved.