About 129,000 results
Open links in new tab
  1. Azure Functions HTTP trigger | Microsoft Learn

    When invoking an HTTP-triggered function hosted in Azure, you need to consider your networking configuration. The HTTP client must have network access to the app, so if you have inbound …

  2. Azure Functions HTTP triggers and bindings | Microsoft Learn

    Azure Functions may be invoked via HTTP requests to build serverless APIs and respond to webhooks.

  3. Create an HTTP endpoint using Azure Functions in the portal

    May 13, 2025 · Learn how to use an HTTP trigger to create a function app with an HTTP endpoint using the Azure portal.

  4. Triggers and Bindings in Azure Functions | Microsoft Learn

    Learn how to use triggers and bindings to connect your Azure function to online events and cloud-based services.

  5. Expose APIs from functions using Azure API Management

    May 1, 2025 · 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 …

  6. Azure Functions HTTP output bindings | Microsoft Learn

    Use the HTTP output binding to respond to the HTTP request sender (HTTP trigger). This binding requires an HTTP trigger and allows you to customize the response associated with the trigger's …

  7. HTTP features in Durable Functions - Azure Functions

    Learn about the integrated HTTP features in the Durable Functions extension for Azure Functions.

  8. Azure Functions JavaScript HTTP Trigger using Azure Developer CLI

    May 8, 2025 · This repository contains an Azure Functions HTTP trigger reference sample written in JavaScript and deployed to Azure using Azure Developer CLI (azd). The sample uses managed …

  9. Manually run a non HTTP-triggered Azure Functions

    May 8, 2025 · This article demonstrates how to manually run a non HTTP-triggered function via specially formatted HTTP request. In some contexts, such as during development and troubleshooting, you …

  10. Timer trigger for Azure Functions | Microsoft Learn

    The timer trigger for Azure Functions provides an HTTP webhook that can be invoked to manually trigger the function. This can be extremely useful in the following scenarios.