Skip to content

Update aca-deployment-azd-in-depth.md #3823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions docs/deployment/azure/aca-deployment-azd-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Although development teams are free to use `azd up` (or `azd provision` and `azd

```azdeveloper
azd config set alpha.infraSynth on
azd infra synth
azd infra gen
```

After this command is executed in the starter template example used in this guide, the following files are created in the _AppHost_ project directory:
Expand Down Expand Up @@ -374,10 +374,10 @@ tags:
aspire-resource-name: webfrontend
```

After executing the `azd infra synth` command, when `azd provision` and `azd deploy` are called they use the Bicep and supporting generated files.
After executing the `azd infra gen` command, when `azd provision` and `azd deploy` are called they use the Bicep and supporting generated files.

> [!IMPORTANT]
> If `azd infra synth` is called again, it replaces any modified files with freshly generated ones and prompts you for confirmation before doing so.
> If `azd infra gen` is called again, it replaces any modified files with freshly generated ones and prompts you for confirmation before doing so.

## Isolated environments for debugging

Expand Down