Forum Discussion
Kalyani1714
Jun 28, 2023Copper Contributor
Azure Function connection error with SFTP Server
Hello, I have Timmer trigger function, which runs every minute and reading the files from SFTP servers (reading files for multiple servers around 20 servers) and for each instance, new connection cre...
habeebyakubu
Jul 03, 2023Copper Contributor
Azure functions are not intended for long running background tasks. Look for a way to reduce the opened session time from within the code. Perhaps, premium plan could help, but I would also not advice.