Azure Synapse Workspaces do not enable managed virtual networks
Description
Enabling managed virtual networks in Azure Synapse Workspaces can help to improve security and isolation for your data and workloads. By using a managed virtual network, you can control access to your data and resources by defining network security rules and configuring network routing. Managed virtual networks can also help to improve the performance of your data and analytics workloads by reducing network latency and optimizing network traffic.
Fix - Buildtime
Terraform
- Resource: azurerm_synapse_workspace
- Argument: managed_virtual_network_enabled
resource "azurerm_synapse_workspace" "example" {
...
+ managed_virtual_network_enabled = true
}