Skip to content

Commit

Permalink
update new tag for next release (#453)
Browse files Browse the repository at this point in the history
* Create CNAME

* Delete CNAME

* update new tag
  • Loading branch information
hemarina authored Oct 19, 2024
1 parent ca9163f commit 7e30a26
Showing 1 changed file with 24 additions and 32 deletions.
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

0 comments on commit 7e30a26

Please sign in to comment.