All Projects → Azure → Azure Functions

Azure / Azure Functions

Projects that are alternatives of or similar to Azure Functions

python-serverless-api
Boilerplate flask app that is portable between different serverless platforms (AWS, Azure, GCP).
Stars: ✭ 19 (-97.7%)
Mutual labels:  azure-functions
Appservice Acmebot
Automated ACME issuer for Azure App Service (Web Apps / Functions / Containers)
Stars: ✭ 281 (-66.02%)
Mutual labels:  azure-functions
Azure Webjobs Sdk
Azure WebJobs SDK
Stars: ✭ 627 (-24.18%)
Mutual labels:  azure-functions
durable-functions-producer-consumer
Uses Durable Functions' fan out pattern to load N messages across M sessions into various Azure Storage/Messaging services. Includes the ability to consume the messages with another Azure Function & load timing data in to Event Hubs for ingestion in to analytics services like Azure Data Explorer
Stars: ✭ 31 (-96.25%)
Mutual labels:  azure-functions
Serverless Microservices Reference Architecture
This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
Stars: ✭ 270 (-67.35%)
Mutual labels:  azure-functions
25 Days Of Serverless
Repository responsible for 25 days of Serverless challenges
Stars: ✭ 400 (-51.63%)
Mutual labels:  azure-functions
Prisma-Enhanced-Remediation
Create custom auto-remediation solutions using serverless functions in the cloud.
Stars: ✭ 31 (-96.25%)
Mutual labels:  azure-functions
Azure Functions Core Tools
Command line tools for Azure Functions
Stars: ✭ 745 (-9.92%)
Mutual labels:  azure-functions
Azure Webjobs Sdk Extensions
Azure WebJobs SDK Extensions
Stars: ✭ 275 (-66.75%)
Mutual labels:  azure-functions
Rockpaperscissorslizardspock
Rock, Paper, Scissors, Lizard, Spock - Sample Application
Stars: ✭ 477 (-42.32%)
Mutual labels:  azure-functions
lets-encrypt-azure
Azure function based Let's Encrypt automation for Azure CDN & app services
Stars: ✭ 60 (-92.74%)
Mutual labels:  azure-functions
Azure Functions Python Samples
Azure Functions Python Sample Codes
Stars: ✭ 266 (-67.84%)
Mutual labels:  azure-functions
Guide
Serverless Guide - An open-source definitive guide to serverless architectures.
Stars: ✭ 421 (-49.09%)
Mutual labels:  azure-functions
ContosoLending
An ASP.NET Core 3.1 app showcasing gRPC, server-side Blazor, SignalR, and C# 8.
Stars: ✭ 15 (-98.19%)
Mutual labels:  azure-functions
Letsencrypt Siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
Stars: ✭ 727 (-12.09%)
Mutual labels:  azure-functions
cortana-intelligence-customer360
This repository contains instructions and code to deploy a customer 360 profile solution on Azure stack using the Cortana Intelligence Suite.
Stars: ✭ 22 (-97.34%)
Mutual labels:  azure-functions
App Service Announcements
Subscribe to this repo to be notified about major changes in App Service
Stars: ✭ 377 (-54.41%)
Mutual labels:  azure-functions
Ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Stars: ✭ 6,896 (+733.86%)
Mutual labels:  azure-functions
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 732 (-11.49%)
Mutual labels:  azure-functions
Azure Readiness Checklist
This checklist is your guide to the best practices for deploying secure, scalable, and highly available infrastructure in Azure. Before you go live, go through each item, and make sure you haven't missed anything important!
Stars: ✭ 457 (-44.74%)
Mutual labels:  azure-functions

Azure Functions

Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in virtually any Azure or 3rd party service as well as on-premises systems. Azure Functions allows developers to take action by connecting to data sources or messaging solutions, thus making it easy to process and react to events. Azure Functions scale based on demand and you pay only for the resources you consume.

This repository acts as a directory for folks looking for the various resources we have for Azure Functions.

Get Started with Azure Functions

To get started with Azure Functions, you can visit functions.azure.com and click on the green Get Started button. If you need a trial Azure subscription, there is also a link on that page.

Documentation

Visit azure.com for the primary Azure Functions documentation page.

If you would like documentation on the Functions runtime oriented towards contributors, those are hosted in the Azure WebJobs SDK script GitHub wiki.

Questions & Help

If you have questions about Azure Functions, we encourage you to reach out to the community and Azure Functions dev team for help.

  • For all questions and technical help, our Microsoft Q&A is an easy place to have a conversation with our engineering team.
  • For questions which fit the Stack Overflow format ("how does this work?"), we monitor the azure-functions tag.
  • You can also tweet/follow @AzureFunctions.

While we do our best to help out in a timely basis, we don't have any promise around the above resources. If you need an SLA on support from us, it's recommended you invest in an Azure Support plan.

Issues & feature requests

We track functional issues in a variety of places for Azure Functions. If you have found an issue or have a feature request, please submit an issue to the below repositories.

Item Description Link
Documentation Docs for Azure Functions features + getting started File an Issue
Runtime Script Host, Triggers & Bindings, Language Support File an Issue
Core Tools Command line interface for local development File an Issue
Dev Tools Visual Studio and VS Code File an Issue
Portal User Interface or Experience Issue File an Issue
Templates Code Issues with Creation Template File an Issue
Azure CLI Create and manage function apps in Azure (az functionapp) File and Issue

Before filing an issue, please check that it doesn't already exist. If you're not sure if you should file an issue, you can open up an MSDN forum question. We also have a uservoice feedback site which we can track your feature requests through.

Helpful links

Get started

Questions & Feedback

GitHub repositories

Documentation

Samples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].