azure-function
There are 45 repositories under azure-function topic.
Azure-Samples/function-python-ai-textsummarize
This sample shows how to take text documents as a input via BlobTrigger, does Text Summarization & Sentiment Score processing using the AI Congnitive Language service, and then outputs to another text document using BlobOutput binding. Uses Azure Functions Python v2 programming model.
Azure-Samples/Azure-Functions-OpenAI-Demo
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.
highbyte/SonarqubeMSTeamsBridge
An integration between SonarQube and MS Teams, implemented as an Azure Function.
Azure-Samples/functions-quickstart-dotnet-azd
This Quickstart uses Azure Developer command-line (azd) tools to create functions that respond to HTTP requests. After testing the code locally, you deploy it to a new serverless function app you create running in a Flex Consumption plan in Azure Functions. This follows current best practices for secure and scalable Azure Functions deployments
Azure-Samples/functions-quickstart-python-http-azd
This Quickstart uses Azure Developer command-line (azd) tools to create functions that respond to HTTP requests. After testing the code locally, you deploy it to a new serverless function app you create running in a Flex Consumption plan in Azure Functions. This follows current best practices for secure and scalable Azure Functions deployments
advanced-security/teams-secret-scanning-notifier-azure-function
Microsoft Teams notifier for Secret Scanning alerts from GitHub Advanced Security, using a GitHub App and Azure Function
Azure-Samples/azure-functions-java-flex-consumption-azd
This Quickstart uses Azure Developer command-line (azd) tools to create functions that respond to HTTP requests. After testing the code locally, you deploy it to a new serverless function app you create running in a Flex Consumption plan in Azure Functions. This follows current best practices for secure and scalable Azure Functions deployments
Azure-Samples/function-csharp-ai-textsummarize
This sample shows how to take text documents as a input via BlobTrigger, does Text Summarization & Sentiment Score processing using the AI Congnitive Language service, and then outputs to another text document using BlobOutput binding.
buzink/CSV-to-JSON-converter-Azure-function
This is an Azure Function that converts CSV text to JSON. It can be used standalone or as the api behind a custom connector in Power Automate.
wilsoncg/bot
Rachael - C# Azure Bot
Azure-Samples/functions-quickstart-powershell-azd
This Quickstart uses Azure Developer command-line (azd) tools to create functions that respond to HTTP requests. After testing the code locally, you deploy it to a new serverless function app you create running in a Flex Consumption plan in Azure Functions. This follows current best practices for secure and scalable Azure Functions deployments
Azure-Samples/functions-quickstart-javascript-azd
This Quickstart uses Azure Developer command-line (azd) tools to create functions that respond to HTTP requests. After testing the code locally, you deploy it to a new serverless function app you create running in a Flex Consumption plan in Azure Functions. This follows current best practices for secure and scalable Azure Functions deployments
sbartholomeusz/git-actions-az-deploy-demo
Demonstration of Azure Functions deployment using Github Actions workflows
UDC-GAC/picsa
This repository gathers a set of projects to increase productivity through automation of serverless services in the cloud.
AndreRatzenberger/DurableFunctions.SemanticKernel
This project serves as an interactive tutorial series showcasing the integration of Azure Durable Functions with Semantic Kernel, enhanced with a Flask CLI frontend. Each part of the series introduces new functionalities, from simple Q&A agents to complex orchestrations, demonstrating the power of combining cloud computing with AI.
Azure-Samples/Durable-Functions-Order-Processing
This repository contains the implementation of an order processing workflow with Durable Functions in C#. The sample is deployed to Azure Functions Flex Consumption using the Azure Developer CLI (azd) and is configured with managed identity as the authentication mechanism.
Azure-Samples/functions-quickstart-typescript-azd
This Quickstart uses Azure Developer command-line (azd) tools to create functions that respond to HTTP requests. After testing the code locally, you deploy it to a new serverless function app you create running in a Flex Consumption plan in Azure Functions. This follows current best practices for secure and scalable Azure Functions deployments
eavanvalkenburg/graphql_function
Azure Function to create GraphQL endpoint against Cosmos DB
kathleenwest/Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo
In this project, we will create an Event Grid Topic in Azure for a publish-subscribe demo. Our subscriber will be an Azure function that is triggered by an event published to the Event Grid Topic. We will create the Azure function app, subscribe to our Event Grid Topic, and then demo it in action. We will use Postman to set up a POST request to our Event Grid Topic public endpoint that has authentication, version parameter, and the correct JSON body format. After we send the request, we will take a look in the Azure portal to verify the activity and that our subscriber function received and processed the event.
amit894/azure-function-incidentbot
Incident Bot in Java on Azure Functions
creativesoftwaregun/email-sender-1-func-pub
Sample Azure function project
ernitingarg/azure-resource-monitoring-grafana
Tool to generate configuration and dashboards to monitor azure resources
evansopilo/authbird
The goal of this project/repository is to demo how to develop a serverless authentication and authorization service using GoLang and Azure Services. ie. serveless storage and compute.
modusnl/GLEIF
This project demonstrates various processing approaches for handling large Xml files, using the publicly available GLEIF datasets.
mrpaulblack/AzureFunctionExample
Contains examples for isloated dotnet 8 HttpTrigger azure function
nsmaassel/UserStoryEnhancer
Azure Function App to enhance user stories using LangChain & OpenAI's API, integrating with task management tools for automated user story improvements.
PerfectThymeTech/AzureFunctionPython
This repository provides a scalable baseline for Azure Function written in Python.
telekom-mms/terraform-azurerm-app-service
A Terraform module that manages the app service resources from the azurerm provider.
BigMorty/Azure-Functions-OpenAI-Demo
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.
EdiWang/Moonglade.ContentSecurity
Content security Azure Function for filtering harmful text
EdiWang/Moonglade.Custodian
Azure Function for Moonglade that do maintenance work
HammerheadShark666/mos-registered-user-add-customer-func
Microservice Order System - Customer Microservice
jankammerath/AzFuncGolang
Boilerplate for Azure Functions written in Go. It serves as a template to deploy simple Golang apps to Azure Functions automatically using a bicep template.
miztiik/azure-function-http-trigger-async-function
Azure Python Function with Async Processing