Skip to content

Add 36 AI App Templates missing from awesome-azd gallery#780

Open
haileyhuber8 wants to merge 5 commits intoAzure:mainfrom
haileyhuber8:add-ai-app-templates
Open

Add 36 AI App Templates missing from awesome-azd gallery#780
haileyhuber8 wants to merge 5 commits intoAzure:mainfrom
haileyhuber8:add-ai-app-templates

Conversation

@haileyhuber8
Copy link
Copy Markdown
Contributor

@haileyhuber8 haileyhuber8 commented Mar 24, 2026

Add 36 AI App Templates to awesome-azd

Summary

Adds 36 templates from ai-app-templates that were missing from awesome-azd.

Changes

  • 36 new template entries appended to \website/static/templates.json\
  • 0 modifications to existing 293 entries (byte-identical)
  • All tags validated against \src/data/tags.tsx\ controlled vocabulary
  • All 36 source repos verified accessible and not archived

Validation

  • CI passing (\ ags_match.test.ts\ + \�uthor_filter.test.ts)
  • All tag values exist in \ ags.tsx\ (azureopenai→openai, golang→go mapped)
  • No duplicate source URLs introduced
  • JSON structure valid, brackets balanced
  • UTF-8 encoding preserved (no corruption)
  • All 36 repos verified accessible via GitHub API

Notes

  • Preview images: 36 entries use \ est.png\ placeholder — maintainers should replace with actual screenshots
  • \ rameworks\ field: omitted (optional, 198/293 existing entries also omit it)
  • Pre-existing issues in original data (not modified): 2 duplicate URLs, 27 missing authorUrl

Adds templates from ai-app-templates gallery that are missing from awesome-azd.
awesome-azd should be the superset of all azd templates.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
haileyhuber8 and others added 3 commits March 24, 2026 17:49
Rebuild merged JSON to preserve original content byte-identical.
Only appends 37 new entries - zero changes to existing 293 templates.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Remove duplicate entry (azureai-basic-python renamed to get-started-with-ai-chat)
- Update renamed repo URL (document-generation → content-generation)
- Set all preview images to test.png (originals not in repo yet)
- Fill empty IaC field for azure-functions-openai-aisearch-node (bicep)
- Regenerate UUID for renamed source URL

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- azureopenai → openai (29 entries)
- golang → go (1 entry)
- Remove 'featured' tag (1 entry)
- Remove 'azuresignalr' from azureServices (1 entry)
- Trim whitespace from 2 descriptions
- All tags now validated against src/data/tags.tsx
@haileyhuber8 haileyhuber8 changed the title Add 37 AI App Templates missing from awesome-azd gallery Add 36 AI App Templates missing from awesome-azd gallery Mar 25, 2026
@haileyhuber8 haileyhuber8 marked this pull request as ready for review March 25, 2026 17:11
Copilot AI review requested due to automatic review settings March 25, 2026 17:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds 36 missing AI App Templates from ai-app-templates into the awesome-azd gallery index so they show up in the website template gallery.

Changes:

  • Appends 36 new template records to website/static/templates.json
  • Adds metadata for each template (title/description/source/tags/IaC/languages/azureServices)

Comment on lines +7593 to +7596
"source": "https://github.com/dminkovski/agent-openai-banking-assistant-csharp",
"tags": [
"aicollection"
],
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This entry’s source/description indicates it’s an OpenAI/Azure OpenAI template (“agent-openai…”, “generative AI”), but the openai tag is missing (and azureServices also omits openai). If consumers filter templates by openai, this template will be incorrectly excluded. Please align tags/azureServices with the actual dependencies used by the repo (add openai where applicable, or adjust the description if it does not use OpenAI).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@copilot add openai as a tag under azureServices for this template

Comment on lines +7605 to +7611
"azureServices": [
"aca",
"blobstorage",
"azureai",
"managedidentity",
"serviceprincipal"
]
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This entry’s source/description indicates it’s an OpenAI/Azure OpenAI template (“agent-openai…”, “generative AI”), but the openai tag is missing (and azureServices also omits openai). If consumers filter templates by openai, this template will be incorrectly excluded. Please align tags/azureServices with the actual dependencies used by the repo (add openai where applicable, or adjust the description if it does not use OpenAI).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@copilot add openai as a tag under azureServices for this template

Comment on lines +7614 to +7615
"title": "Multi Agent Custom Automation Engine Solution Accelerator",
"description": "The Multi-Agent Custom Automation Engine Solution Accelerator is an AI-driven orchestration system that manages a group of AI agents to accomplish tasks based on user input. Powered by AutoGen, Azure OpenAI, Cosmos, and infrastructure services, it provides a ready to go application to use as a reference, allowing you to hit the ground running.",
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

The description explicitly says “Powered by… Azure OpenAI”, but tags doesn’t include openai and azureServices doesn’t list openai. This creates inconsistent metadata and will likely cause incorrect categorization/filtering. Update tags/azureServices to reflect Azure OpenAI usage (or remove “Azure OpenAI” from the description if not actually used).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@copilot add openai to AzureServices as a tag for this template

Comment on lines +7619 to +7622
"source": "https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator",
"tags": [
"aicollection"
],
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

The description explicitly says “Powered by… Azure OpenAI”, but tags doesn’t include openai and azureServices doesn’t list openai. This creates inconsistent metadata and will likely cause incorrect categorization/filtering. Update tags/azureServices to reflect Azure OpenAI usage (or remove “Azure OpenAI” from the description if not actually used).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

PR opened to add openai as tag: #781

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@copilot add openai for this template under azureServices in the highlighted section

Comment on lines +7630 to +7637
"azureServices": [
"appservice",
"keyvault",
"azureai",
"aifoundry",
"serviceprincipal",
"appinsights"
]
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

The description explicitly says “Powered by… Azure OpenAI”, but tags doesn’t include openai and azureServices doesn’t list openai. This creates inconsistent metadata and will likely cause incorrect categorization/filtering. Update tags/azureServices to reflect Azure OpenAI usage (or remove “Azure OpenAI” from the description if not actually used).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I have opened a PR to add the tag, #781 in response

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@copilot update the azureServices for this template to include openai tag, it should be added between lines 7631-7636. make no other updates

resolving duplicate listings of the author url

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@haileyhuber8
Copy link
Copy Markdown
Contributor Author

@copilot remove all references to "openai" that are nested under "azureServices". Do not remove any openai mentions from template names or titles. Leave everything else exactly the same, only remove the azureServices openai that we added in our last few comments

Copy link
Copy Markdown
Contributor

@hemarina hemarina left a comment

Choose a reason for hiding this comment

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

Thank you for doing this! I think we already have openai tag: #781 (comment).

Copy link
Copy Markdown
Collaborator

@kristenwomack kristenwomack left a comment

Choose a reason for hiding this comment

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

Thank you for adding these!

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.

4 participants