Just discovered that the .funcignore of Azure functions has no effect I was
pushing a lot of sensitive artifacts to the webserver :/
https://github.com/Azure/azure-functions-core-tools/issues/2701
https://github.com/Azure/azure-functions-core-tools/issues/1745
2 replies
After checking the archive, it actually excluded the files. But because it's a
deny list a lot of local files need to be included (which are ignored via a
global gitignore), so I have started to build the archive myself.
Positively surprised how smooth that went. And it's now running on ESM!