About 585,000 results
Open links in new tab
  1. Serverless web application - Azure Architecture Center

    This reference architecture shows a serverless web application, which serves static content from Azure Blob Storage and implements an API using Azure Functions.

  2. Serverless Functions code walkthrough - Azure Architecture

    Learn about serverless technologies in Azure by walking through an example implementation of a serverless application with Azure Functions.

  3. Architecture best practices for Azure Functions

    Feb 13, 2025 · Learn about Azure Well-Architected Framework design considerations and configuration recommendations for Azure Functions.

  4. CLEAN ARCHITECTURE IN SERVERLESS AZURE FUNCTION

    Nov 6, 2023 · Here is an example of a class library and function visibility in the Azure function clean architecture. You can take a look at the screenshot of Solution Explorer and observe that it...

  5. How To Use Azure Functions For Event-Driven Architecture

    Feb 26, 2024 · Let's dive deeper into using Azure functions for building event-driven architectures. Azure Function: It is a serverless component that runs code or business logic as a reaction to the trigger. Function App: It is a service that provides a platform for running Azure functions and their management. On this page, click on the Create function app.

  6. Understanding Azure Functions for Microservice Architecture

    Mar 28, 2025 · Azure Functions are serverless compute services that are event-triggered code without having to provision or manage infrastructure. Serverless: No server management is required. Azure takes care of scaling, maintenance, and the underlying infrastructure. You only pay attention to your code.

  7. API endpoints using Azure Functions - GitHub

    As the macro architecture depicts, the APIs are implemented using C# Azure Functions. They have a simple architecture that can be illustrated as follows: Please note the following: The Persistence Layer implements the IPersistenceService interface.

  8. Efficient Development with Azure Functions: 4 Practical Scenarios

    Feb 27, 2024 · Azure Functions, a prominent player in this domain, is a serverless compute service that enables the execution of event-triggered code without the burden of provisioning or managing servers....

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

    Aug 10, 2023 · Azure Functions simplifies development by removing the need for infrastructure management, allowing developers to focus solely on writing code. Common triggers in Azure Functions include HTTP triggers, timer triggers, blob storage triggers, and queue triggers.

  10. Serverless Event-Driven Architecture on Azure: A Worked Example

    Jun 12, 2020 · We will try to show a viable way to start new projects on the cloud using serverless products from Azure. Capitalizing on the serverless offers of Azure can be a huge time saver and cost saver to teams that need to rapidly create modern, scalable, and elastic solutions.

  11. Some results have been removed
Refresh