Add Document Reviewer template to gallery - #951
Open
Marina He (hemarina) with Copilot wants to merge 3 commits into
Open
Add Document Reviewer template to gallery#951Marina He (hemarina) with Copilot wants to merge 3 commits into
Marina He (hemarina) with Copilot wants to merge 3 commits into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
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
Marina He (hemarina)
marked this pull request as ready for review
August 7, 2026 21:53
Marina He (hemarina)
requested a review
from Victor Vazquez (vhvb1989)
as a code owner
August 7, 2026 21:53
Marina He (hemarina)
requested review from
JeffreyCA,
Rick Winter (RickWinter),
Kristen Womack (kristenwomack),
Richard Park (richardpark-msft) and
tg-msft
as code owners
August 7, 2026 21:53
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
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.jsonentry 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).
Contributor
Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
Contributor
Author
Resolved in ae79d4c by merging latest |
Marina He (hemarina)
enabled auto-merge (squash)
August 8, 2026 00:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the requested Document Reviewer azd template to the gallery.
Changes
website/static/templates.jsonfor the Document Reviewer template — an Azure Functions serverless agent that reviews SharePoint PDF/DOCX files and posts grounded briefs to Microsoft Teams.bicepIaC,pythonlanguage, and Azure services (functions,aifoundry,azureai).msft,new,sharepoint, andai.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"] }