From b641087fd5264f8b6d565080f6bd43ec7977c006 Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:34:21 -0700 Subject: [PATCH 1/3] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..49d9a5ee --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +github.azure.io \ No newline at end of file From ffeb41ca2e595e112dbeb9ef930083b478d69671 Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:34:54 -0700 Subject: [PATCH 2/3] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 49d9a5ee..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -github.azure.io \ No newline at end of file From b34c6058247371dfa758e1016506fd24d7ed6fce Mon Sep 17 00:00:00 2001 From: hemarina Date: Fri, 18 Oct 2024 17:22:54 -0700 Subject: [PATCH 3/3] update new tag --- website/static/templates.json | 56 +++++++++++++++-------------------- 1 file changed, 24 insertions(+), 32 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index 074aab35..dc29bf79 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2238,7 +2238,6 @@ "python", "ai", "streamlit", - "new", "rag" ] }, @@ -2260,8 +2259,7 @@ "speechservice", "azureai", "managedidentity", - "semantickernel", - "new" + "semantickernel" ] }, { @@ -2276,8 +2274,7 @@ "blobstorage", "functions", "bicep", - "python", - "new" + "python" ] }, { @@ -2306,7 +2303,6 @@ "vnets", "kernelmemory", "promptengineering", - "new", "rag" ] }, @@ -2324,8 +2320,7 @@ "python", "pinecone", "rag", - "ai", - "new" + "ai" ] }, { @@ -2361,8 +2356,7 @@ "managedidentity", "openai", "aicollection", - "msft", - "new" + "msft" ] }, { @@ -2378,8 +2372,8 @@ "aca", "azureai", "aicollection", - "msft", - "new" + "msft" + ] }, { @@ -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" ] }, { @@ -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).",