Leticia AkwueforThe Cloudville Blueprintscloudville.hashnode.dev·Jan 28, 2025Built-In vs. Managed Connectors in Azure Logic Apps: Step-by-Step GuideAzure Logic Apps provides an incredible way to seamlessly integrate workflows with various apps, services, and platforms. One of its most powerful features is connectors, which allow you to interact with data and resources without writing code. Howev...Azure
Leticia AkwueforThe Cloudville Blueprintscloudville.hashnode.dev·Dec 24, 2024Key Terms You Should Know Before Using Azure Logic AppsAzure Logic Apps is a powerful tool for automating workflows and integrating applications, data, and services. Before using Azure Logic Apps, it will be helpful to familiarize yourself with key terms that define how Logic Apps work. Here’s a simple b...Logic Apps
Celestina Odilitinatech.hashnode.dev·Oct 10, 2024Serverless Integration: Automate Your Workflow with Logic AppsHere is a step-by-step guide to creating a Logic App and automating a task process in the Azure portal: Step 1: Log in to Azure Portal Visit portal.azure.com. Sign in with your Azure credentials. Step 2: Create a Logic App In the search bar at t...Logic Apps
Gareth Dohertydevtuckshop.hashnode.dev·Apr 21, 2024FeaturedResolving Issues with Writing NULLs for Nullable UUIDs in SQL via Logic AppsThe Problem I came across a problem while building a simple system integration that takes a single record payload from a source system and upserts that record into the SQL Database of the target system. The issue I encountered was that the target tab...32 likes·208 readsAzure
Sumit Mondalsumit007.hashnode.dev·Dec 27, 2023Creativity with Azure Logic Apps: A Dive into Seamless IntegrationIntroduction In the ever-evolving landscape of cloud computing, Microsoft Azure stands out as a powerhouse, offering a myriad of services to cater to the diverse needs of businesses. Among these, Azure Logic Apps emerges as a beacon of innovation, pr...Azure - TheoryAzure
Suraj Somanisurajsomani.hashnode.dev·Dec 5, 2023Azure Logic Apps end to end message tracking using custom tracking IDOverview When building integrations or business process flows using logic apps, often we distribute the execution over multiple logic apps for simplicity of workflows and better management. It is essential to maintain a robust tracking of messages ac...602 readsAzure Logic Appsazure integration services
Williams Ochuochuwilliams.hashnode.dev·Dec 1, 2023Employee Onboard Automator using Azure Logic AppsAutomate the boring and lengthy process of on-boarding a new employee One of the reoccurring tasks of an IT administrator is the on-boarding process of new employees. A new employee needs lots to be setup for them which includes an account profile, g...66 readsAzure
Samson Oladipooladipo.hashnode.dev·Nov 8, 2023Deploying Azure Function & Logic AppTask Requirements : Create and deploy an Azure Function that performs a specific task (e.g file processing) and documents the process. Provision an Azure Logic App that performs a specific task and documents the use case. Implement infrastructures...10 likes·32 readsTerraform
Gokul Ggokg4.in·Aug 30, 2023"Unlocking IT: The No Code / Low Code Journey" Part 3Welcome to the concluding chapter of my tech journey, where I unveil the strategies that helped me surmount unforeseen challenges, transform my career, and refine my skills to thrive in the ever-evolving tech industry. This installment encapsulates t...Web Development
Jens Caasenblog.jenscaasen.cloud·Aug 18, 2023How to securely call an Azure Function from a Logic App without keysHello, a quick blog post on an impactful topic, at least for Azure Workflow Users. You have an Azure Function, and you have a Logic App, and you want to call the function from the Logic App without hassling with Keys or Tokens, but have that managed ...1 like·89 readsLogic Apps