From 575d9347242f6532433d26dc4d58ec73ae756af0 Mon Sep 17 00:00:00 2001 From: Samuel Zhang Date: Mon, 16 Jun 2025 10:27:56 -0700 Subject: [PATCH 1/4] added Azure Functions C# Timer Trigger quickstart --- website/static/templates.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/website/static/templates.json b/website/static/templates.json index d862078e..ae7ca14d 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -3264,6 +3264,26 @@ ], "id": "018854d1-117c-45d6-a3c8-1f3222b87d26" }, + { + "title": "Azure Functions C# Timer Trigger using Azure Developer CLI", + "description": "This repository contains an Azure Functions Timer trigger quickstart written in C# and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (AZD). This sample uses managed identity and a virtual network to insure it's secure by default.", + "preview": "./templates/images/test.png", + "authorUrl": "https://github.com/Azure-Samples", + "author": "Azure Functions Team", + "source": "https://github.com/Azure-Samples/functions-quickstart-dotnet-azd-timer", + "tags": [ + "csharp", + "msft", + "bicep" + ], + "azureServices": [ + "functions", + "managedidentity", + "vnets", + "appinsights" + ], + "id": "b7e6c2e2-5e2e-4c8e-8e6e-2e2c8e5e6c2e" + }, { "title": "Doc Intelligence-In-A-Box", "description": "The Doc Intelligence in-a-Box project leverages Azure AI Document Intelligence to extract data from PDF forms and store the data in a Azure Cosmos DB. This solution, part of the AI-in-a-Box framework by Microsoft Customer Engineers and Architects, ensures quality, efficiency, and rapid deployment of AI and ML solutions across various industries.", From bd9739c11823b09c7f0976d5ed077f2ee7286e8d Mon Sep 17 00:00:00 2001 From: Samuel Zhang Date: Mon, 16 Jun 2025 10:34:22 -0700 Subject: [PATCH 2/4] added the 'new' tag --- website/static/templates.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/static/templates.json b/website/static/templates.json index ae7ca14d..9da89cd7 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -3274,7 +3274,8 @@ "tags": [ "csharp", "msft", - "bicep" + "bicep", + "new" ], "azureServices": [ "functions", From cf6ff73ae3281db4b8c7f196336bb89f89c27b25 Mon Sep 17 00:00:00 2001 From: Samuel Zhang Date: Mon, 23 Jun 2025 10:46:51 -0700 Subject: [PATCH 3/4] added the languages property --- website/static/templates.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/static/templates.json b/website/static/templates.json index 9da89cd7..f9d6c403 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -3271,8 +3271,10 @@ "authorUrl": "https://github.com/Azure-Samples", "author": "Azure Functions Team", "source": "https://github.com/Azure-Samples/functions-quickstart-dotnet-azd-timer", + "languages": [ + "dotnetCsharp" + ], "tags": [ - "csharp", "msft", "bicep", "new" From 7a238c43909ca1c8e96066d34025f7845aee4a6e Mon Sep 17 00:00:00 2001 From: Samuel Zhang Date: Tue, 12 Aug 2025 10:33:08 -0700 Subject: [PATCH 4/4] Update website/static/templates.json changed "insure" to "ensure" Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/static/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/templates.json b/website/static/templates.json index f9d6c403..8443aa67 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -3266,7 +3266,7 @@ }, { "title": "Azure Functions C# Timer Trigger using Azure Developer CLI", - "description": "This repository contains an Azure Functions Timer trigger quickstart written in C# and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (AZD). This sample uses managed identity and a virtual network to insure it's secure by default.", + "description": "This repository contains an Azure Functions Timer trigger quickstart written in C# and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (AZD). This sample uses managed identity and a virtual network to ensure it's secure by default.", "preview": "./templates/images/test.png", "authorUrl": "https://github.com/Azure-Samples", "author": "Azure Functions Team",