I have a existing windows service which runs daily and access c# library Novell.Directory.Ldap dll to get required information.
Now we are planning it to migrate to Azure functions. Is it possible to access this c# library from Azure functions
Thanks in advance