File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Although development teams are free to use `azd up` (or `azd provision` and `azd
206
206
207
207
` ` ` azdeveloper
208
208
azd config set alpha.infraSynth on
209
- azd infra synth
209
+ azd infra gen
210
210
` ` `
211
211
212
212
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:
374
374
aspire-resource-name: webfrontend
375
375
` ` `
376
376
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.
378
378
379
379
> [!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.
381
381
382
382
# # Isolated environments for debugging
383
383
You can’t perform that action at this time.
0 commit comments