migrating a azure blob storage one subscription to another in same tenant and in same region
Does migrating an Azure Blob Storage account from one subscription to another, within the same tenant and region, incur any cost? If there is no cost, is there any official Microsoft documentation that confirms this?
Azure Blob Storage
Can I mount standard blob storage in Kubernetes?
In the Blob Storage documentation (https://learn.microsoft.com/en-us/azure/aks/azure-csi-blob-storage-provision?tabs=mount-nfs%2Csecret#create-a-persistent-volume-claim-using-built-in-storage-class) there is an example how to mount Blob Storage as NFS in…
Azure Blob Storage
Blob Storage
Hi Support Team, I'm looking to use Azure Storage Explorer to download a full folder or an entire container. Does Azure Storage Explorer have support for this? Because I want to save backup offline. I'm looking forward to your feedback. Sincerely,
Azure Blob Storage
Azure Blob Storage not being able to Authenticate "Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature."
Hello, I m trying to do a GetFile operation, and my SAS token is failing to authenticate with this error. ('Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the…
Azure Blob Storage
how to limit azure blob upload size via SAS
I'm working on a website that allow users to upload files. I want file size limit below 100mb. When i'm signing SAS, I didn't find any param or option about it. Nobody want the bad guy upload a 100TB file and destory my website. So, how can I do that?
Azure Blob Storage
Concurrent put object and delete non-recursive directory request behaviour in ADLS Gen2
Hello, Considering the below flow: Two different processes execute these two requests simultaneously. Both of them return 200. However, even if the PUT request is successful, the file is not present in the blob storage. It means that the file is deleted…
Azure Blob Storage
move files and folders between Azure files and Blob container on certain life cycle policy
Is it possible to transfer files and folders from the Azure file share to the same storage account's Blob container Archival Tier on a specific life cycle policy? If anyone come across this scenario, could share document link that really helps and…
Azure Files
Azure Blob Storage

Unable to access StorageBloblogs data via Log Analytics API via Postman
Successfully accessed Storage Blob logs through the Logs option in Azure Default Workspace by enabling Diagnostic Settings. The storagebloblogs table was queried using KQL statements. However, retrieving the same data via the Log Analytics API using…
Azure Blob Storage
Azure Storage Account endpoints advertises TLS 1.0/1.1 and 3DES cipher — is this a vulnerability?
I ran an sslscan against my Azure Storage Account endpoints and noticed that it advertises support for legacy protocols (TLS 1.0, TLS 1.1) and weak ciphers like TLS_RSA_WITH_3DES_EDE_CBC_SHA However, I’ve already enforced TLS 1.2 at the storage account…
Azure Blob Storage
I am unable to upload a file using azure-blob js sdk given a sas token
When trying to upload via JS, I get this error: RestError: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:a441c1f7-001e-0021-2b0b-bad5b1000000 Why? Here is…
Azure Blob Storage
The copy blob operation never finished
Hello! I am copying a VM disk snapshot to Blob Storage using an HTTP action in a Logic App. The code view is: "type": "Http", "inputs": { "uri":…
Azure Blob Storage
Azure Blob Storage for Backup
We are a technical company exploring the use of Azure Blob Storage as a solution for daily cloud backups of our customers’ data. We are interested in understanding the following:* Architecture & Strategy: What are the best practices for…
Azure Blob Storage
Unable to Retrieve StorageBlobLog Data via Log Analytics API with Postman
Successfully accessed Storage Blob logs through the Logs option in Azure Default Workspace by enabling Diagnostic Settings. The storagebloblogs table was queried using KQL statements. However, retrieving the same data via the Log Analytics API using…
Azure Blob Storage
azcopy to a container in a different resource group does not work?
I am trying to azcopy data to a container located in a different resource group. This blob/container has the correct whitelisting of the IP from the VM requesting the transfer, and the user associated with azcopy login is credentialed as a storage blob…
Azure Blob Storage
AzCopy command
Hi all, is there command to getting totally copied blobs on Azure Container and Last blobs/Files copied? I have 2 million items(files) formatted in *PDF, Word, located on local Drive, I need to know how many successfully files copied on my Azure…
Azure Blob Storage
SFTP Blob Storage randomly stops working.
SFTP Uploads randomly failing after they have been working for the better part of a day.
Azure Blob Storage
Moving from LRS->ZRS got "Redundancy update to 'Zone-redundant storage (ZRS)' failed" due to Change feed is enabled
however, the change feed field is checked (enabled) but in grey and I cannot change it The account includes containers. The account kind: StorageV2 (general purpose v2)
Azure Blob Storage
409 Error when using AzureBlobClient Upload in client side of Blazor Server App
Hello, In the client side of a blazor server app I am attempting to upload a file to Azure Blob Storage and receiving a 409 error. I have tried to setup a user delegation key for best practice but to simplify things as much as possible for testing and…
Azure Blob Storage
Fail to connect via Python SDK to Azure Blob Storage connection found in Azure AI Foundry project
I am trying to access via Python SDK my Azure Blob Storage container from a connection that I have created in my Azure AI Foundry project. I am using the below script to do that but I get ResourceNotFound error: self.project =…
Azure Blob Storage
Unable to transfer the data from on-premises to Azure storage container with AZCopy
I have installed AZcopy V10 on my Windows system. I executed the command azcopy copy "<local-folder-path>" "https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>" --recursive=true to…