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
Please update the READMEs for all templates in azure-dev repos.
Instead of
azd up -t templatenameBreak it into two steps:
azd init --t templatenameazd upAlso, 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 thenazd 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