How to fix UserErrorPermissionDeniedOnCloudIR
Hi, I'm trying to copy files from my sharepoint online document library into azure blob storage, but I am getting this error: ErrorCode=UserErrorPermissionDeniedOnCloudIR,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Access…
How is heirarchical namespace different from heirarchical listing?
I read the documentation for heirarchical namespace and what I understood is that it is a storage level concept and applies to how Azure stores data in the storage account, and listing is just the way in which we represent this in code when fetching…
We have a storage account which has a container that sends files to our vendor. Issue we are facing with duplicate files being sent with the original files. How Do I check the root cause of this issue, also, trying to see where I can find the logs.
We have a storage account which has a container that sends files to our vendor. Issue we are facing with duplicate files being sent with the original files. How Do I check the root cause of this issue, also, trying to see where I can find the logs. your…
Problem deleting AI search resource
Deleting an AI search resource "gptkb-xp2warnlhe5i6", return the following error: gptkb-xp2warnlhe5i6: Unable to delete Search Service: 'gptkb-xp2warnlhe5i6'. LockedSPLResourceFound: Unable to verify management locks on Resource…
Assign an Azure role for access to blob data
https://learn.microsoft.com/zh-tw/azure/role-based-access-control/conditions-prerequisites Sorry, I Can't find "Blob path"
How can we avoid non-deterministic errors when changing the task sequence in an orchestrator?
I am encountering a non-deterministic workflow error in my Azure Durable Function orchestration. The error occurs when an orchestration replay schedules a different activity task than expected, causing a mismatch in sequence numbers. My orchestration…
When will the Azure Storage FUSE driver (Blobfuse2) support MS Entra Workload Id for mounting to AKS?
This GitHub issue details the issue many customers are experiencing attempting to mount Azure Blob Storage to AKS Pods, using Managed Identity (MS Entra Workload Id) and the Azure Storage FUSE driver (Blobfuse2):…
Azure managed instance backup encrypted database
How to backup Azure managed instance database that is TDE encryption enabled
Error connecting Logic App to Azure Blob Storage.
No matter what I do, I can’t get this workflow to run. I’ve checked connections, permissions, paths—everything seems correct. I have a container with many PDFs, and I need each one to be added and organized into a list. For each, a URL should be…
Error: Unable to create the type with the name 'AzureStorage'- visual studio 2022
We are looking at upgrading from Visual Studio 2019 to Visual Studio 2022. We have a few packages that are using Azure Blob Destination and Azure Blob Source tasks to upload/download data from SSIS to Azure Blob. In Visual Studio 2019, we have an Azure…
How to isolate SFTP home directories with Azure Blob Storage
I'd like to SFTP users for uploading content at scale and in a way that each user is constrained to their home directory. Is that even possible in a shared container and if so, how? In my limited understanding I thought the approach might be: Create a…
403 Error When Accessing Private Storage Account in Pipeline
Hi Azure Community, I'm encountering an issue with our pipeline setup, specifically in the unittest step where we build and execute the devcontainer with a unittest command. Here’s the setup: The unittest requires access to a private storage account. …
How do I set custom domain to storage account with HTTPS without using Azure CDN.
The document said that if I'd like to set a custom domain to the storage account with HTTPS, I'm required to use Azure CDN, but Azure Student doesn't support Azure CDN, so is there any method to use HTTPS without Azure CDN?
I am trying to delete a resource Group, that holds Azure AI Studio and no other resource. But I am unable to do it, have tried different ways
This is a wired scenario i am stuck in, I am unable to delete a resource group because the AI Studio in it is not deleting. It say it has Failed to delete resource group new-poc: Deletion of resource group 'new-poc' failed as resources with identifiers…
Azure Blob Storage SDK doesn't support showonly files filter?
Azure Blob Service Rest API supports showonly files filter as per below screenshot But the same filter is not available with GetBlobsAsync() in C# SDK, could you please guide me on how to filter only files using SDK.
i cannot find add directory inside container
SharedScreenshot.jpg
Unable to authorize using Azure MS Entra ID authentication
Hi Azure Support Team, I am trying to access my Azure Storage account using MS Entra ID (formerly Azure Active Directory) authentication, but I'm encountering not found errors. However, with the same setup, I am able to connect successfully using either…
Azure: Uploading Large Data (Over 50GB) to a Storage Account Container
Hello, Thank you for providing such a great service. While using Azure at my company, I encountered a question I’d like to ask. I’m trying to upload training image data over 50GB from my laptop (local) to a container in a storage account, but it seems…
Error: (InvalidDocumentAccessLevel): Cannot access source document location with the current permissions. Azure Translator service
I have setup translator service and granted 'Storage blob contributor' access to both source and target storage containers using managed identity. Still, I am getting this error: Error: (InvalidDocumentAccessLevel): Cannot access source document…
How to validate AzureBlob Uri is valid or not?
I have below code which gets BlobItems form Azure. BlobServiceClient blobServiceClient = new BlobServiceClient(new Uri(ConfigurationManager.AppSettings["AzureBlobLocation"].ToString()), new DefaultAzureCredential()); BlobContainerClient…