Search⌘ K
AI Features

Preparing Your Development Environment

Explore how to configure your development environment for building Azure Functions with C#. Understand using .NET SDK, Azure CLI, and function app templates to create and run an HTTP-triggered Azure Function API.

Introduction

In this section, we will build our project in the Educative development environment.

Note: We earlier developed our Azure Function in the Azure portal as we had a very simplistic example. We will do that now in the Educative development environment as we have a more complicated scenario.

  • The configured development environment contains the following resources:
    • .NET SDK: This is required to generate Azure function project templates in .NET.

    • Azure ...