Azure / Azure/awesome-azd

How to create a template with azd conventions for Aspire projects

Open
#484 1 comment 0 reactions 1 assignee Claimed by @alexwolfmsft View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.