Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quote-of-the-day-dotnet template #421

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
14 changes: 13 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export type TagType =
| "speechservice"
| "kernelmemory"
| "promptengineering"
| "rag";
| "rag"
| "featureExperimentation"
| "featuremanagement";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -271,6 +273,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses Microsoft Authentication Library",
type: "Tools",
},
featuremanagement: {
label: "Microsoft Feature Management",
description: "Template architecture uses Microsoft Feature Management",
type: "Tools",
},

// ---- Infrastructure as Code
bicep: {
Expand Down Expand Up @@ -713,4 +720,9 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture involves Prompt Engineering",
type: "Topic",
},
featureExperimentation: {
label: "Feature Experimentation",
description: "Template architecture involves Feature Experimentation",
type: "Topic",
},
};
21 changes: 19 additions & 2 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2081,8 +2081,6 @@
"new"
]
},


{
"title": "Azure OpenAI Chat Frontend",
"description": "Features a Chat-GPT-like user interface, including additional capabilities to debug responses, restyle, revisit history and reset the chat.",
Expand Down Expand Up @@ -2152,5 +2150,24 @@
"community",
"new"
]
},
{
"title": "Quote of the Day: Feature Experimentation in .NET with Azure App Configuration",
"description": "An ASP.NET Core web app that demonstrates A/B testing using Azure App Configuration and the Microsoft Feature Management library.",
"preview": "./templates/images/quote-of-the-day-diagram.png",
"website": "https://github.com/Azure/AppConfiguration",
"author": "Azure App Configuration",
"source": "https://github.com/Azure-Samples/quote-of-the-day-dotnet",
"tags": [
"msft",
"dotnetCsharp",
"appinsights",
"appservice",
"azureappconfig",
"featureExperimentation",
"bicep",
"featuremanagement",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.