Adds AI starter templates
This commit is contained in:
Wallace Breza 2024-05-07 00:56:48 -07:00 коммит произвёл GitHub
Родитель 83347354c4
Коммит 3c518078b4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -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", "new"]
},
{
"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", "new"]
}
]