Got some node red instances running on different locations, most are 'edge' instances running on physical pi5. One is 'cloud' instance running on azure. All of them send data, mostly http post / rest request API to Thingsboard. But the node red cloud instance logs fails several times per day, always with error ETIMEDOUT or ECONNRESET. Upon further inspection I can't find these errors on node red 'edge' instances running on pi5.
Initial suspicion was the Thingsboard pro cloud server / backend, but now I think it may be caused somewhere in the azure cloud network? Unfortunately any insight into Thingsboard cloud is severely limited, so don't get much detailed logs there.
How to investigate it further? Tempted to move node red from azure docker container to a docker container running on local pi5, run for some days and see if the errors disappear. My guess is that the problems disappear.
Any thoughts or info on the topic would be greatly appreciated.