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 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…
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…
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 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 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…
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
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…
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 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…
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…
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…
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…
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.
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?
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 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:…