Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/azure/includes/aca-deployment-azd.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The process for installing AZD varies based on your operating system, but it is

## Deploy the app

Once AZD has been initialized, the provisioning and deployment process can be executed as a single command, `azd up`. First, the projects will be packaged into containers during the `azd package`phase, followed by the `azd provision` phase during which all of the Azure resources the app will need are provisioned.
Once AZD has been initialized, the provisioning and deployment process can be executed as a single command, `azd up`. First, the projects will be packaged into containers during the `azd package` phase, followed by the `azd provision` phase during which all of the Azure resources the app will need are provisioned.

:::image type="content" source="../media/aspire-azd-06.png" lightbox="../media/aspire-azd-06.png" alt-text="AZD provisioning the Azure resources":::

Expand Down