Add 36 AI App Templates missing from awesome-azd gallery#780
Add 36 AI App Templates missing from awesome-azd gallery#780haileyhuber8 wants to merge 5 commits intoAzure:mainfrom
Conversation
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>
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
There was a problem hiding this comment.
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)
| "source": "https://github.com/dminkovski/agent-openai-banking-assistant-csharp", | ||
| "tags": [ | ||
| "aicollection" | ||
| ], |
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
@copilot add openai as a tag under azureServices for this template
| "azureServices": [ | ||
| "aca", | ||
| "blobstorage", | ||
| "azureai", | ||
| "managedidentity", | ||
| "serviceprincipal" | ||
| ] |
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
@copilot add openai as a tag under azureServices for this template
| "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.", |
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
@copilot add openai to AzureServices as a tag for this template
| "source": "https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator", | ||
| "tags": [ | ||
| "aicollection" | ||
| ], |
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
@copilot add openai for this template under azureServices in the highlighted section
| "azureServices": [ | ||
| "appservice", | ||
| "keyvault", | ||
| "azureai", | ||
| "aifoundry", | ||
| "serviceprincipal", | ||
| "appinsights" | ||
| ] |
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
I have opened a PR to add the tag, #781 in response
There was a problem hiding this comment.
@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>
|
@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 |
hemarina
left a comment
There was a problem hiding this comment.
Thank you for doing this! I think we already have openai tag: #781 (comment).
kristenwomack
left a comment
There was a problem hiding this comment.
Thank you for adding these!
Add 36 AI App Templates to awesome-azd
Summary
Adds 36 templates from ai-app-templates that were missing from awesome-azd.
Changes
Validation
Notes