Tag: Function App
Debug the Azure Functions locally
Inkey, December 14, 20188902 Views
Today, the majority of the business have based their roots with Azure. Above all the benefits, the main attraction of the Azure functions is that it helps in the simplification of developing the applications. They can also be debugged locally to identify the errors or to know the sanity status of the function. This can […]
Read moreAdd an external assembly as a reference in the Azure function
Inkey, December 3, 20188010 Views
Let’s learn today, how to add an external assembly as a reference in an azure function with a small example. This will help you to reuse the already developed functionalities (i.e.,) if there is a requirement that some of the functionalities are needed inside the azure function, which are already developed in any of the […]
Read more