Tag: Azure Logic Apps

Azure Logic Apps access to Function App with Managed Identity
Azure Logic Apps access to Function App with Managed Identity
Blog Posts

Azure Logic Apps is a workflow platform that enables the user to design a workflow almost without coding in most cases. Users can quickly implement business logic by integrating different services through the connectors, especially since it supports the Pay-as-you-go charging model (Consumption plan). However, one downside of the Consumption plan is that it doesn’t… READ MORE

Processing an Azure Alert with a Logic App
Processing an Azure Alert with a Logic App
Blog Posts

This post describes how to take the Logic App webhook configured in Create a Webhook from Azure Alerts to a Logic App process and prepare the data to be sent to ServiceNow, as described in our scenario. For this post, we’ll just send information to an email (which many people have asked for already). We’ll save the process of… READ MORE

Alexa, Tell Azure Logic Apps to Post a Message to Slack
Alexa, Tell Azure Logic Apps to Post a Message to Slack
Blog Posts

Alexa is Amazon’s voice-controlled personal assistant. It’s super convenient and so you might want to create your own skills as well. You’ll be surprised how easy this is can be with the help of Microsoft Azure Logic Apps. Here’s our sample project: Let’s say you share a family Slack with your spouse and children. Whenever food… READ MORE