diff --git a/website/static/templates.json b/website/static/templates.json index 6acc1e13..389b0f2b 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -5653,8 +5653,8 @@ "monitor" ], "id": "778bea03-523e-4bcb-b555-e8de18333a60" - }, - { + }, + { "title": "Deploy Label Studio directly from Docker Hub on Azure Container Apps", "description": "An end-to-end sample deploying a public image (Label Studio) directly to Azure Container Apps with a persistent storage volume.", "preview": "./templates/images/aca-public-image-arch.png", @@ -5673,8 +5673,7 @@ "loganalytics", "managedidentity" ], - "languages": [ - ], + "languages": [], "id": "f3e2f3e1-5d4c-4e2e-9f4a-3c6e2f3e4b5c" }, { @@ -5773,8 +5772,7 @@ "vnets", "appinsights" ], - "languages": [ - ], + "languages": [], "id": "d0d40d21-8951-4421-ac04-a929dcbb357e" }, { @@ -5943,6 +5941,31 @@ "dotnetCsharp" ] }, + { + "title": "Semantic image search", + "description": "A sample full-stack app for searching images using Azure AI Vision multi-modal embeddings API and Azure AI Search integrated vectorization.", + "authorUrl": "https://github.com/Azure-Samples", + "author": "Azure Content Team", + "source": "https://github.com/Azure-Samples/image-search-aisearch", + "tags": [ + "bicep", + "ai", + "msft", + "new" + ], + "azureServices": [ + "openai", + "aisearch", + "blobstorage", + "aca" + ], + "id": "2c8e6731-cd95-445a-a3df-e78151e124f4", + "languages": [ + "python", + "typescript", + "nodejs" + ] + }, { "title": "Call API Management backend with OAuth", "description": "Demonstrates multiple ways to call OAuth-protected backend APIs through Azure API Management. This template demonstrates three authentication scenarios: Credential Manager, send-request policy with client secret and send-request policy with client certificate (client assertion).",