About 10,600,000 results
Open links in new tab
  1. Azure Functions overview | Microsoft Learn

    Mar 25, 2025 · Azure Functions is a serverless solution that allows you to build robust apps while using less code, and with less infrastructure and lower costs. Instead of worrying about deploying and maintaining servers, you can use the cloud infrastructure to provide all the up-to-date resources needed to keep your applications running.

  2. Create your first function in the Azure portal | Microsoft Learn

    Sep 11, 2024 · Azure Functions lets you run your code in a serverless environment without having to first create a virtual machine (VM) or publish a web application. In this article, you learn how to use Azure Functions to create a "hello world" HTTP trigger function in the Azure portal. Choose your preferred programming language at the top of the article.

  3. What is Microsoft Azure Functions? - GeeksforGeeks

    Jul 27, 2023 · Azure Functions is a serverless computing service provided by Microsoft Azure to help us run tasks on a schedule like processing data, working with the Internet of Things (IoT), and integrating systems. We can also use them to develop server-less applications, simple APIs, and microservices.

  4. Getting started with Azure Functions | Microsoft Learn

    Mar 19, 2025 · Azure Functions allows you to implement your system's logic as event-driven, readily available blocks of code. These code blocks are called "functions". This article is to help you find your way to the most helpful Azure Functions content as quickly as possible.

  5. Introduction To Azure Function App - C# Corner

    Jun 20, 2024 · What is Azure Function App? 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 other Azure services, SaaS products, and on-premises systems.

  6. Azure Functions – Serverless Functions in Computing | Microsoft Azure

    Azure Functions allows you to implement your system's logic as event-driven, readily available blocks of code. These code blocks are called "functions". You write your function code in your preferred language using your favorite development tools and then deploy your code to …

  7. What Is Azure Functions: A Beginner's Tutorial - C# Corner

    Azure Functions is a serverless concept of cloud-native design that allows a piece of code to be deployed and executed without needing server infrastructure, web server, or any configurations. In addition, azure functions can be written in multiple languages such as C#, Java, JavaScript, TypeScript, and Python.

  8. Azure Functions Tutorials - Azure Lessons

    Learn How to create a Function App in Azure Portal. Learn how to create Azure Function in Visual Studio Code. Learn How To Create and Deploy Azure Functions In Visual Studio. Create a typescript Azure Function. Learn how to create and deploy a typescript Azure Function from Visual Studio Code.

  9. Azure Functions: Simple Explanation with Examples - DevOps Blog

    Aug 10, 2023 · Azure Functions is a serverless computing service offered by Microsoft Azure. It enables the execution of small units of code, called functions, without the need to manage servers. These functions are triggered by specific events or inputs, allowing developers to respond to events in real-time.

  10. Azure Functions - Azure Lessons

    Mar 7, 2024 · The Azure function app is an execution context where exactly the Azure Functions are hosted. In another way, if you are creating a project, you can call the Function app the Project where you want to deploy your functions.

  11. Some results have been removed