Hi,
I am trying to create a virtual entity to connect Azure SQL Database in CRM. To do so, I am using Odata V4 data source to connect to my Azure DB.
Please note that, when I connect it from SSMS, I go through the VPN.
I have created the virtual entity and the Odata source but when I run advanced find view for the virtual entity, I am getting below error.
Unhandled exception:
Exception type: System.Net.WebException
Message: The remote name could not be resolved: ... server name...
Is there any way to solve this and connect Azure SQL DB?
Thanks in advance!!