Question
What is the guidance to create a template with azd conventions and which can be published to awesome-azd for .NET Aspire projects?
Background / Mismatch
Looking into the azd conventions
azd up is executed in the root directory
- infra scripts are created in
./infra/
Looking into How to use azd with .NET Aspire
azd up is executed in the AppHost project directory of your .NET Aspire solution.
- infra scripts can optionally be created with
azd infra synth
- in this case they are created inside the
AppHost project directory, e.g. ./SampleApp.AppHost/infra/