Hello Good Folks
Looking for a way to receive data out of D365 F&O in Azure environment, continuous streaming of data to our Az services like EH/ServiceBus etc (not DataLake) preferably in json format.
Not batch job format, but live streaming for all incremental updates
So far came across
1. batch jobs which will send csv files for every hour or so
2. F&O module add-in to stream data into datalake (for reporting purposes). Good but no datalake and no csv format desired for our sol.
3. odata (again this is pull mechanism from outside env. ) and other apis.
Desired solution
Push mechanism from D365 (in azure) for all incrementatl data directly to Azure services like SB/EH etc.
Thanks in advance.