This document provides an overview of various Azure components that can be used with Dynamics 365 CRM, including:
- Service Bus for reliable messaging between apps and systems. Logic Apps can also be used to automate workflows.
- WebJobs allow running scripts/programs in the context of an app service web app.
- Azure Functions enable running code on-demand without managing infrastructure.
- App Service provides a platform for hosting web apps using various languages.
- The Azure API can expose a REST API and be accessed using AAD authentication.