From a2bc0d37b1a3e12000e9489008b239f4dc86128f Mon Sep 17 00:00:00 2001 From: Wallace Breza Date: Wed, 8 Nov 2023 11:52:38 -0800 Subject: [PATCH 1/2] Adds new template for Bicep provisioning of Dev Center & deployment environments --- website/static/templates.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/templates.json b/website/static/templates.json index 0fb2d46d..b90c54db 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1089,6 +1089,21 @@ "source": "https://github.com/lopezleandro03/azd-devcenter", "tags": ["terraform", "platformengineering", "ade", "community"] }, + { + "title": "Bicep 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 Bicep) 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/Azure/azure-dev", + "author": "Azure Dev", + "source": "https://github.com/Azure-Samples/azd-deployment-environments", + "tags": [ + "devcenter", + "bicep", + "platformengineering", + "ade", + "msft" + ] + }, { "title": "Java - ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search", "description": "This repo is the java conversion of the well known chatGPT + Enterprise data code sample originally developed in python", From e719f96048e4015bb9d547bff28007f05a292c26 Mon Sep 17 00:00:00 2001 From: hemarina Date: Wed, 8 Nov 2023 15:04:51 -0800 Subject: [PATCH 2/2] update tag --- website/static/templates.json | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index b90c54db..ed3d100f 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1089,21 +1089,6 @@ "source": "https://github.com/lopezleandro03/azd-devcenter", "tags": ["terraform", "platformengineering", "ade", "community"] }, - { - "title": "Bicep 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 Bicep) 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/Azure/azure-dev", - "author": "Azure Dev", - "source": "https://github.com/Azure-Samples/azd-deployment-environments", - "tags": [ - "devcenter", - "bicep", - "platformengineering", - "ade", - "msft" - ] - }, { "title": "Java - ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search", "description": "This repo is the java conversion of the well known chatGPT + Enterprise data code sample originally developed in python", @@ -1144,7 +1129,6 @@ "new" ] }, - { "title": "ChatGPT and RAG with Azure OpenAI and Cognitive Search for JavaScript", "description": "A reference sample to build Retrieval Augmented Generation applications using Azure Cognitive Search and Azure OpenAI.", @@ -1166,5 +1150,14 @@ "typescript", "new" ] + }, + { + "title": "Bicep 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 Bicep) 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/Azure/azure-dev", + "author": "Azure Dev", + "source": "https://github.com/Azure-Samples/azd-deployment-environments", + "tags": ["bicep", "platformengineering", "ade", "msft", "new"] } ]