Skip to content

Commit

Permalink
Merge pull request #188 from lopezleandro03/main
Browse files Browse the repository at this point in the history
azd template: devcenter with azure deployment environments
  • Loading branch information
gkulin authored Sep 12, 2023
2 parents 3ff0039 + 66a83b8 commit 501370f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
18 changes: 18 additions & 0 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ export type TagType =
| 'agw'
| 'streamlit'
| 'azurebot'
| 'ade'
| 'platformengineering'
| 'devcenter'
;


Expand Down Expand Up @@ -297,6 +300,11 @@ export const Tags: {[type in TagType]: Tag} = {
description: 'Template architecture uses Streamlit library',
color: 'hotpink',
},
devcenter: {
label: 'Dev Center',
description: 'Template architecture uses Dev Center',
color: 'hotpink',
},
// ---- Azure Services
ahds: {
label: 'Azure Health Data Service',
Expand Down Expand Up @@ -454,6 +462,11 @@ export const Tags: {[type in TagType]: Tag} = {
description: 'Template architecture uses Azure AI Bot Service',
color: 'hotpink',
},
ade: {
label: 'Azure Deployment Environments',
description: 'Template architecture uses Azure Deployment Environments',
color: 'hotpink',
},

// For Topics
datascience:{
Expand All @@ -470,6 +483,11 @@ export const Tags: {[type in TagType]: Tag} = {
label: 'Artificial Intelligence',
description: 'Template architecture involves Artificial Intelligence',
color: 'hotpink',
},
platformengineering: {
label: 'Platform Engineering',
description: 'Template architecture involves Platform Engineering',
color: 'hotpink',
}
};

14 changes: 14 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,5 +1102,19 @@
"bicep",
"spring"
]
},
{
"title": "Terraform template to bootstrap Azure Deployment Environments",
"description": "A template to deploy Azure DevCenter with the minimun configuration to start using Azure Deployment Environments and supercharge your platform engineering story. Infrastructure as Code (written in Terraform) will get you started quickly to enable developers to self-serve environments via the Developer Portal, Azure CLI or CI/CD pipelines.",
"preview": "./templates/images/azure-deployment-environments.png",
"website": "https://github.com/lopezleandro03",
"author": "Leandro Lopez",
"source": "https://github.com/lopezleandro03/azd-devcenter",
"tags": [
"terraform",
"platformengineering",
"devcenter",
"ade"
]
}
]
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 501370f

Please sign in to comment.