Skip to content

Commit

Permalink
Adds bicep & terraform starter templates (#195)
Browse files Browse the repository at this point in the history
Adds bicep & terraform starter templates into Awesome AZD
Fixes Azure/azure-dev#2794
  • Loading branch information
wbreza committed Sep 27, 2023
1 parent eece3b4 commit 09292c7
Showing 1 changed file with 44 additions and 19 deletions.
63 changes: 44 additions & 19 deletions website/static/templates.json
@@ -1,22 +1,47 @@
[ {
"title": "Java Spring Apps with Azure OpenAI",
"description": "AI Shopping Cart is a sample app template that supercharges your shopping experience with the power of AI. It leverages Azure OpenAI and Azure Spring Apps to build a recommendation engine that is not only scalable, resilient, and secure, but also personalized to your needs.",
"preview": "./templates/images/java-springapps-openai.png",
"website": "https://github.com/Azure-Samples/app-templates-java-openai-springapps",
"author": "Pierre Malarme",
"source": "https://github.com/Azure-Samples/app-templates-java-openai-springapps",
"tags": [
"featured",
"spring",
"openai",
"aca",
"azurespringapps",
"azuredb-postgreSQL",
"monitor",
"reactjs",
"bicep"
]
},
[
{
"title": "Starter - Bicep",
"description": "A starter template with Bicep as infrastructure provider",
"preview": "./templates/images/test.png",
"website": "https://github.com/Azure/azure-dev",
"author": "Azure Dev",
"source": "https://github.com/Azure-Samples/azd-starter-bicep",
"tags": [
"featured",
"bicep"
]
},
{
"title": "Starter - Terraform",
"description": "A starter template with Terraform as infrastructure provider",
"preview": "./templates/images/test.png",
"website": "https://github.com/Azure/azure-dev",
"author": "Azure Dev",
"source": "https://github.com/Azure-Samples/azd-starter-terraform",
"tags": [
"featured",
"terraform"
]
},
{
"title": "Java Spring Apps with Azure OpenAI",
"description": "AI Shopping Cart is a sample app template that supercharges your shopping experience with the power of AI. It leverages Azure OpenAI and Azure Spring Apps to build a recommendation engine that is not only scalable, resilient, and secure, but also personalized to your needs.",
"preview": "./templates/images/java-springapps-openai.png",
"website": "https://github.com/Azure-Samples/app-templates-java-openai-springapps",
"author": "Pierre Malarme",
"source": "https://github.com/Azure-Samples/app-templates-java-openai-springapps",
"tags": [
"featured",
"spring",
"openai",
"aca",
"azurespringapps",
"azuredb-postgreSQL",
"monitor",
"reactjs",
"bicep"
]
},
{
"title": "WordPress with Azure Container Apps",
"description": "A blueprint to easily and quickly create and deploy your first scalable and secure WordPress site to Azure, leveraging Azure Container Apps with Azure Database for MariaDb.",
Expand Down

0 comments on commit 09292c7

Please sign in to comment.