Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Dynamics 365 Business Central Development Quick Start Guide

You're reading from   Dynamics 365 Business Central Development Quick Start Guide Modern development techniques for Dynamics 365 Business Central

Arrow left icon
Product type Paperback
Published in Aug 2018
Publisher Packt
ISBN-13 9781789347463
Length 224 pages
Edition 1st Edition
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Stefano Demiliani Stefano Demiliani
Author Profile Icon Stefano Demiliani
Stefano Demiliani
Duilio Tacconi Duilio Tacconi
Author Profile Icon Duilio Tacconi
Duilio Tacconi
Arrow right icon
View More author details
Toc

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 Cloud | Azure 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 $19.99/month. Cancel anytime