Connection details
Permissions
Source (read-only)
Destination (read-write)
CDC
CDC must be enabled at the database and table level:Azure SQL Database
When connecting to Azure SQL Database (hostnames ending in.database.windows.net), you must whitelist the IP address that will make the connection before it can be established. Azure’s firewall silently drops packets from non-whitelisted addresses, which causes the test connection to hang and time out.
Which IP do I whitelist?
This depends on which execution mode you are using: Agent mode (self-hosted agent) The connection originates from the machine where your Zwiron agent is installed. Find its public IP by running this on the agent machine:Whitelisting your agent’s IP (Agent mode)
- Find your agent machine’s public IP:
- In the Azure Portal, open your SQL server (not the database).
- Go to Security → Networking.
- Under Firewall rules, click Add a firewall rule.
- Enter the IP address from step 1.
- Click Save.