From e41528dbbecb245bb4aa5de609600d7aa074e0b3 Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 4 Dec 2023 14:40:07 -0600 Subject: [PATCH] Fix incorrect image (#125) --- docs/deployment/azure/includes/aca-deployment-azd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/azure/includes/aca-deployment-azd.md b/docs/deployment/azure/includes/aca-deployment-azd.md index c907fc42e..08da65362 100644 --- a/docs/deployment/azure/includes/aca-deployment-azd.md +++ b/docs/deployment/azure/includes/aca-deployment-azd.md @@ -44,6 +44,6 @@ Once AZD has been initialized, the provisioning and deployment process can be ex Once `provision` is complete, `azd deploy` will take place. During this phase, the projects are pushed as containers into an Azure Container Registry instance, and then used to create new revisions of Azure Container Apps in which the code will be hosted. -:::image type="content" source="../media/aspire-azd-06.png" lightbox="../media/aspire-azd-07.png" alt-text="AZD deploying the application code"::: +:::image type="content" source="../media/aspire-azd-07.png" lightbox="../media/aspire-azd-07.png" alt-text="AZD deploying the application code"::: At this point the app has been deployed and configured, and you can open the Azure portal and explore the resources.