Azure Functions for Developers

Azure Functions for Developers

Azure Functions for Developers

Description

In this course, learn how to use Azure Functions to develop applications. Instructor Rodrigo Díaz Concha covers the benefits of Azure Functions, hosting plans, and app service plans. Learn how to create and deploy function apps and how to develop, test, debug, and run event-driven code on your local computer, as well as in Visual Studio using .NET. Learn about triggers, bindings, and how to implement both in Azure Functions. Next, Rodrigo explains Blob storage and Cosmos DB. See how to use dependency injection for cleaner code. After that, Rodrigo explains how to deploy Azure Functions from the command-line interface (CLI) and from Visual Studio. Explore how to build and use Azure Durable Functions in your projects, then learn how to manage and secure Azure Functions with Key Vault.

Language: English

View course on LinkedIn Learning

Content

flowchart LR
    A[1. Introduction to Azure Functions] --> B[2. Creating Azure Functions]
    B --> C[3. Implementing Triggers and Bindings]
    C --> D[4. Dependency Injection and Middleware]
    D --> E[5. Creating Function Apps in Azure]
    E --> F[6. Deploying Azure Functions]