dotnet / docs-aspire

This repository contains .NET Aspire documentation.
https://learn.microsoft.com/dotnet/aspire
MIT License
65 stars 68 forks source link

Regarding containerApp.tmpl.yaml #1115

Open vishipayyallore opened 1 week ago

vishipayyallore commented 1 week ago

Describe the issue or suggestion

Team, Greeting. The documentation is pretty great. I have some suggestions. URL: https://github.com/dotnet/docs-aspire/blob/main/docs/deployment/azure/aca-deployment-azd-in-depth.md

These are the artifacts it will generate mentioned.

  1. infra/main.bicep: Represents the main entry point for the deployment.
  2. infra/main.parameters.json: Used as the parameters for main Bicep (maps to environment variables defined in .azure folder).
  3. infra/resoures.bicep: Defines the Azure resources required to support the .NET Aspire project model.
  4. AspireSample.Web/manifests/containerApp.tmpl.yaml: The container app definition for webfrontend.
  5. AspireSample.ApiService/manifests/containerApp.tmpl.yaml: The container app definition for apiservice.

A little bit further you guys mentioned

The definition of the container apps from the .NET service projects is contained within the containerApp/tmpl.yaml files in the manifests directory in each project respectively. Here is an example from the webfrontend project:

But when I execute the command it has created these artifacts.

image

I am unable to understand. Could you please fix this? Many thanks.

Regards, Swamy

davidfowl commented 1 week ago

We have to update this now that we changed everything 😄

cc @vhvb1989 @mitchdenny