Integration
Microsoft BizTalk Server
Having worked in the integration space for quite a while, I ended up working on projects for the retail and wholesale industries. Invariably, one of the key systems involves in warehouse management systems or WMS. While each customer was usually a segment or a subset of a broader reference integration roadmap, I thought it might […]
Overview At Allied, several IoT projects have been completed. This time around a Data Logger with a built-in wifi module was built in order to read & send data of power consumption. It’s for anyone who wishes to check & analyze data of their power consumption, observe usage patterns and optimize usage of power based […]
Logic app is a codeless integration service for communication between multiple platforms and services. It has an extensive set of connectors for communication purposes. In this article, we are just going to discuss two of them, Dropbox and SMTP connectors. Logic apps can perform various actions on Dropbox-like, get all lists of files, copying files […]
In BizTalk Server, SQL Adapter is the main component in order to communicate with the SQL Server. On the other hand, In Logic App we use the connector to communicate with the SQL server. In this tutorial, we will create a table in SQL Azure and perform read and write operations using the logic app. […]
Platform-as-a-Services in Azure We are going to discuss the Platform-as-a-Services offering from Microsoft Azure. The platform, as a service part of the Microsoft cloud, offers a lot of services that you can use to build applications. Using Microsoft azure you can target any platform with any technology. You can host any application like .net, node.js […]
There’s a lot of interest nowadays in microservices-based integration patterns. This appears to be nothing more than an evolution of SOA – “SOA done right” as some call it. The services are lighter (usually REST/JSON based), smaller/more atomic (hence the “micro”), and built on managed, scalable architecture. Here are a few things to think about […]
Logic Apps Overview Logic Apps is a tool for integration solutions that offers scalability for apps & devices on the cloud. Logic apps do this by offering a visual programming interface for developers to solve any kind of business problem. The basic concept in logic apps is a trigger, which is similar to any action […]