Skip to content

Commit

Permalink
remove Functions AI template & http tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BigMorty committed Oct 17, 2024
1 parent 8931241 commit db5c2e5
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-dotnet-azd",
"tags": ["new", "functions", "dotnetCsharp", "http", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
"tags": ["new", "functions", "dotnetCsharp", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions Python HTTP Trigger using Azure Developer CLI",
Expand All @@ -2211,7 +2211,7 @@
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-python-http-azd",
"tags": ["new", "functions", "python", "http", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
"tags": ["new", "functions", "python", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions JavaScript HTTP Trigger using Azure Developer CLI",
Expand All @@ -2220,7 +2220,7 @@
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-javascript-azd",
"tags": ["new", "functions", "javascript", "http", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
"tags": ["new", "functions", "javascript", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions TypeScript HTTP Trigger using Azure Developer CLI",
Expand All @@ -2229,7 +2229,7 @@
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-typescript-azd",
"tags": ["new", "functions", "typescript", "http", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
"tags": ["new", "functions", "typescript", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions Java HTTP Trigger using Azure Developer CLI",
Expand All @@ -2238,7 +2238,7 @@
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/azure-functions-java-flex-consumption-azd",
"tags": ["new", "functions", "java", "http", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
"tags": ["new", "functions", "java", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions PowerShell HTTP Trigger using Azure Developer CLI",
Expand All @@ -2247,15 +2247,6 @@
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-powershell-azd",
"tags": ["new", "functions", "powershell", "http", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
},
{
"title": "Chat + Enterprise data with Azure OpenAI and Azure Functions (C#)",
"description": "This C# demo is based on azure-search-openai-demo and uses a static web app for the frontend and Azure functions for the backend API's. This solution uses the Azure Functions OpenAI triggers and binding extension for the backend capabilities.",
"preview": "./templates/images/functions-OpenAI-chat-enterprise.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/Azure-Functions-OpenAI-Demo",
"tags": ["new", "functions", "dotnetCsharp", "managedidentity", "vnets", "appinsights", "openai", "azureai", "ai", "rag", "azurebot", "msft", "bicep"]
"tags": ["new", "functions", "powershell", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
}
]

0 comments on commit db5c2e5

Please sign in to comment.