About 1,000,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. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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.

  7. 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 …

  8. Lesson 52: Building a REST API with Azure Functions

    In this lesson, we will cover the essential concepts and steps needed to create a RESTful API with Azure Functions. What is a REST API? A REST (Representational State Transfer) API is an …

  9. How To Build An API using Azure Functions and .Net

    Aug 5, 2024 · Azure Functions offer a powerful serverless compute service that simplifies the creation and management of APIs. By leveraging Azure Functions, developers can focus on …

  10. azure-docs/articles/azure-functions/functions-openapi ... - GitHub

    Azure Functions integrates with Azure API Management in the portal to let you expose your HTTP trigger function endpoints as REST APIs. These APIs are described using an OpenAPI …