3,020 questions with Azure Blob Storage tags

Sort by: Updated
0 answers

Load H5 file saved in Blob Storage

Hi all, I am trying to load my model from file I saved in Azure blob storage. This is the function that downloads the file to my local machine: def download_weights_to_temp_file():     """     Downloads the model weights from Azure Blob…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2025-01-11T19:38:12.96+00:00
Amanda Costa Spolti 0 Reputation points
1 answer

Azure Blob Storage stageBlock: Return contentMd5 as a header

So I noticed that that the only way to get checksum validation on large files is to supply contentMd5 before upload on a particular block. I don't have the block checksum before I upload the block. I'm trying to transfer the data from cloud to cloud. I'd…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2025-01-03T21:20:43.35+00:00
Jacob Nguyen 0 Reputation points
commented 2025-01-10T23:01:14.7766667+00:00
Jacob Nguyen 0 Reputation points
2 answers

Can a blob in a public Azure container be accessed only via SAS token?

I have a public container, and I want certain blobs to be accessible only through a SAS token. Even after generating a SAS token, the blob remains accessible via the public URL. Is it possible to restrict access to just the SAS token while keeping the…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2025-01-10T18:05:45.6933333+00:00
Ameen 0 Reputation points
answered 2025-01-10T19:52:08.4733333+00:00
Keshavulu Dasari 2,835 Reputation points Microsoft Vendor
1 answer

How to fastly upload files to Blob Storage

Hi, In have to automatically upload files to a Blob Storage, from a Virtual Server. I've heard about mounting a device of the virtual server directly to a container in a Storage Account, so I wonder which is faster: An onprem process stores files in…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,099 questions
asked 2025-01-07T18:02:48.7133333+00:00
Jona 495 Reputation points
commented 2025-01-10T18:42:43.0733333+00:00
Keshavulu Dasari 2,835 Reputation points Microsoft Vendor
1 answer

Pricing of Azure Blob Storage on Temporary Data

I plan on using Azure Blob Storage to upload images which will then be run by Document Intelligence. Once these images are processed, I plan to delete them right away. I have already calculated the costs for using the Document Intelligence service, but I…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,842 questions
asked 2025-01-08T18:13:50.8+00:00
Marques Chacon 40 Reputation points
commented 2025-01-10T18:25:09.9266667+00:00
Keshavulu Dasari 2,835 Reputation points Microsoft Vendor
0 answers

How to use Azure App Service Auth in web app to control blob access

Hi, hoping someone can help me with some gaps in my understanding of how to use the azure app service authentication component. I'm trying to write a simple web app (in this case python) that allows a user to login, chose a container and upload a blob.…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,141 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,801 questions
asked 2025-01-03T10:33:55.9233333+00:00
Chris W 0 Reputation points
commented 2025-01-10T17:37:11.2166667+00:00
Shree Hima Bindu Maganti 1,620 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Azure Blob Storage Archive Tier for Backup and Restore

Hi, We want to back up historical files to Azure Storage. We rarely use this data, so it’s not an issue if restoration takes time. I think Azure Blob Archive tier might fit our requirements. Could it be confirmed whether the same data structure can be…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,339 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,311 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2025-01-10T10:48:08.6733333+00:00
MJ-1983 406 Reputation points
accepted 2025-01-10T14:24:51.0066667+00:00
MJ-1983 406 Reputation points
0 answers

Azure trigger function app in Python unable to read data in a storage account

My function uses Python and a bicep template to create a resource group and static site storage account and it copies data from a blob storage account to the $web and images containers. CORS and managed identity are configured but, I'm getting 404…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,303 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2025-01-08T22:21:37.0466667+00:00
Matthew Barrett 116 Reputation points
commented 2025-01-10T14:16:34.6+00:00
Matthew Barrett 116 Reputation points
1 answer One of the answers was accepted by the question author.

Speed up the streaming of a Pvz from a container in the blob storage to an AR experience made eith vuforia studio

Hello, I would like to know if there is a way to speed up the streaming of a pvz file. This file is fetched from a blob container by an AR app made with Vuforia Studio. Thanks in Advance

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2025-01-08T08:12:01.3166667+00:00
Fran_AR 20 Reputation points
accepted 2025-01-10T09:48:54.2566667+00:00
Fran_AR 20 Reputation points
1 answer One of the answers was accepted by the question author.

How can I check if a blob is client-side encrypted through the azure portal?

There is an issue with my team that caused some files to be corrupted or encrypted unexpectedly. While testing fixes, I was unable to find documentation on how exactly client side encryption is detectable in the blob metadata. The documentation on client…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2025-01-08T09:34:59.23+00:00
Pavlidis, Vasileios 20 Reputation points
commented 2025-01-10T09:27:45.7866667+00:00
Pavlidis, Vasileios 20 Reputation points
0 answers

Blob triggered Azure Function not executed when Blob is uploaded by certain user. The Blob Created Event is matched and delivered as expected.

I have set up an Azure Function that is triggered by Blob Create Events via an Event Subscription. When I upload a file to the container, the Blob Creation Event is published, matched and delivered, also the Function is invoked and the file gets…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,303 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
413 questions
asked 2025-01-10T08:50:46.8366667+00:00
Nico Kestel 0 Reputation points
1 answer

Azure Function Blob Storage Trigger

Hi There I have built and deployed an Azure Function (Python V2, consumption plan) that runs with a blob storage trigger. Assuming the function runs without errors, which is does, is delivery for every blob guaranteed? After running tests over the last…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,303 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2023-09-28T05:34:49.8266667+00:00
Nic Markram 30 Reputation points
commented 2025-01-09T16:36:59.16+00:00
Le, Nghia 0 Reputation points
2 answers

ADF dataflow not writing blob but no error

We have a Azure Data Factory dataflow that is supposed to write a single blob with a path and name as given in a data column. This is working in some parts of our system, but appears to have a sneaky bug. It runs and reports that thousands of rows were…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,099 questions
asked 2025-01-07T16:25:10.6266667+00:00
Moyer, Todd 85 Reputation points
answered 2025-01-09T16:08:12.05+00:00
Moyer, Todd 85 Reputation points
2 answers

Cannot delete a container with an immutable policy but no blobs in it (Azure Portal)

Hi I created a Container Immutable policy for 1 day and locked it. There were blobs in it and after 1 day the immutability expired and I deleted all the blobs, there are only folders in the container. Now I cannot delete the folders or the container…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2024-12-12T13:47:09.2+00:00
besian 0 Reputation points
commented 2025-01-09T15:40:25.5+00:00
Hari Babu Vattepally 1,365 Reputation points Microsoft Vendor
2 answers

Changing ADF Trigger changes Advanced Filters in Container Blob EventGrid

Hi, I am using SFTP in a Storage Container set up with an EventGrid that triggers an ADF pipeline when a new file is uploaded to the container. My event grid subscription is set to the filters values you can see in the first attached image. With the…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,099 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
413 questions
asked 2024-12-04T15:07:23.4833333+00:00
Luis Chaves Rodriguez 0 Reputation points
edited a comment 2025-01-09T05:23:15.6666667+00:00
phemanth 12,895 Reputation points Microsoft Vendor
3 answers

Can I download a file from Azure DevOps using the Curl command

I would like to download a file from Azure DevOps repo using the "curl" command. Here is the command I use: The syntax I use is: curl https://hc-it-ops.visualstudio.com/_git/WebSphere/Repo/Files/windows_test.yml ... and I get the error…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,339 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2024-10-11T21:54:56.43+00:00
Greg Smith 1 Reputation point
commented 2025-01-08T23:52:35.1066667+00:00
Benedikt Müller 0 Reputation points
2 answers

Host instance 'xxx' failed to acquire host lock lease: Azure.Core: Name or service not known (xxx.blob.core.windows.net:443).

I am trying to deploy to my Azure function app. The app will not update with our new code. In the app logs, it gives me the above error with no explanation as to why it is happening or what process is triggering the error.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,303 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,311 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2025-01-06T21:44:47.59+00:00
Tyler Suard 105 Reputation points
commented 2025-01-08T16:45:19.4133333+00:00
Tyler Suard 105 Reputation points
2 answers One of the answers was accepted by the question author.

Can i recover blob file from Azure Storage blob in container, if soft delete is not is turned on

ive accidentaly deleted nessecery file (.xlsx extension), is there any way to recover it?

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,521 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
656 questions
asked 2025-01-08T14:57:17.2866667+00:00
Bibel, Wojciech (BSS) 20 Reputation points
accepted 2025-01-08T15:56:52.2033333+00:00
Bibel, Wojciech (BSS) 20 Reputation points
1 answer

Parallel Writing of Data to ADLS Delta Storage Causes "The specified path already exists.", 409, PUT" Error

I have a Spark (Spark 3.1.2, Scala 2.12) application that reads json records from a table. The records are distributed across cluster executors. In the application, I have used foreach function to loop through the records in the table. For each record,…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,311 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,298 questions
asked 2023-11-06T19:54:40.9533333+00:00
Orowole, Ayebogbon-XT 0 Reputation points
answered 2025-01-08T14:00:23.99+00:00
Vidhya Sagar Karthikeyan 396 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Blob Lifecycle Management Rule Not Deleting Blobs as Expected

Hello Azure Support Team, I have configured a lifecycle management rule in my Azure Storage account to delete blobs based on their creation date. The rule is set up with the following configuration: Blob Prefix Filter:…

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
271 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,311 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,020 questions
asked 2024-10-24T12:39:06.6533333+00:00
Luana Chavez 20 Reputation points
commented 2025-01-07T18:33:20.8666667+00:00
Santosh Chandwani 0 Reputation points Microsoft Employee