Skip to content

Commit

Permalink
Add new Azure Functions templates (#449)
Browse files Browse the repository at this point in the history
* Add seven new Azure Functions templates

* add a more few tags

* only use existing tags

* remove Functions AI template & http tags

* Add powershell tag

---------

Co-authored-by: hemarina <[email protected]>
  • Loading branch information
BigMorty and hemarina authored Oct 21, 2024
1 parent 01ff848 commit d1e3006
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ export type TagType =
| "promptengineering"
| "rag"
| "featureExperimentation"
| "featuremanagement";
| "featuremanagement"
| "powershell";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -278,6 +279,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses Microsoft Feature Management",
type: "Tools",
},
powershell: {
label: "PowerShell",
description: "Template architecture uses PowerShell",
type: "Tools",
},

// ---- Infrastructure as Code
bicep: {
Expand Down
54 changes: 54 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2458,6 +2458,60 @@
"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", "dotnetCsharp", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
},
{
"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", "python", "managedidentity", "vnets", "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", "javascript", "managedidentity", "vnets", "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", "typescript", "managedidentity", "vnets", "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", "java", "managedidentity", "vnets", "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", "powershell", "managedidentity", "vnets", "appinsights", "msft", "bicep"]
},
{
"title": "Doc Intelligence-In-A-Box",
"description": "The Doc Intelligence in-a-Box project leverages Azure AI Document Intelligence to extract data from PDF forms and store the data in a Azure Cosmos DB. This solution, part of the AI-in-a-Box framework by Microsoft Customer Engineers and Architects, ensures quality, efficiency, and rapid deployment of AI and ML solutions across various industries.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1e3006

Please sign in to comment.