Azure / awesome-azd

An awesome list that curates content (articles, videos, tutorials and docs) and templates (ready to use) for the Azure Developer CLI (`azd`). Plus a hosted azd-templates Gallery to simplify search & discovery
https://aka.ms/awesome-azd
MIT License
141 stars 70 forks source link

Adding `Chat With your Data` #354

Closed ross-p-smith closed 2 months ago

ross-p-smith commented 2 months ago

Please fill out this template! There are three different types of contributions, feel free to delete the checklists that are not applicable to your contribution type.

If you are submitting a new azd template to the gallery

Fill this out if you want your template to be added to the awesome-azd gallery!

Your template repository

Place your template repository link here: https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator

If you are submitting a resource to be added to the awesome-azd README:

ross-p-smith commented 2 months ago

The current .devcontainer.json will not automatically open in vscode as it should not be prefixed with a .

I also wonder why this devcontainer has docker-in-docker configured? You are not using docker for anything that I can see

hemarina commented 2 months ago

@ross-p-smith Thanks for the suggestions. We were using devcontainer for codespace support and haven't been use it for a while. We will update devcontainer.json, like removing unused docker-in-docker in features. Tracking it in https://github.com/Azure/awesome-azd/issues/355.

@zedy-wj Could you test this template?

zedy-wj commented 2 months ago

@hemarina - We tested this template according to it's README and everything works fine.