Add "Daily Repo Digest with AI Gateway" template to gallery - #940
Merged
Marina He (hemarina) merged 2 commits intoAug 4, 2026
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot
AI
changed the title
[WIP] Add daily repo digest template with AI Gateway
Add "Daily Repo Digest with AI Gateway" template to gallery
Aug 1, 2026
Marina He (hemarina)
marked this pull request as ready for review
August 1, 2026 03:08
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Marina He (hemarina)
enabled auto-merge (squash)
August 1, 2026 03:08
Marina He (hemarina)
disabled auto-merge
August 1, 2026 03:08
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the “Daily Repo Digest with AI Gateway” azd template (Python Foundry Hosted Agent using Azure AI Gateway + read-only GitHub MCP calls) to the Docusaurus-based template gallery by appending a new entry to the gallery data.
Changes:
- Appended a new template entry for Daily Repo Digest with AI Gateway.
- Included tags/language/IaC/Azure service metadata and a placeholder preview image reference.
JeffreyCA
approved these changes
Aug 3, 2026
19 tasks
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 simple-foundry-hosted-agent-python-aigateway sample — a Python Foundry Hosted Agent that routes model requests and read-only GitHub MCP calls through Azure AI Gateway — to the template gallery.
Changes
website/static/templates.json: one new entry appended.tags:msft,new,mcp,ailanguages:python;IaC:bicepazureServices: derived from the sample'sinfra/main.bicep—aifoundry,apim(AI Gateway deploys as aMicrosoft.ApiManagement/serviceAIGateway resource),managedidentity,azurestorage,appinsights,loganalyticspreview: default./templates/images/test.png, since no template screenshot was supplied{ "title": "Daily Repo Digest with AI Gateway", "author": "Microsoft", "source": "https://github.com/Azure-Samples/simple-foundry-hosted-agent-python-aigateway", "tags": ["msft", "new", "mcp", "ai"], "languages": ["python"], "azureServices": ["aifoundry", "apim", "managedidentity", "azurestorage", "appinsights", "loganalytics"], "IaC": ["bicep"] }No changes to
tags.tsxwere needed; all tags already exist and are placed per theirtype/azureIconclassification.Open question for reviewers: whether to swap the placeholder preview for a real screenshot before merge.