From c1d4ba9c83dd00d75aa77e10459b92a893104b7e Mon Sep 17 00:00:00 2001 From: Wallace Breza Date: Thu, 2 May 2024 11:25:47 -0700 Subject: [PATCH 1/3] Adds AI starter templates --- website/static/templates.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/static/templates.json b/website/static/templates.json index e24c6341..10e750ee 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1677,5 +1677,23 @@ "appinsights", "blobstorage" ] + }, + { + "title": "Azure AI Starter", + "description": "Bicep template that deploys Azure AI services with configured machine learning models.", + "preview": "./templates/images/test.png", + "website": "https://github.com/Azure/azure-dev", + "author": "Azure Dev", + "source": "https://github.com/Azure-Samples/azd-ai-starter", + "tags": ["bicep", "ai", "azureai", "openai", "msft"] + }, + { + "title": "Azure AI Studio Starter", + "description": "Bicep template that deploys everything you need to get started with Azure AI Studio. Includes AI Hub with dependent resources, AI project, AI Services and an online endpoint", + "preview": "./templates/images/test.png", + "website": "https://github.com/Azure/azure-dev", + "author": "Azure Dev", + "source": "https://github.com/Azure-Samples/azd-aistudio-starter", + "tags": ["bicep", "ai", "azureai", "openai", "msft"] } ] From 4898191e402d076044fc89184c562ddda58b91d4 Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Thu, 2 May 2024 13:05:31 -0700 Subject: [PATCH 2/3] Update website/static/templates.json --- website/static/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/templates.json b/website/static/templates.json index 10e750ee..50d9813d 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1685,7 +1685,7 @@ "website": "https://github.com/Azure/azure-dev", "author": "Azure Dev", "source": "https://github.com/Azure-Samples/azd-ai-starter", - "tags": ["bicep", "ai", "azureai", "openai", "msft"] + "tags": ["bicep", "ai", "azureai", "openai", "msft", "new"] }, { "title": "Azure AI Studio Starter", From 93ef013efba45270244666ff4a053b0425c5e3e2 Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Thu, 2 May 2024 13:05:47 -0700 Subject: [PATCH 3/3] Update website/static/templates.json --- website/static/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/templates.json b/website/static/templates.json index 50d9813d..9c3668e1 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1694,6 +1694,6 @@ "website": "https://github.com/Azure/azure-dev", "author": "Azure Dev", "source": "https://github.com/Azure-Samples/azd-aistudio-starter", - "tags": ["bicep", "ai", "azureai", "openai", "msft"] + "tags": ["bicep", "ai", "azureai", "openai", "msft", "new"] } ]