Hi, I am facing a strange issue.
i need to use in an Azure function some native dll (x64 dll).
Locally function works but when deploy function to Azure I obtain a BadImageFormat exception when native dll are called.
I set 64 bit on Azure portal, compiling with x64 and publishing with Configuration Release x64 and target runtime win-x64.
i use Net Core 3.1 and Azure Function 3.0.9
Am i missing something?

