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

Adds new template for Bicep provisioning of Dev Center & deployment environments #245

Merged
merged 2 commits into from
Nov 14, 2023
Merged
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
10 changes: 9 additions & 1 deletion website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1129,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.",
Expand All @@ -1151,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"]
}
]
Loading