Skip to content

Synapse: Enable "Allow Azure Synapse Link for Azure SQL Database to bypass firewall rules" #11212

Answered by mhofman37
mhofman37 asked this question in Q&A
Discussion options

You must be logged in to vote

I made a support request and Microsoft came with this solution.

First create the workspace and then set the property trustedServiceBypassEnabled. This works, although it gives a yellow message about a non-existing property.

//enables the option "Allow Azure Synapse Link for Azure SQL Database to bypass firewall rules"
resource networkByPass 'Microsoft.Synapse/workspaces/trustedServiceByPassConfiguration@2021-06-01-preview' = {
  name: 'default'
  parent: SynapseWorkspace
  properties: {
    trustedServiceBypassEnabled: true
  }
}

Regards,
Marco

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MingruiZhangW
Comment options

Answer selected by mhofman37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants