Logic Apps in Azure provides a platform for building workflows that integrate with various services and APIs. When creating Logic Apps, you must often connect…
In some situations access to the workflows needs to be controlled. This has to be done in some way to make sure only specific people…
When working on and maintaining Logic Apps, you want to be notified if a certain action or complete Logic App (workflows) fails. Setting this up…
When constructing a Logic Apps that gets information from a SharePoint list you will use the SharePoint “Get Items” action. This action allows you to…
Azure functions is a component released a few weeks ago by Microsoft in Azure to easily perform code/function in Azure. “Azure functions is a solution…