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

azd template: devcenter with azure deployment environments #188

Merged
merged 4 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading