Recovery for Accidentally Deleted Files in Azure Storage Account Linked to Azure ML Studio
The files are not visible in the deleted items or recoverable versions. We are aware that Azure may retain deleted data for a limited time and that there is a 14-day window for recovery. We are within that window and request urgent support to attempt…
Azure Blob Storage
Upload files/folders to an azure blob storage account using browser
I am looking for the most simple way to let a user upload data to a blob storage account. I know it can be done throught many different ways, like storage explorer, etc. But I was looking for a way without using any kind of tool/solution. I can access…
Azure Blob Storage
Evaluating BackupExec connection to Azure blob storage connection fails with BEMSDK E0009B3F
We're considering using Azure for cloud storage using BackupExec which we current use for disk to tape and disk to disk backups. Blob storage was set up and I have owner access to it. I'm new to Azure blob but did not see anything obvious. I tried to use…
Azure Blob Storage
How to disable on the TLS1.0 on the Azure Frontend blob storage server
We can see the server is also accepting TLS1.0 and TLS1.1, Can we disable this from server. We have configured in storage account settings to use “Minimum TLS” as TLS1.2. But can we get this blocked from server level as well.
Azure Blob Storage
RBAC on Storage Account
Hi Team, I am working with RBAC for Azure Data lake Storage/blob. I have a Microsoft Entra Security group with one user, who has - Reader Role at a Resource Group level Data Factory Contributor at a Resource Group Level Storage Blob Data Contributor at a…
Azure Blob Storage
bulk insert into azure sql from blob with sas says blob does not exist or don't have file access rights.
Can't bulk insert into azure sql from blob with sas says blob does not exist or don't have file access rights. I have created a container, in my azure sql db I have made a scoped credential with the secret from the container. I have then made an external…
Azure Blob Storage
how to assign rbac to different subscription?
I have blob storage in one subscription and AKS in another subscription. How do I assign an Storage Blob data reader RBAC to AKS using terraform?
Azure Blob Storage
Unable to index blob storage data with a search service
Following https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Tutorial-RAG/Tutorial-rag.ipynb I've set up my Azure AI Search service, and added its managed identity as a role assignment to the blob storage account under Storage Blob…
Azure Blob Storage

Azure Blob storage CORS Policy does not applying
Hello, I have set up Azure Blob Storage with a Private access level, and I am able to access the blob files by generating access tokens from my application. I have also configured CORS, but it's not working as expected. My goal is to ensure that…
Azure Blob Storage
Deleted storage account reappearing in subscription
I deleted 2 storage accounts in 2024. When checking Defender for Cloud, I saw recommendations related to these storage accounts. When checking the activity log, I saw that Microsoft Defender for Cloud Scanner Resource Provider deleted…
Azure Blob Storage
Azure Blob NFS for K8: Unable to see containers in azure storage account after pvcs are in bound.
I have kubernetes cluster in azure. For my application we want to use the azure blob nfs as pvc. Below is my storage class file. I configured pvc for it and added it to pod. PvC is in bound stage, pod is running fine and storage class is created but I…
Azure Blob Storage

az storage blob copy question
I used to be able to copy a vendor provided vhd file to a storage blob using a command like this: az storage blob copy start -u https://server.companyabc.com/samplefile.vhd -c copiedvhds -b sampleblob.vhd --account-name samplestorage1 --account-key…
Azure Blob Storage
How to read text from .doc and .docx files in Azure Blob Storage with Python?
Hello, Is there a way to read the content of .docx files—and more importantly, .doc files—stored in Azure Blob Storage directly in Python without having to download them locally? Handling .doc files locally can be quite cumbersome, so I'm curious how…
Azure Storage
Azure Blob Storage
Microsoft 365 and Office Word For business Windows
Why my frontend app get cors error while trying to download a blob with generated sas token?
Hello, i have a Node.js app and a blob container that is private.To get blobs i give to my client sas tokens that i am generating in this mode const sasOptions: BlobSASSignatureValues = { blobName, containerName:…
Azure Blob Storage

Uploading Blobs to Blob Storage from Databricks
I cannot submit files to my blob storage after making it not public. I have added my databricks IP and am using a SAS token to upload the blobs.
Azure Blob Storage
Azure storage account container access on browser
I am trying to find a best way to give access to users to files in the storage account without them installing azure storage explorer. I was hoping to them them access to the container that has all the files in it and they can access the files in…
Azure Storage Explorer
Azure Blob Storage

webhook enablement error
Hi, we have enabled to defender at blob storage level. We have assigned the eventgrid to capture the defender results in case of malware detection. We want to attach a webhook to eventgrid subscription to notify the malware errors in API. It throws error…
Azure Blob Storage
Microsoft Security Microsoft Defender Microsoft Defender for Cloud
Delete Azure Blob with Immutable Storage
I no longer need our immutable data but can't delete it for over a month from now. Is there a way to request to bypass that and delete the storage to save us money?
Azure Blob Storage
ADF storage event trigger pipeline is not triggered when file is SFTP to Azure Blob Storage.
Hi, I have a file coming from on-prem app through SFTP to Azure Blob Storage container. I set up an event storage trigger on my pipeline. However the pipeline is not getting started when the file (blob) created on Azure storage container through SFTP. On…
Azure Blob Storage
Azure Data Factory
Connecting Azure logic app with storage account to generate SAS URI
I am trying to connect to Azure storage account from Azure Logic Apps using Managed Identity to generate Delegation SAS for blobs. I have followed this documentation to create the workflow:…