Downloading and Managing Azure Function App Files via API
Hi everyone, I am working on a new feature for our system and need to retrieve and download all the files in Azure Functions through the API. Initially, I used the URL: /subscriptions/{subscriptionId}/providers/Microsoft.Web/sites to get the list of…
trying to send data from event hub to blob storage via function app
Subject: Issue with Epoch Receivers While Streaming Data from Event Hub to Blob Storage via Azure Function Hi Azure Support, I am experiencing an issue with my Azure Function that is triggered by an Event Hub and streams data to Blob Storage.…
About billing. I have an extraordinary storage Blob invoice and I don't understand why and how to fix this
I use formrecognition And I'm not supposed to use Blob. How to see the Blob content and why I have huge cost on Blob storage ? Thank you for your help Antoine
Modifying SFTP container directory permissions via ACL
Hi, I have setup up an SFTP service over Azure blob storage for a data vendor. The container has three folders - inbound, outbound and archive. From the portal I can give the permissions (READ, WRITE or LIST) to a local user for the whole container which…
Can we buy 'Blob Storage Digests Backed by Confidential Ledger' and create ACLs in available region via the CSP model?
I am a partner with a CSP subscription, and I need clarification on the following: Is it possible to purchase "Blob Storage Digests Backed by Confidential Ledger" through the CSP model? Can I create an Access Control List (ACL) in any…
Error with BlobContainerClient.CreateIfNotExists()
I'm encountering an error while attempting to create a container with the following code: Uri accountUri = new Uri(containerEndpoint); BlobServiceClient serviceClient = new BlobServiceClient(accountUri, new…
Cannot backup SQL server db with private endpoint link to azure blob storage
Hello, As I have mentioned on above title, we are trying to backup our database to blob storage using publicly available Runbook from run book gallery (Backup Azure SQL Databases to Blob storage Runbook by josegomera). We were able to get the backup up…
How is Estimated monthly cost by transaction calculated? What is being counted and what price is being multiplied by?
How is transaction cost is calculated for Blob tiers/30days?
Encountering an issue while collecting billing data using the Azure Blob SDK, where the stream seems to be forcibly closed after processing a specific number of records.
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-download-java#download-from-a-stream I am in the process of transitioning to the Azure CSP Billing Data API and have implemented data collection functionality using the Azure Blob SDK, as…
Error Saving Artifacts to Blob Storage (MissingRequiredHeader)
I'm deploying an MLflow server on Azure using a Docker image. The MLflow server URL is accessible, but I'm encountering an issue when trying to save artifacts in Azure Blob Storage. I receive the following error: requests.exceptions.HTTPError: 400 Client…
AzCopy Security Mechanism
Hello Experts, I couldn’t find much information related to AzCopy security best practices, particularly around encryption in transit and at rest, TLS certification, secure protocols, etc. I would greatly appreciate it if you could share or direct me to…
Azure Blob storage unauthorized 403 while access from app service
We have multiple backend APIs hosted on Azure web app under same plan. All APIs have same outbound ips, and all these APIs enabled access restriction, these APIs only accessible within the api gateway. We have blob storage, we have also enable…
Cannot bulk load because the file "1427664189517725696/export-705810599278007420.tmp" could not be opened. Operating system error code 5(Access is denied.).
Cannot bulk load because the file "1427664189517725696/export-705810599278007420.tmp" could not be opened. Operating system error code 5(Access is denied.). This error occurs when I try to run bulk insert query. This was working a few days back…
Your translator resource must have "Storage Blob Data Contributor" role in the Azure Blob storage account to run document translation jobs
I keep getting the following error when selecting my Azure Blob storage account when using the translator tool in language studio: {Your translator resource must have "Storage Blob Data Contributor" role in the Azure Blob storage account to run…
Hydration of blob through copying sets "Copying Status" to pending instead of the "Archive Status" to rehydrate-pending.
CONTEXT: I am rehydrating an archived blob by copying it in a different storage account of the same region. COMMAND: Using either of the possible options listed here:…
Job failed due to reason: at Sink 'CachedSink': Exception thrown in awaitResult:
Job failed due to reason: at Sink 'CachedSink': Exception thrown in awaitResult: The job in ADF is failing multiple times post the re-runs, kindly reach out in case anyone has answer to this problem.
Azure blob Storage Life Cycle Management not working over 48hours
he lifecycle rule has been created for over 24 hours, it should have taken effect by now. But Block Blob has not been deleted. There is my lifecycle rule. { "rules": [ { "enabled": true, "name":…
Recover deleted files from container of storage account.
Is there any way that I can recover deleted files from the container.
Access Azure Blob using external access token with additional policy
I have a workload that is running outside of Azure. The workload requires a blob stored in Azure in order to run. The workload can provide a custom token that follows OIDC Protocol (contains iss, sub, aud, exp etc.). The token also contains custom claims…
Defender: Example APP
Hi, I'm reading 'Windows Defender for Azure Storage' documentation and the application (Employee TAX Receipt Submission Portal) seems to be very useful. Here is the URL used in that documentation: https://prodenvstoracc01.z28.web.core.windows.net/ Just…