Skip to content

Commit 40f419a

Browse files
Fixed note
1 parent bdaab63 commit 40f419a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +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.
93-
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 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.
9493
9594
> [!IMPORTANT]
9695
> Selecting backup storage redundancy when using T-SQL CREATE DATABASE ... AS COPY OF command is not supported yet.

0 commit comments

Comments
 (0)