# Serverless with Azure Functions

DevFeed: [Serverless with Azure Functions](<https://devfeed.tech/articles/serverless-with-azure-functions-20784.md>)

Original publisher: [Read original article](<https://conductofcode.io/post/serverless-with-azure-functions/>)

Author: {"twitter"=\>"hlaueriksson"}

Published: 2017-04-30T10:00:00Z

Content type: tutorial

Language: en

Sources: [Henrik Lau Eriksson](<https://devfeed.tech/sources/henrik-lau-eriksson.md>)

Topics: [azure functions](<https://devfeed.tech/topics/azure-functions.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [ASP.NET Core](<https://devfeed.tech/topics/asp-net-core.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [asp-net-core](<https://devfeed.tech/tags/asp-net-core.md>), [azure](<https://devfeed.tech/tags/azure.md>), [azure-functions](<https://devfeed.tech/tags/azure-functions.md>), [c-sharp](<https://devfeed.tech/tags/c-sharp.md>), [cli](<https://devfeed.tech/tags/cli.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github](<https://devfeed.tech/tags/github.md>), [nuget](<https://devfeed.tech/tags/nuget.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

## AI overview

A practical account of migrating an ASP.NET Core Web API to Azure Functions. It explains using the Azure Functions CLI for local project creation, development, testing, running, and debugging, then deploying the project to Azure Functions with continuous deployment through GitHub. The article also discusses Azure Functions support in the CommandQuery packages and managing dependencies to match the hosting environment.

## Source excerpt

I set out to learn about Azure Functions and this is the knowledge I have gathered so far.