You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] 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!
The text was updated successfully, but these errors were encountered:
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...
This issue is for a: (mark with an
x
)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!
The text was updated successfully, but these errors were encountered: