I'm working on an issue with my team where we are using Azure SQL Database as a service.
In one example:
Things we have done:
We believe it could have something to do with the overall specific call to the server where we are making X calls to the database and opening a connection for each one?
Still doesn't seem to make sense of why it works so fast locally, but then when we connect to the azure database while developing it is so slow.
Also, it seems that this USE to not be the issue. We thought maybe a change in our work VPN could have caused it, but we've tested off the VPN and the issue still is slow connecting to the azure database.
Any thoughts?
Solution:
The issue was tied to our company work VPN.
A split-tunnel was setup to resolve the issue for the workstation to azure db traffic. (It is not evaluated via the VPN network now).