Hi #getting-started, I have been looking on guidance and best practices on how to organize stack code to best manage and version control (Azure and dotnet stack, multitenant SaaS app).
Most samples I looked at in your C# collection of samples group all code in a single Stack.cs. I was hoping I could find something more component-based, with configuration separated from stack code, so we can easily set up our delivery processes around it.
How would you separate configuration from implementation, and allow a build pipeline to automatically compose stacks based on environment variables and such?