Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Mastering Microsoft Dynamics 365 Business Central
  • Toc
  • feedback
Mastering Microsoft Dynamics 365 Business Central

Mastering Microsoft Dynamics 365 Business Central

By : Stefano Demiliani, Tacconi
4 (2)
close
Mastering Microsoft Dynamics 365 Business Central

Mastering Microsoft Dynamics 365 Business Central

4 (2)
By: Stefano Demiliani, Tacconi

Overview of this book

Dynamics 365 Business Central is an all-in-one business management solution, which is easy to adopt and helps you make smarter business decisions. This book is a comprehensive guide to developing solutions with Microsoft ERP (in the cloud and also on-premises). It covers all aspects of developing extensions, right from preparing a sandbox environment to deploying a complete solution. The book starts by introducing you to the Dynamics 365 Business Central platform and the new Modern Development Environment. You'll then explore the sandbox concept, and see how to create sandboxes for development. As you advance, you’ll be able to build a complete advanced solution for Dynamics 365 Business Central with AL language and Visual Studio Code. You'll then learn how to debug and deploy the extension and write automatic testing. The book will also take you through advanced topics like integration (with Azure Functions, web services, and APIs), DevOps and CI/CD techniques, and machine learning. You'll discover how Dynamics 365 Business Central can be used with Office 365 apps. Finally, you'll analyze different ways to move existing solutions to the new development model based on extensions. By the end of this book, you'll be able to develop highly customized solutions that meet the requirements of modern businesses using Dynamics 365 Business Central.
Table of Contents (25 chapters)
close
Free Chapter
1
Section 1: Dynamics 365 Business Central - Platform Overview and the Basics of Modern Development
5
Section 2: Developing Extensions for Dynamics 365 Business Central
10
Section 3: Debugging, Testing, and Release Management (DevOps)
15
Section 4: Advanced Integrations with Dynamics 365 Business Central
20
Section 5: Moving Solutions to the New Extension Model

Scaling Azure Functions

When using Azure Functions in a production environment, scalability is an important aspect to check because it allows you to tune up your service and avoid bottlenecks or resource deficits.

Azure Functions are executed on two different plans:

  • Consumption plan: You pay for what you consume. Your app is scaled up or down according to your power requirements. Your billing depends on the number of executions, the execution time, and the memory that the app is using.
  • Premium plan: This is quite similar to the consumption plan (scaling up and down is handled automatically according to the requested power). Your billing depends on the amount of core per second and the GB of memory per second that's used across all of your instances. The Premium plan adds the following features:
    • Always warm instances to avoid cold starts
    • VNet connectivity
    • Unlimited execution...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete