jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
16.85k stars 3.62k forks source link

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

Open msr-wtag opened 2 weeks ago

msr-wtag commented 2 weeks ago

cannot understand why i need those and where to use

southernsun commented 5 days ago

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.