When I create the Azure functions, it will set the platform to “32-bit platform”. However, I usually install ASP.NET MVC, OWIN, or any other projects as 64-bit.
32-bit platform by default
I am wondering with "What is the difference with 32-bit or 64-bit Azure functions" ?
I guess these are effects using the NuGet Package link and memory allocation. However, since Azure features are only available for assignment up to 1536 MB, so 32-bit or 64-bit effects will have no effect at all.
Is there any specific reason or recommendation to install 64-bit? Any advice would be greatly appreciated.
source share