Forum Discussion

AndrewDMay's avatar
AndrewDMay
Frequent Visitor
7 months ago
Solved

Is it possible to Mirror Azure SQL via VNet Gateway with Workspace Identity?

I'm trying to do a first test of mirroring one of our databases that is private within our Azure Network. I have created a VNet Data Gateway, assigned the Workspace Identity the necessary permission...
  • Anonymous's avatar
    Anonymous
    7 months ago

    Hi AndrewDMay ,

    Workspace identities are not supported for gateway-based connections. That said, according to the documentation you referenced, workspace identity can be used to authenticate directly to an Azure SQL Database, provided the connection does not go through a gateway.

    Thank you