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 a...
JinTha
Mar 13, 2024Copper Contributor
When 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
Not sure but may be just explore the options