From 8ed659994da371b0e0bcfd6c7d6afdf610922995 Mon Sep 17 00:00:00 2001 From: David Pine Date: Wed, 9 Oct 2024 20:24:44 -0500 Subject: [PATCH] Fix typo in aca-deployment-azd-in-depth.md (#1804) Fixes #1769 --- docs/deployment/azure/aca-deployment-azd-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/azure/aca-deployment-azd-in-depth.md b/docs/deployment/azure/aca-deployment-azd-in-depth.md index 18db2fc98..bac6b7692 100644 --- a/docs/deployment/azure/aca-deployment-azd-in-depth.md +++ b/docs/deployment/azure/aca-deployment-azd-in-depth.md @@ -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`.