Knocking on Azure's Front Door
Swift Service Fabric Deployments with PowerShell
Azure, Azure Service Fabric, Development, Azure PowerShell, DevOps, Microsoft Azure
A few weeks ago I had the great privilege of presenting a 60 minute breakout session at Microsoft Ignite | The Tour in Sydney. It was thrilling to have over 200 people registered to see my topic “Seamless Deployments with Azure Service Fabric”, especially in the massive Convention Centre.
In the session I...
A Pace-Layered Integration Architecture
Architecture, Azure, BizTalk Server, Integration, iPaaS, Microsoft, Microsoft iPaaS, Article, Technology, Learning & Development, Integrate2018, Systems of Differentiation, Systems of Innovation, Message Bus, MSBTS, Systems of Record
Integration at Pace Within the Adaptive Enterprise
In the modern enterprise, it is rare to see a single monolith application that rules the entire landscape. While there still may be a large mainframe or another system which holds the principal data and source of truth (SoT) for an organisation, most landscapes today...
Logic Apps: Correlation and Message Dependency Management on Logic Apps with Service Bus
Azure, Logic Apps, Service Bus, Dependency Management, Correlation
While working on an integration project, we came across a very interesting requirement of sequencing file fed to a system based on pre-defined dependencies. This problem was complex because the target system did not want to see a file in S3 bucket (or blob container) unless the system has already processed and...
Business Activity Monitoring on Azure Logic Apps with Azure Log Analytics
Azure, Logic Apps, Monitoring, Azure Log Analytics, BAM, Business Activity Monitoring, Blog, Technology
Introduction
Azure Logic Apps provide built-in monitoring tools that allow you to check the run history (including all inputs and outputs of triggers and actions), trigger history, status, performance, etc. Additionally, you can enable diagnostic logging on your Logic Apps and send all these runtime details and events...
Preparing Azure Logic Apps for CI/CD using ARM Templates
Azure, Continuous Integration, Logic Apps, ARM Templates, Blog, Technology
Introduction
Logic Apps can be created from the Azure Portal, or using Visual Studio. This works well if you want to create one Logic App at a time. However, if you want to deploy the same Logic App in multiple environments, e.g. Dev, Test, or Production, you want to do it in an automated way. Azure Resource Manager...
Serverless Logging & Alerting with Service Fabric & Azure Event Grid
Azure, Azure Functions, Logic Apps, Service Bus, Event Grid, Serverless
Microsoft recently released the public preview of Azure Event Grid – a hyper-scalable serverless platform for routing events with intelligent filtering. No more polling for events - Event Grid is a reactive programming platform for pushing events out to interested subscribers. This is an extremely significant...
When to Use an Azure App Service Environment v2 (App Service Isolated)
App Service Environment, App Service Isolated, App Services, Architecture, Azure, Blog, Vision & Digital Transformation, Technology
Introduction
The Azure App Service Environment (ASE) is a premium feature offering of the Azure App Services which is fully isolated, highly scalable, and runs on a customer's virtual network. On an ASE you can host Web Apps, API Apps, Mobile Apps and Azure Functions. The first generation of the App Service...
The New Azure Hybrid Connections
Azure, Azure Relay, Development, Hybrid Connectivity, Service Bus
Microsoft recently announced that Azure BizTalk Services (MABS) is officially being retired. This was no great surprise, as those who actually used this service and its VETER pipelines to build integrations were well aware that the tooling was cumbersome, the DevOps story was terrible, scalability was severely...
Transforming JSON Objects in Logic Apps
Azure, Development, Enterprise Integration Patterns, iPaaS, JSON, Logic Apps, Blog, Technology
Introduction
Many integration scenarios require translating messages from one data model to another. This is described in the Message Translator Enterprise Integration Pattern. Some of these might be:
- Translation between two different proprietary data models
- Translation between a proprietary data model and an...