From 34381509ffdd51db1378f8594501e0887d156030 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:24:30 +0000 Subject: [PATCH 1/2] Initial plan From d26d0a8324c21ed602a22a0bee00bd171aa2d750 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:27:55 +0000 Subject: [PATCH 2/2] Add Document Reviewer template entry Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> --- website/static/templates.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/website/static/templates.json b/website/static/templates.json index 61b177de..8c671e9f 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -9558,5 +9558,31 @@ "bicep" ], "id": "7c1b3708-a2ba-4000-ba61-df0bc8d7d5ef" + }, + { + "title": "Document Reviewer", + "description": "A markdown-first Azure Functions serverless agent that reviews new SharePoint PDF and DOCX files and posts an evidence-backed brief to one Microsoft Teams channel.", + "preview": "./templates/images/test.png", + "authorUrl": "https://github.com/Azure-Samples", + "author": "Azure Samples", + "source": "https://github.com/Azure-Samples/document-reviewer", + "tags": [ + "msft", + "new", + "sharepoint", + "ai" + ], + "languages": [ + "python" + ], + "azureServices": [ + "functions", + "aifoundry", + "azureai" + ], + "IaC": [ + "bicep" + ], + "id": "63d6be2c-d7f6-4d14-83f2-f0f2d68566e5" } ]