How to create a template with azd conventions for Aspire projects
- Dominant language
- TypeScript
- Stars
- 269
- Forks
- 176
- Avg merge
- 11h 1m
- Merged PRs (30d)
- 37
Description
**Question**
What is the guidance to create a template with **azd conventions** and which can be published to **awesome-azd** for **Aspire** projects?
**Background / Mismatch**
Looking into the [azd conventions](https://azure.github.io/awesome-azd/docs/faq/create-template/)
* `azd up` is executed in the root directory
* infra scripts are created in `./infra/`
Looking into [How to use azd with Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/deployment/azure/aca-deployment-azd-in-depth?tabs=windows#initialize-the-template)
* `azd up` is executed in the `AppHost` project directory of your **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/`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.