Search icon CANCEL
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
Building ERP Solutions with Microsoft Dynamics NAV

You're reading from   Building ERP Solutions with Microsoft Dynamics NAV Solve business scenarios using NAV

Arrow left icon
Product type Paperback
Published in Mar 2017
Publisher Packt
ISBN-13 9781787123083
Length 392 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Stefano Demiliani Stefano Demiliani
Author Profile Icon Stefano Demiliani
Stefano Demiliani
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Introduction to Microsoft Dynamics NAV Architectures FREE CHAPTER 2. Configuring Microsoft Dynamics NAV Web Services 3. Creating an Application Using NAV Web Services 4. Using NAV Web Services with Microsoft Power BI 5. Integrating NAV Web Services and External Applications 6. Extending NAV Pages with Control Add-ins 7. Programming Universal Windows Apps with NAV and Devices 8. Exploring Microsoft Azure and its Services 9. Working with NAV and Azure App Service 10. Implementing a Message-Based Architecture with Azure Service Bus and NAV

Azure Cloud Services


Azure Cloud Services are PaaS services offered by Azure and designed to support applications running on the cloud that are scalable, reliable, and cheap to operate. Like the previously described Azure App Service, Azure Cloud Services are hosted on VMs.

The main differences between the two is that Azure App Service is a managed platform (there is no need to take care of the VM for your cloud service) while Azure Cloud Services allow developers to access the underlying VM and manage the application container (RDP access to servers, custom MSI installations, ability to execute custom tasks on the VM, and so on).

Azure Cloud Services provide two different VM options:

  • Web Roles: This runs a variant of Windows Server with your app deployed to IIS

  • Worker Roles: This runs a variant of Windows Server without IIS

A Cloud Service application is a combination of the two options:

Cloud Services are useful when you need to deploy services that have to support massive scale out and when...

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 €18.99/month. Cancel anytime