November 2018
Intermediate to advanced
424 pages
10h 55m
English
So far, you have learned how to reuse a Helper method within an Azure function app. However, you cannot reuse it across other function apps or any other type of application, such as a web app or a WPF application. In this recipe, we will develop and create a new .dll file, and you will learn how to use the classes and their methods in Azure Functions.