Showing posts with label Azure Functions. Show all posts
Showing posts with label Azure Functions. Show all posts

Tuesday, May 28, 2019

Deploying Azure Function App with Azure DevOps - part 1

Azure function is a small piece of code in cloud which you can write as a solution for the problem without worrying about an application or infrastructure to run it. Azure Functions let you develop server less application with several development languages.This post will discuss how to create an Azure function project with visual studio and package the function application using Azure DevOps build.