Azure-Samples / azure-search-openai-demo-java

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

Enable xdgutils in devcontainer #12

Closed dantelmomsft closed 8 months ago

dantelmomsft commented 8 months ago

Include xdg-utils installation in devcontainer to support browser based authentication when running in codespaces. Reference: https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/make-azd-compatible?pivots=azd-create#make-your-template-dev-container-and-codespaces-compatible

brunoborges commented 8 months ago

I think the CLI prints a code if no browser can be found to be launched, then the user goes manually to the URL, and pastes the code. If this was a requirement, it would've been part of the devcontainers images already.