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

Add new Azure Functions templates #449

Merged
merged 6 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
63 changes: 63 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2194,5 +2194,68 @@
"langchain",
"new"
]
},
{
"title": "Azure Functions C# HTTP Trigger using Azure Developer CLI",
"description": "This repository contains an Azure Functions HTTP trigger quickstart written in C# and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (azd). The sample uses managed identity and a virtual network to make sure deployment is secure by default.",
"preview": "./templates/images/test.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-dotnet-azd",
"tags": ["new", "functions", "flex", "dotnetCsharp", "http", "entra-id", "vnet", "appinsights", "msft", "bicep"]
BigMorty marked this conversation as resolved.
Show resolved Hide resolved
},
{
"title": "Azure Functions Python HTTP Trigger using Azure Developer CLI",
"description": "This repository contains an Azure Functions HTTP trigger quickstart written in Python and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (azd). The sample uses managed identity and a virtual network to make sure deployment is secure by default.",
"preview": "./templates/images/test.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-python-http-azd",
"tags": ["new", "functions", "flex", "python", "http", "entra-id", "vnet", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions JavaScript HTTP Trigger using Azure Developer CLI",
"description": "This repository contains an Azure Functions HTTP trigger quickstart written in JavaScript and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (azd). The sample uses managed identity and a virtual network to make sure deployment is secure by default.",
"preview": "./templates/images/test.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-javascript-azd",
"tags": ["new", "functions", "flex", "javascript", "http", "entra-id", "vnet", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions TypeScript HTTP Trigger using Azure Developer CLI",
"description": "This repository contains an Azure Functions HTTP trigger quickstart written in TypeScript and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (azd). The sample uses managed identity and a virtual network to make sure deployment is secure by default.",
"preview": "./templates/images/test.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-typescript-azd",
"tags": ["new", "functions", "flex", "typescript", "http", "entra-id", "vnet", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions Java HTTP Trigger using Azure Developer CLI",
"description": "This repository contains an Azure Functions HTTP trigger quickstart written in Java and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (AZD). This sample uses managed identity and a virtual network to insure it's secure by default.",
"preview": "./templates/images/test.png",
"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", "flex", "java", "http", "entra-id", "vnet", "appinsights", "msft", "bicep"]
},
{
"title": "Azure Functions PowerShell HTTP Trigger using Azure Developer CLI",
"description": "This repository contains an Azure Functions HTTP trigger quickstart written in PowerShell and deployed to Azure Functions Flex Consumption using the Azure Developer CLI (AZD). This sample uses managed identity and a virtual network to insure it's secure by default.",
"preview": "./templates/images/test.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Functions Team",
"source": "https://github.com/Azure-Samples/functions-quickstart-powershell-azd",
"tags": ["new", "functions", "flex", "powershell", "http", "entra-id", "vnet", "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", "flex", "dotnetCsharp", "entra-id", "vnet", "appinsights", "openai", "ai", "chat", "rag", "skills", "msft", "bicep"]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading