About 430,000 results
Open links in new tab
  1. Create serverless APIs using Azure Functions and API Management

    Publish an Angular, React, Svelte, or Vue JavaScript app and API with Azure Static Web Apps and Azure Functions. Deploy your code from GitHub to a staging site using preview URLs.

  2. Azure Functions Rest API Example C# - Azure Lessons

    Oct 8, 2023 · Suppose you need to create a REST API application. Then, you can create a simple REST API application using the Azure Function. It is really easy to do with the help of Azure …

  3. Azure Functions documentation | Microsoft Learn

    Functions can provide scalable and serverless hosting for your code projects written in the most productive language for you. You can use Functions to build web APIs, respond to database …

  4. How to build REST APIs with Azure functions - Medium

    Oct 29, 2023 · In this blog post, I am going to describe how to create server less Azure functions that can work as REST APIs and how easy it is to create and test them locally and then …

  5. How to Build Serverless APIs with Azure Functions in Azure Portal

    Mar 28, 2025 · Azure Functions is a serverless compute service that allows us to run event-driven code without having to manage infrastructure. It enables developers to focus on business logic …

  6. Azure Functions documentation | Azure Docs

    Azure Functions is a managed platform-as-a-service (PaaS) provider that provides event-driven and scheduled compute resources for Azure cloud services. You can focus on the code that …

  7. Develop Microservices Using Azure Functions, API Management

    Jan 30, 2025 · Azure Functions is a serverless compute service that lets you run code pieces (functions) in Azure Cloud without worrying about provisioning infrastructure. We will leverage …

  8. Building Serverless APIs with Azure Functions and API

    Jun 22, 2025 · Azure Functions and API Management create a powerful combination that lets you build, secure, and monitor APIs without server headaches.

  9. Making a CRUD API using Azure Functions and Azure Cosmos DB

    Dec 29, 2020 · From Microsoft's site, Azure Functions is a serverless compute service (Function as a service) provided by Azure, Microsoft's cloud service. It lets you run event-triggered code …

  10. Getting started with Azure Functions | Microsoft Learn

    Oct 28, 2025 · Learn how to create a function app for serverless execution in Azure Functions using the Azure portal. Find out which languages are supported for developing function apps …