Posts

Showing posts from April, 2019

Azure Functions

If you are working on or learning Azure then you must have come across this word called Azure Function. A lot of people are talking about it, so let's understand what it is in very simple language. In this series of posts I am going to explain the following  What is Azure function. Create Azure function from the Azure portal Create Azure functions from Visual studio Trigger and Bindings Create APIs using function with bindings  Publish function on Azure I will also be sharing some use cases so that you can relate where exactly you can use Azure functions. This blog series is not going to be only talking but we will also be doing some hands on. So let's start. What is Azure function? To understand that let's assume, you have a front end application which is developed using some java script framework ex angular, react etc. and you need a functionality to upload a file in blob service and this is it, this is your application (might not be realistic to you bu