Skip to content
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
35 changes: 29 additions & 6 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -5673,8 +5673,7 @@
"loganalytics",
"managedidentity"
],
"languages": [
],
"languages": [],
"id": "f3e2f3e1-5d4c-4e2e-9f4a-3c6e2f3e4b5c"
},
{
Expand Down Expand Up @@ -5773,8 +5772,7 @@
"vnets",
"appinsights"
],
"languages": [
],
"languages": [],
"id": "d0d40d21-8951-4421-ac04-a929dcbb357e"
},
{
Expand Down Expand Up @@ -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).",
Expand Down