Skip to content

Latest commit

 

History

History
133 lines (107 loc) · 7.97 KB

File metadata and controls

133 lines (107 loc) · 7.97 KB
title Getting started with Azure Functions
description Take the first steps toward working with Azure Functions.
ms.topic overview
ms.custom devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
ms.date 03/17/2025
zone_pivot_groups programming-languages-set-functions-full

Getting started with Azure Functions

Azure Functions lets you implement your system's logic as event-driven, readily available blocks of code. These code blocks are called functions. This article helps you find the most useful Azure Functions content quickly. For more general information about Azure Functions, see the Introduction to Azure Functions.

Choose your preferred development language at the top of the article.

Create your first function

Complete a quickstart article to create and deploy your first functions in less than five minutes.

You can create your first function by using one of the following tools:

Review end-to-end samples

These sites let you browse existing functions reference projects and samples in your desired language: ::: zone-end ::: zone pivot="programming-language-csharp"

Scenarios

Here are some common scenarios to help you get started:

Explore an interactive tutorial

Complete one of the following interactive training modules to learn more about Functions:

To learn even more, see the full listing of interactive tutorials.

Related content

::: zone pivot="programming-language-csharp"
Learn more about developing functions by reviewing one of these C# reference articles:

You might also be interested in these articles: