Azure Blob Storage fails to authenticate: "Make sure the value of Authorization header is formed correctly including the signature"
Hi I am trying to upload a binary file (a blob for an excel file, actually) to my storage account but the client fails to authenticate under the error message: 403 (Server failed to authenticate the request. Make sure the value of Authorization header is…
Azure Blob Storage
How to download the stl files stored in a blob storage and attach these links in a SQL Database to directly download the stl files from the storage without giving access to other files
I want to attach the links of a stl files which are stored in a container and these links are attached in a SQL Database, so it can be given to my teammates for download a specific files mentioned in a SQL Database. Please let me know the method to…
Azure Storage
Azure Blob Storage
Automatic delete of old Azure Blob Container Versions
Hello, i have a problem/question. We have setup an Azure Blob Storage and Store there some data in containers. We also have enabled versioning and soft-delete 14days. Also we have setup lifecycle managment: { "rules": [ { …
Azure Blob Storage
Having issues with Azure Function App, which gives error if not run for a week
I have a azure function app. This function is executed when a azure app service makes a request. The azure function gets file from azure storage for processing. If the request is not made for a week, the function app gives error Object reference not…
Azure Functions
Azure Storage
Azure Blob Storage
Azure App Service

Azure Logic App - Overwrite Blob
When using "Create Blob" to write a blob from Logic App to Blob storage v2, I get the following error when there's an existing file in that location. { "status": 409, "message": "Another active upload…
Azure Data Lake Storage
Azure Blob Storage
Azure Logic Apps

Connection to Azure SFTP doesnt work using JSCH
Hello everyone, we are currently working with a cloud product that uses JSCH internally to connect to external sftp sources. Im investigating an connection reset exception that we are getting when trying to connect to azure sftp. Using wireshark…
Azure Storage
Azure Blob Storage

Unable to provision a network drive as Server Endpoint in Azure File Sync
I've provisioned Azure Files and have multiple shares in there. I want to sync the data in Azure Files to remote Windows Server. I've registered Azure Files & the Windows Server in Azure File Sync Service. When I tested synchronization for one of the…
Azure Files
Azure Storage
Azure Blob Storage

Synology to Azure
Hi I have set up cloud synch to Azure Blob container but I need the Azure blob files to go into Azure File shares, how do I do this as I can't see a quick way to do it? I have 1.6TB in Blob, that needs to move over to Azure File Shares TIA
Azure Files
Azure Blob Storage
Azure Blob Storage Streaming .mp4 Video
Hi, I'm planning to use Azure Blob Storage to host the .mp4 videos and to be played in mobile app with the daily active users of 200-500 per day. I'm just wondering if Azure Blob Storage can handle this request and how scalable it is. Or should we use…
Azure Storage
Azure Blob Storage
OpenAPI Spec files for Azure Bob storage APIs
Howdy, Following Azure Support suggestion (from twitter) asking here if anyone has/know a openapi spec file of the Azure's Blob storage REST API ? or any other azure API collection? We did find something similar at…
Azure Blob Storage
Blob Storage multiplle files
Hello Team, In a container there are 5 files are present.With the same column name.But the order of the column name are different among all the 5 files. FolderName : File1, File2, File3, File4, File5 When i run query in MS Sql server i…
Azure Blob Storage
SQL Server | Other

azure storage
You are designing a storage solution for a customer that will use Azure Storage. You are evaluating whether the customer needs a standard general purpose V2 storage account or a premium file shares storage account. Which requirement requires the…
Azure Files
Azure Storage
Azure Blob Storage
HOWTO download a file from a blob container using published AzureFunction
Im trying to download a file from azure blob container uzing already published azure function. Here is my code example: The function shall download file, given filename in HTTP request. The function executes without errors, howevever I receive 0 data:…
Azure Blob Storage
Getting very slow speed while downloading storage blob.
Hello, I am getting very slow speed while downloading the storage blob from Azure storage account. I am using .net core 3.1 web api application to download it and return it with api response. Following is the code. BlockBlobClient blockBlobClient =…
Azure Blob Storage
Redis import: "Not Found. There was no storage account called '<redacted>' in the Azure region 'Brazil South'"
Our automated Redis import started failing with this message: Not Found. There was no storage account called '<redacted>' in the Azure region 'Brazil South'. Our process is as follows: Generate a SAS url: sas_url=$(az storage blob…
Azure Storage
Azure Blob Storage
Azure Cache for Redis
Create Authorization Header with Shared Key using powershell to GET Blob
I am trying to access Azure Storage Blob using the below script but it fails with an error "MAC signature found in the HTTP request '********************' is not the same as any computed signature. Server used following string to sign: 'GET"…
Azure Blob Storage


How to set access permissions for azure blob path
https://learn.microsoft.com/zh-tw/azure/role-based-access-control/conditions-prerequisites Hello, How to set access permissions for azure blob path. Thanks.
Azure Blob Storage
app service has storage contributor role in blob storage, it is throwing AuthorizationPermissionMismatch exception
The app service has a storage contributor role in blob storage, it is throwing AuthorizationPermissionMismatch exception
Azure Blob Storage
Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud
Azcopy: copy file from local machine to Azure Blob not successful
Please I'm trying to copy file from my local PC to azure Blob storage which failling. below is the command used AzCopy copy "Source Dir" "Dest<SASURL>" /V:C:\pst\import.log /Y But i'm getting the output below INFO: Scanning... …
Azure Storage
Azure Blob Storage

For Azure Blob Storage, does .downloadToFile() only work locally?
Hello, I've been trying to download a file from my Azure Storage account using an Azure Function. As recommended in a post I made…