...f time
Hi there,
Any one has experienced 'a connection attempt ...' exceptions calling https://hosted.datascopeapi.reuters.com/RestApi/v1/ api from Azure Function (Premium plan). The api calls experiencing this issue are particularly ExtractWithNotes and ValidateIdentifiers using Refinitiv Rest Api Client Dlls ?
I was advice that this is to do with packet drops/blocks from Refinitiv security device at TCP level. Could you share what changes on Azure function application and/or cloud settings to help preventing this issue?
Exception detail
---------------------
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.Exception stack trace : ThomsonReuters.Dss.Api.TransportException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Http.HttpRequestException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException (10060): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)