Integrate 2021 Remote

Integrate 2021 Remote – Day 1 Recap

Published on : Jun 1, 2021

Category : Events

BizTalk360

Author

Table of contents

1. Keynote – State of integration
2. Azure Integration Services Realized
3. Microsoft’s Event Bus in the Cloud – Event Grid the missing piece in Azure Integrations Services(Rescheduled to Day 2)
4. Secure your API program with Azure API Management
5. Enterprise Integration With Logic Apps
6. Logic Apps: Past, Present, and Future
7. What you should do and should not do while migrating your solutions to BizTalk Server 2020
8. Messaging Patterns
9. Integration Modernization

It is again the time of the year for the most awaited conference to stay up to date with Microsoft Integration tech.

First things first, with this blog we’ll take you through all the highlights and important announcements that we had on day 1 of INTEGRATE 2021 Remote. Buckle Up!

Keynote – State of integration – (Jon Fancey)

Keynote at #Integrate is always a very much awaited session that sets the context for the next 3 days of a highly technology immersive conference.

Jon Fancey, Group Product Manager for Azure Integration, kick-started the conference with the keynote session highlighting the unprecedented times that the whole world is undergoing.

He emphasized that we need to adapt to the changes quicker than ever before. Also, he further added “Integration is the key” which will enable us to respond to the changes confidently.

We are on a journey to help everyone be a better integrator.

Azure provides independent integration services to overcome modern-day challenges like overwhelming choices, too much to do in terms of analysis, competing priorities, and crushing complexity.

Azure Integration services

The Azure application service has greater agility to let you develop the apps in your preferable language and deploy them anywhere. Yes, you heard it right. It could be deployed in Azure, non-Azure, multiple clouds like AWS and Google, on premises, and edge environments with the help of Azure Arc.

It’s demo time for the Microsoft product team – Jon invited Bec Lyons, Program Manager at Microsoft to demonstrate Azure Integration services and Azure Arc. In this extensive demo, we were shown creating a Logic Apps in Standard tier (announced a week before in BUILD 2021) and its benefits as follows:

  • Stateful workflows can store data in dedicated custom storage, thus providing data isolation.
  • Support to AppInsights that helps to assess running processes, dependencies, and runtime behavior.
  • You can now dictate how the logic app needs to scale in and scale out.

Check out our blog on Logic Apps Standard resource type for more insights.

Bec created a stateful Logic Apps workflow in VS code chaining together a few Azure resources and deployed it to GitHub to take advantage of the Standard resource type benefits for development operations.

“With Standard SKU, you can completely develop the workflows in complete isolation, unlike you have to manage the infrastructure piece in the consumption tier.” – Bec

Logic Apps Standard resource type

On checking the GitHub’s actions tab, the committed build was deployed to both staging (Azure Logic Apps) and production (Azure Arc enabled Logic Apps running on Kubernetes cluster).

It enables multiple workflows to be deployed into a single Logic App compute and simplifying the automated deployments.

Now, Jon invited Neil Webb, the Solution Architect at Asos. He presented a real-world example of how Asos.com leveraged Microsoft’s Azure services to integrate their decomposed architecture to disrupt the way 24.9 M active customers buy products on their site.

Logic App’s single tenant model

Neil also emphasized on the benefit of the Logic App’s single tenant model:

  • Enhanced Security with VNet Integration and Private endpoints
  • Scalability and Performance improvement through stateless workflows
  • Deployment flexibility iPaas to self-hosted
  • Enhanced development experience with complete local dev and testing capabilities
  • Extensibility with custom connectors

Over the years, we could see Azure Integration Services come a long way and well matured. Better infrastructure, more developer focused capabilities to build and manage both from Azure portal and VS code with local development and execution at local environment, enabling execution that supports anywhere runtime and management support through Azure Arc makes future more exciting for Azure Integration.

Azure Integration Services Realized- (Bec Lyons)

Bec Lyons, Program Manager at the Microsoft Azure Logic Apps team, joined us again after a quick demo at the keynote session with an enlightening talk about “Azure Integration Services Realized.” Traditional integration methods can no longer be relied upon to facilitate scale, speed of delivery, and flexibility needed in our end-to-end systems. But, using integration patterns and practices with Service Bus Messaging Queues, API’s & orchestrations provide reliability and scalability to applications.

With that said, Bec explained the patterns and the use cases of all the Azure Integration services to help us know the scenarios when each service can be used.

Azure Integration Services

It is essential to decide your actual needs before building an end-to-end solution. The below images show some of the decision points that are to be considered by a developer.

Business Logic Choosing the right tool Events or Messages

She was then excited to talk about the preview capability of Azure Integration Services running on Kubernetes and anywhere, including other cloud providers with Azure Arc. Any Kubernetes cluster connected through Azure Arc is now a supported deployment target for your Azure application Integration Services.

Next, she jumps into building an end-to-end solution with Azure Integration Services represented in a new solution architecture that is gaining a lot of popularity (Digital Integration Hub – connects to multiple record and data store systems regardless of where they reside). 

Azure Digital Integration Hub

She demonstrated to locally run the Digital Integration Hub using the Visual Studio Code and explained how the build and deploy pipeline worked in GitHub. So, now you can write code once locally and can run it anywhere by enabling Azure Arc.

Run the Digital Integration Hub

We can also easily try out the Digital Integration Hub using this Git Hub sample

So, you can now head-over to the above-mentioned repository to leverage their template and start building your application on top of the function that is already provided.

Secure your API program with Azure API Management – (Toon Vanhoutte)

Toon Vanhoutte, CTO of NOEST and Founder of Your Azure Coach, handled the session on “Secure your API program with Azure API Management” at INTEGRATE 2021. In this session, Toon will explain how you can leverage Azure API Management to optimize, streamline and standardize your overall API security.  Toon tells how this is achieved by exposing a legacy SOAP service as a RESTful API with modern OAuth2 security.

Within an organization, you typically have various APIs that are using different standards and security mechanisms.  As a result, it is difficult to control who has access to APIs, and API consumers struggle with the various security handshakes. Toon focused more on this issue and presented the session with demos in parallel with a clear slide on choosing the appropriate security mechanism.

The first demo created an HR API, where he creates one operation which gives back the employee confirmation. In this setup, the API management is configured with mocking, and postman is used to call the API management. This initial demo was set up and had no security talks.

Security in API Management

After creating the HR API, Toon moved to the security mechanism. He pictured the Frontdoor Security mechanisms for connectivity between API consumers and Azure API Management. He also highlighted the Backdoor Security for connectivity between the Azure API Management and Backend APIs.

The upcoming demos focused on the appropriate selection of security mechanisms offered under different steps like Network Security, Authentication, and Authorization for Frontdoor and Backdoor Security.

Toon also gave a quick demonstration on the brand-new feature Private Endpoints for Logic Apps and integration on how to store the shared access signatures in Azure Key Vault.

Private endpoints

Finally, he summarized the session with a clear note on the Security for API Management, stating that the selection of security mechanism should depend upon the characteristics of the API consumers and Backend APIs.

Enterprise Integration With Logic Apps – (Divya Swarnkar)

Divya Swarnkar, one of the frequent speakers in the integration space, presents the latest updates along with monitoring SAP integration and more. Divya started her session with the primary objective their team had when building Logic apps, and that is to make everyone a developer.

 With Logic apps, now everyone can build applications quickly and focus more on the business problem than creating the applications with more complex steps. And over the past year, Divya and their team have worked a lot to make sure they are moving aligned with their objective.

What's new

New Features in Standard Logic Apps

In the standard Logic Apps, new connectors have been released for Service Bus, Event Hubs, MQ, XML, Liquid operations, Azure blob, etc., providing more efficiency and providing the user more control.

What’s new in EIP Tools For Visual Studio 2019

In EIP tools for Visual Studio 2019, users can create Maps using Visual Mapper that is available in VS 2019.

Now let us transform an XML payload to a JSON matching that XML map created in Visual Mapper.

Now to add the Maps created using Visual Mapper, move to the VS explorer blade and expand Artifacts. All the maps available locally will be pulled-in automatically.

Using a Transform to XML action we can apply the map to the input XML and convert it to JSON.

EIP Tools

User no longer need to maintain an integration account to manage schemas and maps when using EIP in Visual Studio 2019

Monitoring Logic Apps with Application Insights

One of the cool featured application insights offers is Application Map, which gives the topology of our logic app along with its external dependencies.

Monitoring Logic Apps with Application Insights

New and advanced capabilities for Enterprise scenarios

OData Connector – Currently in private Preview. New connectors that can read/push OData from applications have been introduced. To try out OData connector, sign up here: http://aka.ms.ODatapreview

SAP Connectors – A lot of changes have been made for usability and performance improvement. The actions of the SAP connectors have been rearranged for better searchability. Support for Stateful RFCs has been added along with some powerful connectors.

SAP Connectors

To conclude, Divya also discussed the future of EIP in Logic apps.

Future of EIP in Logic apps

Overall, this session threw light on the new improvements made in the Logic App’s EIP to achieve better usability and efficiency.

Logic Apps: Past, Present, and Future – (Derek Li)

Derek Li, Program Manager at the Logic Apps team, joined us after a quick break to present “Azure Logic Apps: Past, Present, and Future”.

 The session started with the journey of Logic Apps for the past five years, which consisted of series of short videos from the various Build, Ignite, Integrate, etc., events on Logic Apps dating back from April 2015. The videos showed how the Logic Apps evolved over five years with all its significant milestones, including the latest update from May 2021 Build event.

After the videos about the past events on Logic Apps, Derek Li highlighted the significant features of Logic Apps, which included,

  • Faster integration using an innovative visual designer
  • Availability on Azure portal, VS Code, or Visual Studio
  • Deep integration with Azure Functions, API Management, Event Grid, etc.
  • High resiliency for mission-critical workloads
  • Connect with Azure, Microsoft, 3rd party services with 400+ connectors out-of-box
  • Connect to cloud or on-premises with VNet/OPDG
  • The connection between information security and encryption at rest
  • Custom connectors to connect to any REST/SOAP endpoints
Vision of Logic Apps 2015

Then Derek started to explain the building blocks of Logic Apps, which included triggers, actions, runtime options.

Logic Apps - triggers Logic Apps - actions Logic Apps - runtime options

It also consisted of the critical features of standard Logic Apps new runtime, which are.

  • The newly designed workflow designer
  • Stateless workflows
  • Integration with Application Insights for Standard Logic Apps running on App Services
  • Local development and debugging
  • Seamless DevOps experience,
  • Hybrid connectivity
  • Execution on Azure or in Containers and Kubernetes.

Derek then jumped into a demonstration of the new Logic Apps runtime. He showed the local developing and debugging experience using VS code and new workflow designer and the deployment from Local machine to Azure. 

As the final part of the session, Derek shared the future roadmap of Logic Apps for the next five incredible years.

  • Ubiquitous connectivity
  • Empowering everyone with Logic App
  • Execute on Azure, Azure Arc, Containers, IoT devices, locally, etc.
  • Intelligent integration
  • Security by design

What you should do and should not do while migrating your solutions to BizTalk Server 2020 – (Sandro Pereira)

Sandro Pereira, Head of integration at DevScope | Microsoft Azure MVP started the impactful session on “What you should do and should not do while migrating your solutions to BizTalk Server 2020” and this will be a very useful session for the BizTalk developers and administrators who are going to migrate their solutions to BizTalk 2020, and it is a game changer.

Sandro started off with a brief overview about him and the integrate events which happened all these years since 2012 and then continued with his past and future activities related to BizTalk server and its migrations for 2021 and emphasized that we need to adapt to the changes to Azure, logic apps, etc. based on the requirements of the customer.

He also emphasized that the BizTalk platform is stable and robust platform and a lot of investments are made by the customers on BizTalk for the on-premises facility and the migration of the BizTalk to the Logic Apps is easier and cost effective.

He shared an announcement of the book “Migrating to BizTalk server 2020” written by Sandro, Tom canter, and Lex hegt.

Here is an overview of migrating on-premises BizTalk server to Azure virtual machines and the Migration of the BizTalk server to Azure resources. The below image shows the comparison of features between BizTalk Server and Azure.

Migrating BizTalk server Migrating BizTalk server Migrating BizTalk server

Then, he jumps into the main topic “efforts required to migrate to BizTalk server 2020” and said that more effort is needed for testing & to perform tuning and operations on the migrated solutions.

Migrating BizTalk server

Next, is the “Rules for migrations” and the below image will give an overview of the list of rules for the migration of the BizTalk server.

Rules for migrations

Then comes the list of steps to be performed for a successful migration,

steps for successful migration

He then suggested giving more importance to mapping while migrating from versions lower than BizTalk 2010 as you can only find the issues arising while testing and, also while performing these migrations you need to use the party management tool for easier migration or need to migrate the solutions manually and the need of jumping environments is necessary to migrate from those older versions.

Mapping

Here is the list of limitations that one will face while migrating their BizTalk solutions.

Limitations

Finally, he explained his project in detail that is being integrated with MES, the BizTalk Server & the Azure integration Services.

Detailed projects

Messaging Patterns – (Clemens Vasters)

Clemens Vasters, the principal architect at the Azure Messaging team, entertained us with an informative architectural session about “Messaging Patterns”. In his talk, he explained the four core messaging services Service Bus, Event Grid, Event Hubs, and Relays available in Azure, its architectural patterns, and use cases.

He explained two types of data exchange:

  • Messaging: includes an intent/expectation by the message sender (e.g., commands, transfers). Azure Service Bus is well-suited for this type of data exchange.
  • Eventing: is mostly about reporting facts, telling what just happened.
  • Discrete events are independent and immediately actionable (e.g., fire alarm). Azure Event Grid is a good match for these types of events.
  • Event series should be analyzed first before you can react to them (e.g. temperature threshold). This analysis could be done through Azure Stream Analytics that is wired up to Event Hubs, which allows state full and partitioned data consumption. Event Hubs is in line with the Apache Kafka protocol.

He further classified the core services as Message oriented service (Service Bus, Event Grid, and Event Hubs) and connectivity services as Relays.

Service Bus Architectural patterns

Service Bus is a “swiss army knife” for messaging driven workloads.

Service Bus handles the messages in sequential order with high reliability. It has the following capabilities:

Competing Consumers Pattern

It is the unique patterns of Service Bus observing the queue length and spinning up further resources as needed to handle exception load.

Offline/Batch Pattern

Adding a message queue allows the business process to handle transactions at optimal capacity and without getting overwhelmed.

Load  Leveling Pattern

Spiky loads are buffered by the queue until the processor can handle them.

Event Hubs Architectural patterns

Event Hubs are a high-scale, high-availability, multi protocol event stream engine used for collecting and consolidating events for real-time analytics and other high-throughput computations.

Event Hubs Architectural patterns

The above picture represents the Event Hubs architecture and processing of high-velocity data with parallelization.

Event Streams and Context

The main purpose of Event Hubs is to capitalize the freshness of the data at a high velocity up to 2 gigabytes per second if needed. The data processing can be real-time or on-demand.

Event Grid Architectural patterns

Event Grid is the Azure wide eventing backplane for distributing and handling discrete events raised at the platform level, by custom applications, and by partner platforms.

Event Grid Architectural patterns

Event Driven: Cores + Extension

  • “Core” functions of services allow for direct interaction like commands and requests
  • Extensions react to events emitted by services based on core activities

Relay Architectural patterns

It helps to connect to micro-services, databases, and other endpoints from private networks on a public cloud endpoint without requiring VPN connectivity or DNS integration.

He further explained the capabilities of Relay and use cases.

capabilities of Relay

Hybrid Cloud/ On-premise Integration

Assume there is a legacy system that can’t be moved out of on-premise and still you wanted to connect with cloud app of third party vendors for downstream data processing.

Here comes the relay to provide synchronous access without VPNs.

Hybrid Cloud/ On-premise Integration

Integration Modernization -(Jon Fancey, Bec Lyons, Chris Houser)

In the last session of Day 1, we had three presenters from Microsoft Logic App Team who were presented on Modernizing Integrations.

Jon Fancey started the session with the question Why Modernize? He clearly stated the different challenges in managing old and new assets in the cloud and on-prem. He also gave a solution that how Azure Integration Services seamlessly connect different these assets in real-time.

Integration Modernization

He then passed on the session to Bec Lyons to discuss the Modern Integration services available out there.

Bec started by illustrating how the Integration is evolving with the paradigm change from On-prem to mobile, SaaS, Cloud and IoT. She also presented all the modern integration services available in Azure and its simple illustration.

Modern Integration

After talked about the Modern Integration Services, She handed over the session to Chris Houser. Chris is a Principal Program Manager who spoke about Modernizing the Mainframe. He introduced two new Mainframe connectors, which are generally available for Logic Apps and few upcoming connectors.

Currently Available:

  1. IBM 3270 – Drives 3270 application from your workflow
  2. IBM MQ – New Built connector in Logic Apps Standard workflows

Upcoming connectors:

  1. IBM Host Files – Allows reading or writing to off-line VSAM Files
  2. IBM DB2 – Allows CRUD operations against a DB2 database
  3. IBM CICS – Allows workflow to invoke CICS transactions
  4. IBM IMS DB – Allows CRUD operations against IMS Database

He explained how to work with all the above connectors and passed back to Jon after the demonstration on the IBM MQ connector

Connectors

Jon Fancy retook the stage and talked about Modernization in BizTalk Server; he introduced the BizTalk Migration tool and what it can do.

Finally, Jon Fancy and Bec ran a Poll with interesting questions around Integration, and the Q & A session ended the day

That’s a wrap on our summary of Day 1 at INTEGRATE 2021. We already looking forward to Day 2 and Day 3 sessions. Thanks for reading! Good night from Day 1 at INTEGRATE 2021 Remote.

Stay tuned with #INTEGRATE2021

This blogpost was prepared by:

Bala
Amritha
Nishanth
Nadeem
Modhana
Sri Hari
Naveen Shanmugam
Nishanth