Forum Discussion

mattke2b's avatar
mattke2b
Regular Visitor
1 year ago
Solved

Mirrored Azure SQL Database Won't Mirror

We're attempting to setup a Mirrored Azure SQL Database for some testing and so far we've found it impossible. We use VNet Gateways pretty much exclusively for our data connections, and we use a serv...
  • v-nmadadi-msft's avatar
    v-nmadadi-msft
    1 year ago

    Hi mattke2b ,

    If you have verified everything related to SAMI and is functioning as expected Please try the below steps now

    Do not remove Azure SQL Database service principal name (SPN) contributor permissions on Fabric mirrored database item.

    If you accidentally remove the SPN permission, Mirroring Azure SQL Database will not function as expected. No new data can be mirrored from the source database.

    If you remove Azure SQL Database SPN permissions or permissions are not set up correctly, use the following steps.

    1. Add the SPN as a user by selecting the ... ellipses option on the mirrored database item.
    2. Select the Manage Permissions option.
    3. Enter the name of the Azure SQL Database logical server name. Provide Read and Write permissions.

    If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS. Feel free to reach out if you need further assistance.
    Thank you