Summary

Completed

In this module, you learned the basics about Microsoft Azure Functions. Azure functions are small, stand-alone functions that can be implemented by using HTTP. You can program the functions in C#, Java, and Python, but not in AL. Use the HTTP data types and HTTP Trigger to connect to and run an Azure function.

An Azure function can be a replacement for .NET Interop. To run code from a .NET Library, upload that library to the Azure function and use the different classes in the .NET library.