Category "azure-storage"

Unable to create container in Azure Storage via ARM Template

Using arm templates, I am able to create a storage account, queues, file services. But the azure devops task fails when I also try to create container. "resou

How to secure the attachment URL getting from cloud services

I have an angular form where the user is uploading the attachment. On uploading, the attachments are stored in the Azure Storage Account. In return, I am receiv

Azure Blob Storage SDK v12 - BlobClient DownloadAsync gone?

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 v1

Listener for Azure function was unable to start error while running Azure function app locally. How to solve this?

I have one Azure function app. I am trying to run that locally but getting the below error. I have the storage emulator up and running. Storage emulator status

Is it possible to list files in a dir with Azure storages

I'm using Django and django-storages[azure] as backend. But i can't to find out to list dir the files instead I have to use snippets like this: block_blob_servi

Is it possible to list files in a dir with Azure storages

I'm using Django and django-storages[azure] as backend. But i can't to find out to list dir the files instead I have to use snippets like this: block_blob_servi

Azure Storage restrict access one container only

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 a

Unable to open file stream for given path error with MSGraph SDK

I have a web app I wrote in JS. There is a form that allows file upload, which is then handled by PHP. I have an account already, and I've registered an applica

Azure Storage Account file details in a table in databricks

I am loading data via pipelines in ADLS gen2 container. Now I want to create a table that has details that when the pipeline start running and then completed. l

Change the API Version of the Azure Storage API

I'm trying to deploy a function app which downloads a file from an azure storage account. Locally when I run the code it works fine with API Version 2020-10-02.

Install for Azure Storage Explorer on Mac (Catalina) is not working

I am trying to install the Azure Storage Explorer on my Mac (MacOS Catalina, Version 10.15.1). As per this documentation (https://docs.microsoft.com/en-us/azure

Running .NET 6 project in Docker throws Globalization.CultureNotFoundException

I have upgraded API project from .NET 5 to .NET 6 successfully and running fine when executed locally (without Docker). I have also updated the version in Docke

Azure Storage Emulator fails to init with "The database 'AzureStorageEmulatorDb57' does not exist"

I am having an issue with Azure Storage Emulator. I tried to re-initialise the database and got the error below. This was after installing Visual Studio 2019

Download blob using Azure Blob storage client library v12 for .NET

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

.NET ShareFileItem properties null for Azure File Share

I am trying to create an azure function that'll clear down files older than a certain age, but when I access the properties of the file they are all null, what

error importing 'BlobServiceClient' from 'azure.storage.blob'

I have the following line of code: from azure.storage.blob import BlobServiceClient I get the following error: from azure.storage.blob import BlobServiceCli

StorageError: This request is not authorized to perform this operation

I have deployed a nodejs program intp an azure webapp, this program expose an api to save blobs into azure storage account. the program work fine on localhost,

Azure Storage Table complex query

I am trying to query Azure Table which has column property such as Azure Resource Name, Blackoutperiodstartdate, Blackoutperiodenddate having Partition Key set

Accessing Azure Blob via a Registered App Using Tokens

I'm new to Azure and I'm struggling to get a simple demo working. I'm trying to write a daemon client that accesses a blob. The access must be via a registered

Delete All Azure Table Records

I have an Azure Storage Table and it has 3k+ records. What is the most efficient way to delete all the rows in the table?