azure-search-openai-demo-csharp icon indicating copy to clipboard operation
azure-search-openai-demo-csharp copied to clipboard

Feature: Interactive Auto rendering for holistic project

Open Coruscate5 opened this issue 1 year ago • 1 comments

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Given that this project has been migrated to .NET 8, it would be nice to have this sample take advantage of the new "preload" Interactive render features in Blazor. Any production branching that is being created will likely include mandatory authentication (as I've done) which forces the dreaded double-load of the WASM package without a first render (even with cached packages, still a pretty suboptimal user experience).

I understand MSAL is quite finicky with the new modality, just placing this here as this is a great repo that demos a lot of features that are hard to find elsewhere (generic azure openai samples in general are dime-a-dozen).

Much of what I've been able to learn about Doc Intelligence options, Bicep authoring, and AI Search has come from this sample, so thanks!

Coruscate5 avatar Jan 21 '24 23:01 Coruscate5

Alternatively - just a feature request that shows this sample with Integrated Auth (either Entra pre-auth or MSAL via internal app checking) would also be great! We've done this with MSAL but were unable to get "Easy Authentication" to forward the token for OBO API-to-API flows on the back-end - maybe there's a way...

Coruscate5 avatar Jan 21 '24 23:01 Coruscate5