Skip to content

Commit ecb2eab

Browse files
Changed terminology for consistency
1 parent 40f419a commit ecb2eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ To create a geo-secondary in a subscription different from the subscription of t
199199
> [!NOTE]
200200
> Cross-subscription geo-replication operations including setup and geo-failover are only supported using T-SQL commands.
201201
>
202-
> Adding a geo-secondary using T-SQL is not supported when the primary and/or secondary servers have a private endpoint configured, and public network access is disabled. If private endpoint is configured but public network access is enabled, adding a geo-secondary when connected to the primary server from a public IP address is supported. Once a geo-secondary is added, public access can be disabled.
202+
> Adding a geo-secondary using T-SQL is not supported when the primary and/or secondary servers have a [private endpoint](private-endpoint-overview.md) configured, and [public network access is denied](connectivity-settings.md#deny-public-network-access). If private endpoint is configured but public network access is allowed, adding a geo-secondary when connected to the primary server from a public IP address is supported. Once a geo-secondary is added, public access can be denied.
203203
>
204204
> Creating a geo-secondary on a logical server in a different Azure tenant is not supported when [Azure Active Directory only](https://techcommunity.microsoft.com/t5/azure-sql/azure-active-directory-only-authentication-for-azure-sql/ba-p/2417673) authentication for Azure SQL is active (enabled) on either primary or secondary logical server.
205205

articles/azure-sql/database/database-copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Start copying the source database with the [CREATE DATABASE ... AS COPY OF](/sql
8989
> [!NOTE]
9090
> Terminating the T-SQL statement does not terminate the database copy operation. To terminate the operation, drop the target database.
9191
>
92-
> Database copy is not supported when the source and/or destination servers have a private endpoint configured and public network access is disabled. If private endpoint is configured but public network access is enabled, initiating database copy when connected to the destination server from a public IP address is supported. Once the copy operation completes, public access can be disabled.
92+
> Database copy is not supported when the source and/or destination servers have a [private endpoint](private-endpoint-overview.md) configured and [public network access is denied](connectivity-settings.md#deny-public-network-access). If private endpoint is configured but public network access is allowed, initiating database copy when connected to the destination server from a public IP address is supported. Once the copy operation completes, public access can be denied.
9393
9494
> [!IMPORTANT]
9595
> Selecting backup storage redundancy when using T-SQL CREATE DATABASE ... AS COPY OF command is not supported yet.

0 commit comments

Comments
 (0)