Azure App Service
Azure App Service is a PaaS service that permits you to create web and mobile apps for any platform and device. You can deploy and run your application in a total cloud environment that is VM and you can scale resources up and out as you want (manually or automatically).
Azure App Service offers these types of resources:
Web Apps: This is used for hosting web applications and web services
Mobile Apps: This is used for hosting mobile app backends
API Apps: This is used for hosting RESTful APIs
Logic Apps: This is used for automating business processes across the cloud
We'll talk more about how you can use Azure App Service in a NAV enterprise architecture in the next chapter.