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…
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?
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…
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 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…
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…
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…
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…
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…
The remote server returned an error: (400) Bad
Our PIPELINE file process was running perfectly, but couple of days ago it started failing below it is copying sql data to .parquet format on Hot Storage, please let me know what to check. Failure happened on 'Sink' side.…
What is the data limit of Block Blobs? The articles say Block Blobs support 190.7TiB of data, while the video says up to 4.7TB; why using different units and which is the right number?
See screenshots of the article on top and the video on bottom Article Source: https://zcusa.951200.xyz/en-us/training/modules/explore-provision-deploy-non-relational-data-services-azure/2-azure-blob-storage Video Source (about 45s in):…
Resolving Access Issues: Azure Function App Proxy with Private Blob Container - Need Configuration Guidance
I'm seeking advice on how to configure my Azure Function App to properly authorize users and direct them to a Static Web App hosted in a private Blob Container. The goal is to ensure seamless access without enabling public access on the Blob…