Forum Discussion
rosscortb
Mar 12, 2024Copper Contributor
Event Driven
Hello,
We use IFS10, which is on-premise. Lets say there is an update to a personal record, what would we use in Azure to listen for changes and then pass that change onto an third party vendor application?
Does anyone have good example link perhaps?
Thanks
Ross
- rosscortbCopper Contributor
Not sure I followed your reply, but I can maybe explain it again. Say, we have a Dev and Test environment for our ERP system and if someone updated my job title in Dev, using Azure, how could that change be replicated in Test? How does Azure know a change has been made?
Thanks
Ross
- JinThaCopper ContributorWhen a record is updated, if you can call make an http call then an Azure function can be tried, if you can generate a file and store it on file server then Azure web job could pick that up for processing
Not sure but may be just explore the options