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…
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…
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…
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…
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 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…
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…
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": { …
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 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…
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 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…
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…
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…
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…
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 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…
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 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…
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…