Synapse Managed Private Endpoint - auto_approval option

Hello Friends

I have a question for implementing an Azure service using Terraform.

I am trying to create Synapse Managed Private Endpoint for a Storage account using Terraform script. The module doesn’t have the sub-resource block to enable auto-approval of private endpoint in the target resource. As we are implementing infrastructure fully using automation scripts, looking for some ways of achieving this.

resource “azurerm_synapse_managed_private_endpoint” “example” {
name = “example-endpoint”
synapse_workspace_id = azurerm_synapse_workspace.example.id
target_resource_id = azurerm_storage_account.example_connect.id
subresource_name = “blob”

depends_on = [azurerm_synapse_firewall_rule.example]
}

4 Likes

Hi, I am actually looking for the same. Did you happen to find a solution?

Thank you

Regards,
LS

1 Like