Calling Azure Functions from AL (new in Business Central 2022 Wave 2)
Tag Archives: Function
Connect to Azure Function in BC 2022 wave 2 (v21)
The new version of the Microsoft Dynamics 365 Business Central brought a new system module “Azure Functions” that makes integration with Azure Functions much easier and straightforward. The typical scenario, why to use Azure Functions together with Business Central, is if we need to use the .NET interop component (for example custom DLL) from AL.
Testing multiple Azure Functions apps running together with Microsoft Tye
If you frequently work with serverless architectures and expecially with Azure Functions, I think that you know that splitting a complex process in multiple “microservices” is often a good architectural choice.
Business Central: Barcodes in Pages with Azure Functions
Hello, today I want to share an interesting project on how to show barcodes on Business Central pages, in the previous post, we did it to achieve it in reports.
For this example we use the Item Card as a reference, it can be changed to any page that we want to create a barcode.
How to execute mathematical function in Business Central
Are you looking for for running some mathematical function in Business Central then may be this blog post is interesting for you.
In Business Central new system code unit is provided to execute some important mathematical function.
Two generations of string functions in AL
In this video, I take a look at the new set of string functions that AL has gained over C/AL.
Using Azure Functions in Mirosoft Dynamics Business Central
Microsoft Azure is a cloud computing service that is used for building, testing, deploying, and managing applications.
It provides software as a service (SaaS), platform as a service (PaaS), and infrastructure as a service (IaaS). Azure Functions is a solution that runs on the Microsoft Azure platform and is used to run small pieces of code, or functions, in the cloud. With Azure Functions, you can focus on a specific function without having to focus on the whole application or the infrastructure to run it.