Did you try authorizing your own IP and open the DB from your computer?
I think that the IP address 127.0.0.1 in the error message is not correct, but it’s due to the internal implementation for opening requests with the same static IP address.
By default Azure SQL Database is usable with User and Password created during setup, I have never used the “Active Directory” auth.
Also, when configuring other Forest projects by setting my own backend, I use the same mssql:// URI format to connect to Azure Databases which works fine
Don’t know if it will help, let me know how your investigation goes!
We have conducted some tests and we have run into the same issue as you Cannot open server “127.0.0.1” requested by the login.. Even though, it is likely a side effect of another issue (we need more time and extended tests to verify this).
We think that we encountered an issue close to the following: MSSQL - tables in a non "dbo" schema preventing onboarding
Mainly, we don’t support schema correctly during DB introspection. We have already started to work on this issue.
I will inform you once we have more information/news.
Well, it took a while to fully investigate this one. First, I want to thank you for your feedback.
We detected an issue in our fixed IP (used for whitelisting) functionality thanks to you.
For now, we decided to remove the MSSQL Cloud onboarding since the issue cannot be tackled right away.
We will investigate more time in the future to reenable it for the cloud onboarding.
We will update you when the situation comes back to normal. Let me know if you have additional information.