Hi,
We are using hybrid connections to interact with SQL Onprem resources from Azure webjobs.
We have another requirement where in we would like to use Hybrid Connection again. I just want to know if this is possible or is there any better approach or any link would be great to read.
We need to export data from dynamics 365(I am thinking using a fetchxml query in some C# code) and export it into a csv file. Then move that csv file into one of our onprem server location(where hybrid connector will be installed). Is this possible? Thanks for any help.