Skip to content

Update all templates to use azd init and azd up instead of azd up --template #1769

Description

@jongio

Please update the READMEs for all templates in azure-dev repos.

Instead of azd up -t templatename

Break it into two steps:

azd init --t templatename
azd up

Also, go through all templates in https://aka.ms/awesome-azd and do pull requests to the repos with this description.

We are eventually going to remove the --template parameter from the azd up command. This is due to user confusion on what that command and parameter combination does. Instead, we'll be recommending they run azd init --template {template name} and then azd up.

Please start by doing one template so we can agree on language and format and then once that is agreed upon, we can go to the rest of them

Metadata

Metadata

Assignees

Labels

area/templatesTemplates, init, scaffoldblockerBlocks release or critical path

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions