Forum Discussion
dfirka1970
Oct 29, 2020Copper Contributor
NetFramework dll called from Azure Fn + DbConnection
Hi! Two questions:
1) Is there any caveat/concern about calling .net 4.61 code from AzFn 3 ? we are porting our app from webapi to AzFn, but not ready to migrate all to netcore.
2) Curren...
Nills Franssens
Microsoft
Oct 29, 20201. You should test calling .net 4.61 code on functions v3. Since the runtime is .net core, there's no guarantee that .net 4.61 code will run without any issues. If you need full .net framework you could try running on a runtime v1.
2. Best practice is to reuse connections if possible. Check out this documentation page for more info: https://docs.microsoft.com/en-us/azure/azure-functions/manage-connections