RioTechriotech.hashnode.dev·Aug 16, 2024Invoking Another Workflow: Step-by-Step Guide 😀Hello there! 👋😁 I’m back with more exciting content. Today, let’s explore how to invoke one workflow from another. First, we need to create a standard logic app, and then proceed to create two workflows as outlined below: To achieve this, we must ...DiscussAzure
RioTechriotech.hashnode.dev·Aug 16, 2024How to send data from Service Bus to Logic AppSo, Let’s create an Azure project that will send the data from the Service Bus to the Logic App. Firstly, let’s know what is Service Bus, Function App, Logic App: Service Bus: Azure Service Bus is like a post office in the cloud where your applicati...DiscussAzure Logic Apps
RioTechriotech.hashnode.dev·Aug 16, 2024Data mapping in Visual Studio Code can be achieved by using a custom XSLT file.Did you know that you can perform data mapping in Visual Studio Code using a custom XSLT file? It’s a powerful technique that can help you streamline your workflow and make your development process much more efficient. With just a few simple steps, y...Discussdata mapping
Umesh Panditumeshpandit.hashnode.dev·Jul 8, 2024Mastering Serverless Computing with Azure: A Beginner’s GuideImagine creating apps without the need to handle servers. Step into the realm of serverless computing! This piece gives an overview of serverless computing, a tech that streamlines app development and cuts down on infrastructure upkeep. Whether you'r...Discussserverless computing
Kalana Wijethungakalanaw.hashnode.dev·Jun 1, 2024Understanding Serverless Architecture Capabilities Available on AzureFor developers dedicated to building exceptional applications that cater to diverse business scenarios, the added responsibility of managing infrastructure, configuring networks, and applying OS/framework patches can be both distracting and frustrati...DiscussAzure
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...Discuss·484 readsAzure Logic Appsazure integration services
Massimiliano Figinimassyfigini.hashnode.dev·Jun 17, 2022Copy data from a Blob Storage to a Sharepoint folder with Azure Data Factory through Azure Logic App1. Create the Logic App Choose the "Consuption" type. 2. Design the Logic App Start with the common trigger "When a HTTP request is received" In the JSON body add all the parameters you need to use: { "properties": { "Blob": { ...DiscussAzure