Skip to content

Commit 93223c2

Browse files
authored
Update aca-deployment-azd-in-depth.md (#3823)
1 parent 866ce94 commit 93223c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deployment/azure/aca-deployment-azd-in-depth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Although development teams are free to use `azd up` (or `azd provision` and `azd
206206

207207
```azdeveloper
208208
azd config set alpha.infraSynth on
209-
azd infra synth
209+
azd infra gen
210210
```
211211

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

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

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

382382
## Isolated environments for debugging
383383

0 commit comments

Comments
 (0)