Pamela Fox

Results 775 comments of Pamela Fox

@drewid We don't *quite* have a full .NET port of this RAG sample yet, but there is a sample .NET MVC backend here: [aoai-realtime-audio-sdk/samples/middle-tier/dotnet-aspnetcore-mvc at main · Azure-Samples/aoai-realtime-audio-sdk](https://github.com/Azure-Samples/aoai-realtime-audio-sdk/tree/main/samples/middle-tier/dotnet-aspnetcore-mvc)

If you would like to implement that yourself, this PR shows the general changes I make when adding a new setting: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1814/files

We have a mechanism already to restrict document access from the RAG flow based off oids/groups, but I assume you want to restrict access to the app as a whole,...

Hm. I suggest adding more logging to the build_security_filters function in authentication.py I think that the only way for that filter to have come about is if the oid claim...

The integrated vectorization feature is not compatible with the ACL feature, you will need to use one or the other. Sorry about that!

Now that we have a [new custom skillset cloud ingestion strategy](https://github.com/Azure-Samples/azure-search-openai-demo/releases/tag/2025-11-12), I am merging this issue into #2831, which tracks the ability to use ACLs with that strategy. We are...

Oh sorry, I see now there are a bunch of Markdown lint errors. Please resolve those and update the branch. If you install the Markdown lint VS Code extension for...

Closing as this still has Markdown errors, and our goal is to try and prevent these errors from happening as much in the first place. Thanks!

@Copilot The workflows failed (tests failed). Take over this PR and upgrade the packages properly.