diff --git a/cli/azd/cmd/templates.go b/cli/azd/cmd/templates.go index 90a253627cb..3a3e66b198f 100644 --- a/cli/azd/cmd/templates.go +++ b/cli/azd/cmd/templates.go @@ -131,6 +131,12 @@ func (tl *templateListAction) Run(ctx context.Context) (*actions.ActionResult, e err = tl.formatter.Format(listedTemplates, tl.writer, output.TableFormatterOptions{ Columns: columns, }) + + if err == nil { + templates.PrintGalleryLinks(tl.writer) + fmt.Fprintf(tl.writer, "Select a template from the gallery, then run %s\n", + output.WithHighLightFormat("azd init -t