Action recommended: Allow communication with existing Azure SQL Database gateways by 15 September 2020

Behdad 126 Reputation points
2020-08-15T01:31:08.073+00:00

Hi,

I have received and email with the title:

Action recommended: Allow communication with existing Azure SQL Database gateways by 15 September 2020

And the body says:


Update your network configuration to allow communication with existing Azure SQL Database gateways by 15 September 2020
You're receiving this email because you use Azure SQL Database.
To improve performance and reduce login latency, existing SQL Database gateways in your regions will begin accepting traffic on 15 September 2020:
• Australia Southeast
• Central US
• East Asia
• East US
• East US 2
• France Central
• Japan West
• North Central US
• Southeast Asia
• West US
As a result, the public IP addresses of your SQL databases may change.
Recommended action
To avoid service disruptions, update your network configuration to allow communication with existing SQL Database gateways in your regions by 15 September 2020:

[table with region IP addresses]


Now I have got a web app and an SQL database where the web app uses the connection string to communicate with the database.

Do I need to do anything for September? Does this apply to my site?

Thank you for guidance.
Behdad.

Azure SQL Database
{count} votes

Accepted answer
  1. Pranesh Sathyanarayan 191 Reputation points
    2020-08-21T07:44:00.873+00:00

    As a conclusive answer to this:

    1. Ensure connection policy is set to default (redirect), check it at Firewalls and virtual networks setting in Az SQL DB.
    2. Use service tag for SQL in nsg rule , same applies in case of app service inetgrated with vnet.
    3. If you have a JDBC connection string, ensure correct version of driver.
    4. Do not hardcode IP addresses in your on-premise firewall, use domain based rule: "*.database.windows.net" on port 1433.
    5. IF you have enabled service endpoint for subnet, then ensure the members of subnet can still contact gateway using NSG rules.
    6. If zone redundant configuration is used, then make sure all three gateway rings have NSG rule based access.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Navtej Singh Saini 4,216 Reputation points Microsoft Employee
    2020-08-17T02:37:36.717+00:00

    @Behdad

    These are gateway changes to the Azure SQL and first you need to check if you are affected all or not.

    Here is the document which explains what is going to change, How to check if you are affected and changes you need to do if you are.

    Gateway Migration

    Also see the previous question asked about this here.

    If you have any further questions we would be happy to check with the team handling this.

    Thank
    Navtej S