Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Dynamics 365 Business Central Development Quick Start Guide

You're reading from  Dynamics 365 Business Central Development Quick Start Guide

Product type Book
Published in Aug 2018
Publisher Packt
ISBN-13 9781789347463
Pages 224 pages
Edition 1st Edition
Languages
Concepts
Authors (2):
Stefano Demiliani Stefano Demiliani
Profile icon Stefano Demiliani
Duilio Tacconi Duilio Tacconi
Profile icon Duilio Tacconi
View More author details

Azure Functions


Azure Functions is a serverless compute service offered by the Azure platform for running on-demand and event-driven code in the cloud. Azure Functions are actually the only way to run .NET code in the Dynamics 365 Business Central cloud platform (SaaS).

You can use an Azure Functions to migrate your existing on-premises .NET code to the cloud. An Azure Functions can be written directly via the Azure Portal (Create a Resource | Function App) or by using Visual Studio (with the Azure development tools installed). This second way is the recommended way if you want to have intellisense and automatic deployment.

To start creating an Azure Functions with Visual Studio, start a new project and select CloudAzure Functions, give a name to your project, and click OK.

You can now select Azure Functions v1(.NET Framework) or Azure Functions v2 Preview (.NET Standard). Here, we select the v1 version (v2 is for .NET Core and it's currently in preview).

Now Visual Studio asks you to choose...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}