Extending Dynamics 365 Business Central with Azure Services
In the previous chapter, we saw how we can use Dynamics 365 Business Central APIs to create integrations. But sometimes, integrations between Dynamics 365 Business Central and an external system can be complex or can require the usage of different technologies or cloud services. Doing everything with AL is not always a good choice; outside the ERP box, there are lots of cloud services that you can use for your integrations or for extending the capabilities of the ERP system.
In this chapter, we’ll talk about some Azure services you can use to enhance the standard product’s capabilities and create more powerful integrations with external systems. Here, we’ll talk about the following topics:
- Using Azure Functions with Dynamics 365 Business Central
- Using Azure Logic Apps for creating workflows with Dynamics 365 Business Central
By the end of this chapter, you will be able to...