Same here. Issues in North Europe but moving instance to West Europe helped
How to fix getaddrinfo ENOTFOUND DNS issue on Node.js Azure Functions App?

We are trying to call external Azure App Service from our Node.js Azure Functions app. We have these ENOTFOUND errors in couple of environments in North Europe where it can't resolve the address for given URL eventhough it is available and can be used without issues from local laptops or other environments. Are there some known DNS issues with Node.js Azure Functions Apps? Any ideas how to troubleshoot this better if this is caused by App Plan server that is hosting the functions app?
Exception while executing function: Functions.OurFunction Result: Failure
Exception: getaddrinfo ENOTFOUND our-other-site.azurewebsites.net
Stack: Error: getaddrinfo ENOTFOUND our-other-site.azurewebsites.net
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26)
Note: we have real site in place of "our-other-site" that actually exists.
If I login to the Function App server with Development Tools > SSH and try e.g. nslookup it does return the IP address etc. without issues.