Skip to content

Add Document Reviewer template to gallery - #951

Open
Marina He (hemarina) with Copilot wants to merge 3 commits into
mainfrom
copilot/document-reviewer-update
Open

Add Document Reviewer template to gallery#951
Marina He (hemarina) with Copilot wants to merge 3 commits into
mainfrom
copilot/document-reviewer-update

Conversation

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Adds the requested Document Reviewer azd template to the gallery.

Changes

  • Added a new entry to website/static/templates.json for the Document Reviewer template — an Azure Functions serverless agent that reviews SharePoint PDF/DOCX files and posts grounded briefs to Microsoft Teams.
  • Populated metadata from the source repo (README/azure.yaml): title, description, author, source URL, bicep IaC, python language, and Azure services (functions, aifoundry, azureai).
  • Tagged with msft, new, sharepoint, and ai.
  • Used the shared placeholder preview image (test.png) since no architecture diagram is available in the source repo, consistent with other entries lacking a custom image.
{
  "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.",
  "source": "https://github.com/Azure-Samples/document-reviewer",
  "tags": ["msft", "new", "sharepoint", "ai"],
  "languages": ["python"],
  "azureServices": ["functions", "aifoundry", "azureai"],
  "IaC": ["bicep"]
}

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI linked an issue Aug 7, 2026 that may be closed by this pull request
Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
Copilot AI changed the title [WIP] Update documentation for Document Reviewer Add Document Reviewer template to gallery Aug 7, 2026
@hemarina
Marina He (hemarina) marked this pull request as ready for review August 7, 2026 21:53
Copilot AI lite review requested due to automatic review settings August 7, 2026 21:53
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds the Document Reviewer azd template (Azure-Samples/document-reviewer) to the Awesome azd gallery, expanding the template catalog with a SharePoint-to-Teams document review agent scenario.

Changes:

  • Added a new templates.json entry for Document Reviewer with title/description/author/source metadata.
  • Categorized the template using existing gallery taxonomies (tags, languages, azureServices, IaC) and assigned a new UUID.
  • Set the preview image to the shared placeholder (./templates/images/test.png).

Comment thread website/static/templates.json
@hemarina

Copy link
Copy Markdown
Contributor

Copilot Pull from main branch and then add the changes in the PR to resolve merge conflicts. Make sure the position of the added template do not create a new conflict after #950 is merged

Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>

Copilot AI commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Copilot Pull from main branch and then add the changes in the PR to resolve merge conflicts. Make sure the position of the added template do not create a new conflict after https://github.com/Azure/a...

Resolved in ae79d4c by merging latest main and keeping Document Reviewer after the current main-branch M365 Inbox Agent entry, so it no longer overlaps with PR #950’s insertion point before that entry. Validation passed with npm test, npm run build, and local route checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Template]: Document Reviewer

3 participants