We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
./infra/
Looking into How to use azd with .NET Aspire
AppHost
azd infra synth
./SampleApp.AppHost/infra/
The text was updated successfully, but these errors were encountered:
hemarina
No branches or pull requests
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/
Looking into How to use azd with .NET Aspire
azd up
is executed in theAppHost
project directory of your .NET Aspire solution.azd infra synth
AppHost
project directory, e.g../SampleApp.AppHost/infra/
The text was updated successfully, but these errors were encountered: