Skip to content

Commit 8f93ed2

Browse files
committed
fixing blocking issues
1 parent a4f601c commit 8f93ed2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
34.6 KB
Loading

articles/sql-database/sql-database-active-geo-replication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ For more information on the SQL Database compute sizes, see [What are SQL Databa
124124
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:
125125

126126
- 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).
128128

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.
130130

131131
### On the master of the primary server
132132

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)).
134134
1. Create a login dedicated to setup active geo-replication (and adjust the credentials as needed):
135135

136136
```sql
@@ -166,7 +166,7 @@ The client performing the changes needs network access to the primary server. Al
166166

167167
### On the master of the secondary server
168168

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.
170170
1. Create the same login as on the primary server, using the same username password, and SID:
171171

172172
```sql

0 commit comments

Comments
 (0)