Sending occasional data update from D365FO to Azure MySql

Hello,

Occasionally when one table in D365FO is modified, we need to send the update to one of our Azure MySql databases. How best / easiest way can this be done ?

We own / control both D365FO and the MySql database and both are in some Region of our Azure Tennent.

Thank you in advance,

The solution with the least development is probably using business events, plus Logic Apps / Power Automate writing to a MySql table.

On the other hand, doing a direct call from X++ wouldn’t be too difficult and I wouldn’t have to worry about any component outside D365FO.