Hello,
I need to use two Azure resources in two different regions.
I have an App service which is in the WE region for which I would like it to connect to an Azure SQL database which is in the NE region.
I have made many attempts to connect via the 'private end point' without success.
Example:
When I ping the FQDN of my private EndPoint, I have a KO:
tcpping observabilitedevsrv.privatelink.database.windows.net:1433
Connection attempt failed: No such host is known
However when I ping the IP it gives me an OK:
Connected to 172.16.101.4:1433, time taken: 46ms
Regarding the connection string in my app, contains the FQDN of my private link in the data source = MyDB.privatelink.database.windows.net
Can you please help me ?