You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-active-geo-replication.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,13 +124,13 @@ For more information on the SQL Database compute sizes, see [What are SQL Databa
124
124
To setup active geo-replication between two databases belonging to different subscriptions (whether under the same tenant or not), you must follow the special procedure described in this section. The procedure is based on SQL commands and requires:
125
125
126
126
- Creating a privileged login on both servers
127
-
-Whitelisting the IP address of the client performing the change on both servers (such as the IP address of the host running SQL Server Management Studio).
127
+
-Adding the IP address to the allow list of the client performing the change on both servers (such as the IP address of the host running SQL Server Management Studio).
128
128
129
-
The client performing the changes needs network access to the primary server. Although the same IP address of the client must be whitelisted on the secondary server, network connectivity to the secondary server is not strictly required.
129
+
The client performing the changes needs network access to the primary server. Although the same IP address of the client must be added to the allow list on the secondary server, network connectivity to the secondary server is not strictly required.
130
130
131
131
### On the master of the primary server
132
132
133
-
1.Whitelist the IP address of the client performing the changes (for more information see, [Configure firewall](sql-database-firewall-configure.md)).
133
+
1.Add the IP address to the allow list of the client performing the changes (for more information see, [Configure firewall](sql-database-firewall-configure.md)).
134
134
1. Create a login dedicated to setup active geo-replication (and adjust the credentials as needed):
135
135
136
136
```sql
@@ -166,7 +166,7 @@ The client performing the changes needs network access to the primary server. Al
166
166
167
167
### On the master of the secondary server
168
168
169
-
1.Whitelist the IP address of the client performing the changes. It must the same exact IP address of the primary server.
169
+
1.Add the IP address to the allow list of the client performing the changes. It must the same exact IP address of the primary server.
170
170
1. Create the same login as on the primary server, using the same username password, and SID:
0 commit comments