GitXplorerGitXplorer
A

Azure-Functions

public
1108 stars
195 forks
623 issues

Commits

List of commits on branch main.
Verified
483e99a9e579ce18503a133b71a2ac105cb7f014

Merge pull request #2271 from v-shenoy/add-links

nnzthiago committed 2 years ago
Verified
afc1305fdc26c3beeec46663e1e9638c960691ef

Merge pull request #2336 from nzthiago/main

nnzthiago committed 2 years ago
Unverified
585958f1d305e101aaf74adde7cba9efaec21688

Removing old Premium Plan preview folder

nnzthiago committed 2 years ago
Verified
6b1fe16118ee1b89b9c928a088ce11edce1ab221

Merge pull request #2309 from cloudmelon/main

ccloudmelon committed 2 years ago
Unverified
f7646b34c2e8642d5e078d3aa73acc8ba2f9ccf8

add fixes

committed 2 years ago
Unverified
507bebd424342e88714b3b64e7bd229e3692c63c

add EOL PowerShell Script

committed 2 years ago

README

The README file for this repository.

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