Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need guide on what the .devcontainer/ and all the files inside infra/ folder does #1237

Open
msr-wtag opened this issue Oct 2, 2024 · 2 comments

Comments

@msr-wtag
Copy link

msr-wtag commented Oct 2, 2024

cannot understand why i need those and where to use

@southernsun
Copy link
Contributor

devcontainer/: to automatically create a docker image to work with the codebase: https://code.visualstudio.com/docs/devcontainers/create-dev-container
infra/: automatic setup of azure environment through Bicep: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep

But yes, this should be captured somewhere.

@jasontaylordev
Copy link
Owner

Yes, sorry about that; I'll update the documentation shortly. In essence the template is now compatible with the Azure Developer CLI. You can deploy it to Azure using azd up and you can learn all about azd here; https://aka.ms/awesome-azd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants