You need to sign in to do that
Don't have an account?
Keith Stephens 18
salesforce to azure db
Hello All,
I need to be able to update an Azure database from Salesforce. Mainly for Cases and Lawyers, when cases or lawyers get updated I need to update the Azure DB as well.
I have seen the examples that talk about Azure to Salesforce, but I have not seen anything talking about Salesforce to Azure.
I have looked at both the Salesforce WCF and RestAPI https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/
But again these go from Azure to Salesforce.
Is it possible to go the other way? What would be the best approch to this as I have seen many differnt approches to connecting.
We don't want any syncing of data, just to make a .NET call when Salesforce records get updates ect.. to update our Azure DB.
Thanks,
K.
I need to be able to update an Azure database from Salesforce. Mainly for Cases and Lawyers, when cases or lawyers get updated I need to update the Azure DB as well.
I have seen the examples that talk about Azure to Salesforce, but I have not seen anything talking about Salesforce to Azure.
I have looked at both the Salesforce WCF and RestAPI https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/
But again these go from Azure to Salesforce.
Is it possible to go the other way? What would be the best approch to this as I have seen many differnt approches to connecting.
We don't want any syncing of data, just to make a .NET call when Salesforce records get updates ect.. to update our Azure DB.
Thanks,
K.
Below are some useful links which will help you to start.
Hope this helps you!
Please accept my solution as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
Thanks,
Nagendra
The Azure data-factory is more of a syncing tool that runs in a timly interval, I am needing a .NET WCF or Rest solution that when Salesforce information is updated, deleted, inserted ect.. It will do the same to our Azure DB, more realtime, from a Salesforce trigger or something.
All the posible solutions I have found go from Azure DB to Salesforce, but not Saleforce to Azure DB.
Has anyone done this? What is the best option? Are there any web sites that have examples of this? Is there a better way without paying for 3rd party products.
Did you find a solution? I'm doing something very similar but I need to sync both ways i.e azure db to SF and SF to azure.
What did you use for syncing from azure db to SF?
Thanks
Nick
Thanks for your update.
Can you please share some knowledge/link (even something brief) on this CData tool, it will be really kind of you.
Thanks in advance.
Regards,
Aniroodha
http://cdn.cdata.com/help/RFD/ado/ - documentation how how to use.