Hello! I'm very new to Azure. I haven't had much luck finding a solution. Feel free to point me to another post.
We are trying to setup Transactional Replication from a local Server to an Azure Database.
The publication and snapshot on the local server is created. When setting up the Push subscription to the Azure database, it looks like it creates successfully but looking at the replication monitor it fails.
The error message is "Could not connect to Subscriber "{Servername}.database.windows.net.
Followed by these details:
A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections.
Login timeout expired (Source: MSSQLServer, Error number: HYT00)
We are able to connect to the database with SSMS locally. It seems like remote connections are function.
I have to be missing something pretty simple but I can't figure it out.
Thanks for the help!
-Matt