Skip to content

How to create a template with azd conventions for .NET Aspire projects #484

@RicardoNiepel

Description

@RicardoNiepel

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/

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions