Skip to content

Commit

Permalink
Add azure-appconfig-aks template (#352)
Browse files Browse the repository at this point in the history
* Add Azure App Configuration template

* Update appconfiguration production url
  • Loading branch information
RichardChen820 authored Apr 8, 2024
1 parent 878e28b commit e1a5b0d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ export type TagType =
| "azurestorage"
| "helm"
| "dall-e"
| "gpt";
| "gpt"
| "azureappconfig";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -568,6 +569,13 @@ export const Tags: { [type in TagType]: Tag } = {
url: "https://azure.microsoft.com/products/storage",
type: "Service",
},
azureappconfig: {
label: "Azure App Configuration",
description: "Template architecture uses Azure App Configuration",
azureIcon: "./img/Azure-App-Configuration.svg",
url: "https://azure.microsoft.com/products/app-configuration",
type: "Service",
},

// For Topics
datascience: {
Expand Down
6 changes: 6 additions & 0 deletions website/static/img/Azure-App-Configuration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1559,5 +1559,23 @@
"community",
"new"
]
},
{
"title": "Dynamic Configuration for AKS workloads (w/o changing ConfigMaps or with Azure App Configuration)",
"description": "A sample that demonstrates how to dynamically configure an Azure Kubernetes Service (AKS) workload with Azure App Configuration.",
"preview": "./templates/images/azure-appconfig-aks.png",
"website": "https://github.com/Azure/AppConfiguration",
"author": "Azure App Configuration",
"source": "https://github.com/Azure-Samples/azure-appconfig-aks",
"tags": [
"azureappconfig",
"kubernetes",
"aks",
"dotnetCsharp",
"bicep",
"webapps",
"msft",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e1a5b0d

Please sign in to comment.