Skip to Content
Serverless computing in Azure with .NET
book

Serverless computing in Azure with .NET

by Sasha Rosenbaum
August 2017
Intermediate to advanced
468 pages
12h 5m
English
Packt Publishing
Content preview from Serverless computing in Azure with .NET

Configuring the development environment

In this part of the chapter, we will go through the configuration of the development environment for the Azure Function App project in Visual Studio.

When we create functions online in the Functions portal, we create C# script .csx based functions. C# script code files have certain features that differ from traditional C# code, which will be highlighted in the Appendix A, C# Script-Based Functions.

When we create functions in Visual Studio, we are developing "precompiled" functions. The functions are built in a traditional class-library project, and compiled into a library (DLL). The entire library is then published as a Function App, accompanied by a function.json file for each function.

Development ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni
Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781787288393Supplemental Content