I have Exe application which will be used by customer application (webrole-Region A) as startup task to send data to database through one REST service (webrole-Region B).
Now if Customer app and REST service are both belongs to different regions then will azure cost? and if yes then how much it would cost to sending data?
Is it reliable to set up REST services in all regions and put some check in EXE(startup task) to get region in which customer app belongs and assign specific REST service URI by region?
Please give me suggestion if i understood something wrong!
Thanks in Advance.