diff --git a/website/static/templates.json b/website/static/templates.json index 2df9a2ac..1dcd7401 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2152,5 +2152,22 @@ "community", "new" ] + }, + { + "title": "Hello AZD", + "description": "A demo template that provides a getting started and welcome experience for the Azure Developer CLI. Run the template to provision and deploy resources to Azure and experiment with a working sample app.", + "preview": "./templates/images/hello-azd.png", + "website": "https://github.com/Azure-Samples/hello-azd", + "author": "Azure Content Team", + "source": "https://github.com/Azure-Samples/hello-azd", + "tags": [ + "dotnetCsharp", + "blobstorage", + "aca", + "cosmosdb", + "bicep", + "managedidentity", + "new" + ] } ] diff --git a/website/static/templates/images/hello-azd.png b/website/static/templates/images/hello-azd.png new file mode 100644 index 00000000..f099d717 Binary files /dev/null and b/website/static/templates/images/hello-azd.png differ