About 496,000 results
Open links in new tab
  1. Quickstart: Create your first C# function in Azure using Visual …

    Jul 18, 2024 · 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.

  2. Microsoft Graph sample Azure Function - Code Samples

    Apr 14, 2025 · This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Azure Functions. NOTE: This sample was originally built from a tutorial published on the Microsoft Graph tutorials page. That tutorial has been removed. This sample requires three Azure AD application registrations:

  3. Quickstart for Azure App Configuration with Azure Functions

    Mar 13, 2025 · In this quickstart, make an Azure Functions app with Azure App Configuration and C#. Create and connect to an App Configuration store. Test the function locally.

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

    Dec 7, 2021 · This guided aims to help you set up an azure function project with all the features needed for your modern function app using a practical example.

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

  6. Creating an Azure Functions solution diagram - Brandewinder

    Apr 1, 2017 · In this post, we’ll explore that idea, and sketch out an approach to automatically generate diagrams, visualizing bindings and code dependencies for a code base. We will only support a subset of the full functionality available in Azure Functions, mainly because we are lazy, and create graphs such as the one below, using F# and GraphViz.

  7. How to Create an Azure Function App Using C#

    Jan 20, 2022 · How to create an Azure Function App using C#, how to run it on Azure, and how to create an Azure Functions project in Visual Studio.

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

  9. Create A C# Azure Function Using Visual Studio 2019 - C# Corner

    Azure function is a serverless concept of cloud native design that allows a piece of code to be deployed and executed without any need of server infrastructure, web server, or any configurations. Azure functions can be written in multiple language such as c#, Java, JavaScript, TypeScript, and Python.

  10. Creating a C# Azure Function to Call Microsoft Graph

    Dec 12, 2019 · Building on my “Introduction to Calling Microsoft Graph from a C# .Net Core Application” post from the 2018 C# Advent event, this year we’ll take what we learned and adapt that code to run in an Azure Function.

  11. Some results have been removed
Refresh