If two or more metadata headers with the same name are submitted for a resource would the blob service return 200 or 400?
According to https://zcusa.951200.xyz/en-us/learn/modules/work-azure-blob-storage/5-set-retrieve-properties-metadata-rest - If two or more metadata headers with the same name are submitted for a resource, the Blob service returns status code…
Front Door and CDN with blob storage compression doesn't work
I set up a storage account (StorageV2 (general purpose v2)). A container with access level of anonymous read for blobs only, I can then use a web browser to hit the blob endpoint and get it returned in raw form. Response Headers: Setting up a new…
Cloud functions - Host instance 'xxxxxxxxxxxxx' failed to acquire host lock lease: Azure.Storage.Blobs:
I have a function app attached to a storage account with 3 functions with timer triggers that randomly stopped working since last month. Any pointers to troubleshoot? Log stream pasted below --------------------------------- …
I have deployed an application in azure web app service. But while accessing the url i am getting application error .
I have deployed a containerized application in azure web app service. The deployment was successful .But while accessing the url, the webpage is displaying application error . The error says : The resource was not found, it may have been deleted. If…
Azure Blob Storage Reservation exchange
I have a reservation of 5 instances of Azure Blob Storage Cool GRS data 1 pb for 3 years term in west us region. I want to check 2 scenarios: Can I exchange it to 1 year term? Can I change the region, so the reservation will be for west us 2…
How can I obtain or create encryption scopes for an Azure storage account by using dotnet?
This document details the operations on encryption scopes. https://zcusa.951200.xyz/en-us/rest/api/aiservices/accountmanagement/encryption-scopes/get?view=rest-aiservices-accountmanagement-2024-10-01&tabs=dotnet#examples However, I'm not…
How to fix error in ssl handshake when use "azure::storage::cloud_blob_client get_container_reference" in arm enviroment
when it ran on the arm , an exception was thrown, which is " Error in SSL handshake".
Impact of Soft Delete Restoration on Blob Timestamps in Azure Blob Storage
Given that Lifecycle Managment Policy and soft deletes are both enabled and configured in an Azure Blob Storage account, I want to restore a soft-deleted blob that was deleted by Lifecycle Management Policy. When the blob is restored, will its last…
Connections to storage account endpoint were blocked due to insufficient permission in the oAuth token presented
Hi, Connections to storage account endpoint were blocked due to insufficient permission in the oAuth token presented Some requests to the storage account fidroxamsdocument were blocked as the permissions presented in oAuth bearer token were not…
Azure Blob Storage: Cost Implications for Soft-Deleted Data in Hot and Cool Tiers
I have enabled soft-delete for 60 days on my Azure storage account. I deleted 50 GB of blobs in the Hot tier and another 20 GB in the Cool tier. How will the charges be applied to the deleted data storage? Will the first 50 GB be charged at the Hot tier…
Azure Blob Storage Container Files
Hi, Is their a way to monitor a blob storage container has received a file and then also monitor if the file is in archived folder once it has been processed?
Document Intelligence Studio - Failed to access Blob container
We are facing this issue within load projects in Document Intelligence Studio. The strange thing is that this error appears randomly and not always. The CORS settings for storage are set according to the documentation.
Azure Confidential Ledger Basic SKU
We have been trying to create an Azure Confidential Ledger with Basic SKU through the Portal and keep getting an error: [{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location…
Azure development issue
issues are regarding the Connection(in Azure function app) using the GRPC port in Weaviate DB Instance, after we have setup the SSL cert. for the Instance
Rewrite Rules Azure front Door to Blob Storage Origin
Hi, I have an issue with the rewriting of url rules for requests incoming on azure front door to origin blob storage. Below my azure front door rewrite rule configuration. And when use try to access to the blob using the front door endpoint …
Functions Request Body Limit - App setting not working
Hello, currently I have an API that takes in POST requests containing files, and uploads them to my Azure Blob Storage account. The issue is that when the files are bigger than 100MB, then the files do not upload. I am aware that by default the limit to…
Dataverse to Azure Blob Storage
Hello, I am currently using Microsoft Dynamics 365, and all my documents are stored in Dataverse. I would like to migrate all existing documents to Azure Blob Storage (or Azure File Storage, based on recommendations) and continue using this solution for…
How to isolate SFTP home directories with Azure Blob Storage
Is there a way to constrain SFTP local user to their home directory in a shared storage container? In my limited understanding I thought the approach might be Create new home directory with ACL permissions rwxrwxrwx. Create new user with that home…
System.ArgumentNullException: Empty request body (Parameter 'Body') Status: 409, ErrorCode: BlobArchived
Retry #1 after 5 due to RequestFailedException: This operation is not permitted on an archived blob. Status: 409 (This operation is not permitted on an archived blob.) ErrorCode: BlobArchived The blob you are trying to access has been archived does…
How to ensure Managed Identity access from Function App to Blob Storage?
Hi All, I have been banging my head against the wall over this all day, and would like to know if anyone has come across this before. I have a function app that is attempting to upload a file to a blob storage container. It has a system assigned…