3,023 questions with Azure Blob Storage tags

Sort by: Updated
0 answers

Fetching user-delegation SAS from an application hosted on external environment using service principal

I have been trying hard these days to architect a secure solution to consume data from storage accounts and I have came up with a solution that I think is fool-proof and matches the best practices, let me know if you think this approach to be faulty in…

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,317 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 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,833 questions
asked 2025-01-14T10:16:50.4033333+00:00
Najam ul Saqib 360 Reputation points
1 answer

What's the best practice to expose static files from storage account without anonymous access?

Hi, So I have a case where I see multiple storage accounts with anonymous access enabled on container level; the thing is it comes up as a security issue that the anonymous read access is enabled but after all the files in there are just static files…

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,317 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 questions
asked 2024-10-30T12:41:20.1633333+00:00
Najam ul Saqib 360 Reputation points
commented 2025-01-13T16:52:47.8366667+00:00
Najam ul Saqib 360 Reputation points
1 answer

How to consume Azure storage account on a web app hosted outside Azure?

If I have a storage account on Azure that holds data of users on an external web application, how can I use it on frontend? I cannot use anonymous access because the data is not public. Each user on the web app has its own data, like user A on the web…

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,317 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 questions
asked 2024-11-19T06:34:42.1366667+00:00
Najam ul Saqib 360 Reputation points
edited the question 2025-01-13T14:41:57.1766667+00:00
Najam ul Saqib 360 Reputation points
1 answer

Data Transfer from external HDD to the cloud.

strong text I am a NOOB to Microsoft Azure. I was looking for a good platform to rent online storage space to backup my external HDD. I need 500 GB. I created my storage acct. Can any virtuosi out there simply explain a step by step walkthrough on how…

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,317 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 questions
asked 2021-06-14T12:28:59.567+00:00
theinfiniteenigma 1 Reputation point
edited a comment 2025-01-13T13:49:59.4166667+00:00
jackson 0 Reputation points
1 answer

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,314 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 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
answered 2025-01-13T10:20:02.3066667+00:00
Pinaki Ghatak 5,560 Reputation points Microsoft Employee
0 answers

Azure Storage billing for deleted containers

This question is related "Azure Storage billing for deleted blobs" but with a twist. I have Azure Blob Storage with "Blob soft delete" enabled for 14 days. However, "Container soft delete" is disabled. Now I have a use case…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 questions
asked 2025-01-13T08:17:02.04+00:00
Thomas Mueller 0 Reputation points
commented 2025-01-13T09:29:43.36+00:00
Nandamuri Pranay Teja 160 Reputation points Microsoft Vendor
1 answer

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,023 questions
asked 2025-01-11T19:38:12.96+00:00
Amanda Costa Spolti 0 Reputation points
commented 2025-01-13T08:50:32.9866667+00:00
Vinod Kumar Reddy Chilupuri 2,150 Reputation points Microsoft Vendor
1 answer

Read AppServiceConsoleLogs and push to Blob Storage container/table

Hello Team, we have a webapp python Django based. We are generating custom logs for user actions using code below. Settings.py: LOGGING = { "version": 1, "disable_existing_loggers": False, "formatters": { …

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,526 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,303 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,154 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,039 questions
asked 2024-11-20T09:31:14.9233333+00:00
BalaKrishna Mahamkali 0 Reputation points
commented 2025-01-13T08:16:50.2066667+00:00
BalaKrishna Mahamkali 0 Reputation points
2 answers

I am getting billed 2000 INR credits everyday for using blob storage resource

I am getting billed 2000 INR credits everyday for using blob storage resource

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 questions
asked 2025-01-13T03:21:05.2966667+00:00
Niharika Siddana 0 Reputation points
answered 2025-01-13T07:06:13.9866667+00:00
Vinod Kumar Reddy Chilupuri 2,150 Reputation points Microsoft Vendor
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,314 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 questions
asked 2025-01-08T22:21:37.0466667+00:00
Matthew Barrett 116 Reputation points
edited a comment 2025-01-13T04:00:18.01+00:00
VenkateshDodda-MSFT 23,441 Reputation points Microsoft Employee
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,023 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,154 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,833 questions
asked 2025-01-03T10:33:55.9233333+00:00
Chris W 0 Reputation points
commented 2025-01-13T03:18:26.2433333+00:00
Shree Hima Bindu Maganti 1,785 Reputation points Microsoft Vendor
2 answers

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,023 questions
asked 2025-01-03T21:20:43.35+00:00
Jacob Nguyen 0 Reputation points
commented 2025-01-13T02:52:28.8566667+00:00
Vinod Kumar Reddy Chilupuri 2,150 Reputation points Microsoft Vendor
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,023 questions
asked 2025-01-08T09:34:59.23+00:00
Pavlidis, Vasileios 20 Reputation points
commented 2025-01-13T02:39:42.95+00:00
Vinod Kumar Reddy Chilupuri 2,150 Reputation points Microsoft Vendor
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,023 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,023 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,102 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,023 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,845 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
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,341 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,317 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 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
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,023 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

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,314 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,023 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,023 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,102 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