I have received an email from Microsoft regarding "Azure SQL Database traffic migration to newer Gateways". These changes are highlighted on this page.
In that page it says that you will not be impacted if you have:
- Redirection as the connection policy
- Connections to SQL Database from inside Azure and using Service Tags
- Connections made using supported versions of JDBC Driver for SQL Server will see no impact. For supported JDBC versions, see Download Microsoft JDBC Driver for SQL Server.
I have also seen this similar question on Stackoverflow but my situation is different.
I have a simple scenario of a webapp and an SQL database where I access my database from the webapp using the connection string. The connection string looks like this:
Data Source=tcp:myspecialdb.database.windows.net,1433;Initial Catalog=my-prod-db;User [email protected];Password=mysecretpassword;
Can someone please tell me if I will be impacted? Thank you.