Skip to content

Commit

Permalink
Fix typo in aca-deployment-azd-in-depth.md (#1804)
Browse files Browse the repository at this point in the history
Fixes #1769
  • Loading branch information
IEvangelist authored Oct 10, 2024
1 parent 16d500d commit 8ed6599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/azure/aca-deployment-azd-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ After this command is executed in the starter template example used in this guid

- _infra/main.bicep_: Represents the main entry point for the deployment.
- _infra/main.parameters.json_: Used as the parameters for main Bicep (maps to environment variables defined in _.azure_ folder).
- _infra/resoures.bicep_: Defines the Azure resources required to support the .NET Aspire project model.
- _infra/resources.bicep_: Defines the Azure resources required to support the .NET Aspire project model.
- _AspireSample.Web/manifests/containerApp.tmpl.yaml_: The container app definition for `webfrontend`.
- _AspireSample.ApiService/manifests/containerApp.tmpl.yaml_: The container app definition for `apiservice`.

Expand Down

0 comments on commit 8ed6599

Please sign in to comment.