@@Hougaard Hello, how can I expose the functions in the dll as web service? the main issue is that I have a dll file from a third party that I must use it in SaaS. so, I make research and found that the Azure function is the perfect tool, but I just start working on Azure Function and don't know too much on it and how to use it properly. Thanks for your great videos, it's all Great and helpful.
This is great - thank you for keeping us up to date!
I love the irony in the last commit message. "Update docs, readme file..."
grt sir
can we upload a .NET in Azure Function and use it in AL Code?
And how?
because I already have a dll file and I want to use it functions in AL Code
Then you must expose those functions as web services and consume like I did in this video.
@@Hougaard Hello, how can I expose the functions in the dll as web service?
the main issue is that I have a dll file from a third party that I must use it in SaaS. so, I make research and found that the Azure function is the perfect tool, but I just start working on Azure Function and don't know too much on it and how to use it properly.
Thanks for your great videos, it's all Great and helpful.
You need to write a "wrapper" in C# for the dll that exposes it as a webservice.
@@Hougaard Thank you so much 😊
🥰