Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3264,6 +3264,29 @@
],
"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 ensure 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",
"languages": [
"dotnetCsharp"
],
"tags": [
"msft",
"bicep",
"new"
],
"azureServices": [
"functions",
"managedidentity",
"vnets",
"appinsights"
],
"id": "b7e6c2e2-5e2e-4c8e-8e6e-2e2c8e5e6c2e"
},
Comment on lines +3267 to +3289
Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The field ordering is inconsistent with other entries in this file. Compare with surrounding entries (lines 3203-3224, 3225-3246, 3247-3266) which follow the pattern: title, description, preview, authorUrl, author, source, tags, azureServices, id, languages. This entry has 'languages' before 'tags'. For consistency and maintainability, reorder the fields to match the established pattern.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move these changes @copilot to the bottom of the file (i.e the last item in array)?

{
"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.",
Expand Down