About 496,000 results
Open links in new tab
  1. c# - Complex object app settings in Azure Function - Stack Overflow

    Sep 5, 2019 · How do I get BusinessUnitMapping configured in Azure Portal for the Function App that I have deployed? My current preferred approach is to use the options pattern with a delegate that uses GetEnvironmentVariable which will work both locally and in Azure.

  2. c# - AppSettings for AzureFunction on .NET 8 (Isolated) - Stack Overflow

    Mar 7, 2024 · I've reproduced the problem in a test project with a dummy setup and am experiencing the same behavior. .ConfigureFunctionsWebApplication() .ConfigureServices((appBuilder, services) => var configuration = appBuilder.Configuration; services.AddApplicationInsightsTelemetryWorkerService(); services.ConfigureFunctionsApplicationInsights();

  3. Quickstart: Create your first C# function in Azure using Visual …

    The Azure Functions project template in Visual Studio creates a C# class library project that you can publish to a function app in Azure. You can use a function app to group functions as a logical unit for easier management, deployment, scaling, and sharing of resources.

  4. Develop Azure Functions using Visual Studio | Microsoft Learn

    Mar 17, 2025 · The Azure Functions project template in Visual Studio creates a C# class library project that you can publish to a function app in Azure. You can use a function app to group functions as a logical unit for easier management, deployment, scaling, and sharing of resources.

  5. Azure Durable Functions: An End-to-End Guide with C#

    Aug 5, 2023 · Azure Durable Functions enable complex, stateful operations in a serverless environment, providing developers with a powerful tool to handle advanced workflows. When dealing with tasks like...

  6. Create a complete Azure Function project in .NET 6 and AF v4

    Dec 7, 2021 · Thankfully, Microsoft is upgrading its serverless option (AZ functions) and .NET 6 gives some long awaited features like OpenAPI support. This guided aims to help you set up an azure function...

  7. Azure Function App - C# Corner

    Azure Functions is an event-driven serverless compute platform which enables complex orchestration difficulties to be solved easily. Using Triggers and Bindings, services can be integrated. Applications can be deployed and scaled flawlessly in the cloud with Azure functions.

  8. Azure Functions App Guide — Create C# function in Azure

    May 28, 2024 · Azure Functions let you use Visual Studio to create local C# function projects and then easily publish this project to run in a scalable serverless environment in Azure.

  9. Building Modern Serverless Applications with Azure Functions and C#

    Feb 13, 2025 · In this comprehensive guide, we’ll explore how to leverage Azure Functions with C# to create modern serverless solutions. Azure Functions allows developers to run small pieces of code...

  10. API Part 2 – Creating An Azure Function | Jesse Liberty

    Mar 8, 2025 · This is part 2 in our series on .NET APIs with C# – Functions. Find Part 1 here. In this part we’ll talk about how you build an Azure Function. Functions are another way of interacting with an API. Here we’ll briefly discuss how you can get started with them. Name your function, choose a location and click Next; Select your runtime and ...

  11. Some results have been removed
Refresh