Index Custom metaData properties to a specific index
I have this custom metadata defined in a file: I want to pass them to my fields in my index so that I can use them to filter my search, here's the field structure: I'm having an issue passing this custom metadata values, can someone help me?…
Verification of compliance for Azure Document Intelligence: processing of personal data in custom models
Hi, I am using the Azure Document Intelligence product, specifically the “Custom Extraction Model,” to process documents containing personal data, such as bills, through the OCR system. Also, as per the documentation, a container has been associated with…
how to create FILE share
how to create FILE share, share steps how to create FILE share, share stepshow to create FILE share, share stepshow to create FILE share, share stepshow to create FILE share, share stepshow to create FILE share, share stepshow to create FILE share, share…
Container Level SAS Key or Service principal is not working when we connect Azure data Lake storage blob container with POWER BI Service
Hi All, we have a strange thing, our requirement is connect storage account to Power BI using container level SAS Key, it is working fine when we connect Power BI desktop to blob storage and publish the report. Problem- when Same SAS Key we are using…
Fetching user-delegation SAS from an application hosted on external environment using service principal
I have been trying hard these days to architect a secure solution to consume data from storage accounts and I have came up with a solution that I think is fool-proof and matches the best practices, let me know if you think this approach to be faulty in…
Azure SFTP Storage Logging
I am using SFTP to send data to Azure blob storage from multiple sites. All of my sites are working except for one. I can find nothing in the configuration of the non-working site that differs from the others. Is there a way to log connection attempts…
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.…
how can we perform the Data Quality checks for null values in multiple files
I have 69 files in my gen2 and In those file there are null values, I want to send the null values to one folder and qualified data into another folder in gen2. the problem is we cannot give the column names manually for each file as I have 69 files…
Storage account CMK Key got expired but still we are able to read the data and logs written
We have a storage account in our subscription. And we observed that the key displayed in the Encryption is expired. But still we are able to read the storage account data. Also we see some logs getting written to the storage account. Can you please help…
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…
My Azure Data factory copy activities are failing that grab the data from REST api and Azure storage from US WEST region, linked service connection failing. how to resolve this issue?
I am using ADF to get REST API data and move it to azure sql db and also moving data from blob storage to sql db. in both the cases pipeline status is Queue/ in Progress. linked service is failed to connect and timeout issue. please let me know how long…
Build an index (remotely) in your Azure AI Foundry project with azure storage as an inout_source
Hi there! I used code from here: https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/index-build-consume-sdk to connect to the MLClient and everything. I followed the article and was able to use local source as an input_source. # Azure…
I am getting billed 2000 INR credits everyday for using blob storage resource
I am getting billed 2000 INR credits everyday for using blob storage resource
Getting exception Method 'AsPages' in type 'Azure.Data.AppConfiguration.AsyncConditionalPageable' from assembly 'Azure.Data.AppConfiguration,' does not have an implemetation
I am implementing blob trigger azure function in dot net 8. I have added azure app config and key vault configuration. On local, function runs successfully. But when I deploy it, I am getting below error: 2025-01-16T16:51:07.643 [Information] Starting…
How to define custom Azure AD Conditional Access policy for blob service on specific Storage Account?
Good day, Is it possible to define a Conditional Access policy regulating access to a blob service of a particular Storage Account? Let's say, our general policy is too restrictive (say, it requires MFA or particular source IP ranges) - and we want to…
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…
can we use SFTP -SSH when file modified as Trigger in the logic apps
I am trying to use SFTP-SSH as a trigger in the Logic app designer. 'when a file is modified' then a Copy operation. however the trigger is skipping the run and not detecting the file at derstination.
java.lang.NoClassDefFoundError: com/azure/storage/common/policy/StorageBearerTokenChallengeAuthorizationPolicy
Hello I am using a spring boot Java application to upload files into data lake but I am getting below error when trying to run the application Caused by: java.lang.NoClassDefFoundError:…
Azure Storage billing for deleted containers
This question is related "Azure Storage billing for deleted blobs" but with a twist. I have Azure Blob Storage with "Blob soft delete" enabled for 14 days. However, "Container soft delete" is disabled. Now I have a use case…
Copy blob to another storage account
Hello! I'm trying to copy blob from one Azure Storage account to another within Azure Logic App. The blob is large (VHD OS image) so it is not possible to do the copy using the Copy Blob (V2) action. So I'm trying to do that with REST API: { …