Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update new tag for next release #453

Merged
merged 5 commits into from
Oct 19, 2024
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
56 changes: 24 additions & 32 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,6 @@
"python",
"ai",
"streamlit",
"new",
"rag"
]
},
Expand All @@ -2260,8 +2259,7 @@
"speechservice",
"azureai",
"managedidentity",
"semantickernel",
"new"
"semantickernel"
]
},
{
Expand All @@ -2276,8 +2274,7 @@
"blobstorage",
"functions",
"bicep",
"python",
"new"
"python"
]
},
{
Expand Down Expand Up @@ -2306,7 +2303,6 @@
"vnets",
"kernelmemory",
"promptengineering",
"new",
"rag"
]
},
Expand All @@ -2324,8 +2320,7 @@
"python",
"pinecone",
"rag",
"ai",
"new"
"ai"
]
},
{
Expand Down Expand Up @@ -2361,8 +2356,7 @@
"managedidentity",
"openai",
"aicollection",
"msft",
"new"
"msft"
]
},
{
Expand All @@ -2378,8 +2372,8 @@
"aca",
"azureai",
"aicollection",
"msft",
"new"
"msft"

]
},
{
Expand All @@ -2397,8 +2391,24 @@
"azureappconfig",
"featureExperimentation",
"bicep",
"featuremanagement",
"new"
"featuremanagement"
]
},
{
"title": "Hello AZD",
"description": "A demo template that provides a getting started and welcome experience for the Azure Developer CLI. Run the template to provision and deploy resources to Azure and experiment with a working sample app.",
"preview": "./templates/images/hello-azd.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Content Team",
"source": "https://github.com/Azure-Samples/hello-azd",
"tags": [
"dotnetCsharp",
"blobstorage",
"aca",
"cosmosdb",
"bicep",
"managedidentity",
"msft"
]
},
{
Expand Down Expand Up @@ -2427,24 +2437,6 @@
"new"
]
},
{
"title": "Hello AZD",
"description": "A demo template that provides a getting started and welcome experience for the Azure Developer CLI. Run the template to provision and deploy resources to Azure and experiment with a working sample app.",
"preview": "./templates/images/hello-azd.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Content Team",
"source": "https://github.com/Azure-Samples/hello-azd",
"tags": [
"dotnetCsharp",
"blobstorage",
"aca",
"cosmosdb",
"bicep",
"managedidentity",
"new",
"msft"
]
},
{
"title": "RAG using LangChain with Azure OpenAI and Azure Cosmos DB for MongoDB vCore",
"description": "A Python sample for implementing retrieval augmented generation using Azure Open AI to generate embeddings, Azure Cosmos DB for MongoDB vCore to perform vector search and LangChain. Deployed to Azure App service using Azure Developer CLI (azd).",
Expand Down