Hi,
I am new to Azure logic apps. I am trying to connect to a SQL server using port 1521. I put the port number after the server address as specified in the image. For example, I put testserver.database.windows.net[:1521] as the SQL server name. It gives me the error as follows:
Please check your account info and/or permissions and try again. Details: Microsoft SQL: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - No such host is known.) clientRequestId: 5e41a983-0efb-42ae-a6c8-a99c40f5d2f6 More diagnostic information: x-ms-client-request-id is 'E99786E3-E238-497D-9F8A-211EA3B4F010'.
I've added the connector outgoing IP addresses to the server and entered the credentials correctly. What am I doing wrong here?
The database I am trying to connect to is a polardb in Alibaba cloud hosted in Asia.
