Configuring ESB in BizTalk Server 2020

Configuring ESB in BizTalk Server 2020

As most of us are aware, starting with BizTalk Server 2013 and newer versions, Microsoft BizTalk ESB Toolkit is integrated with the BizTalk Server setup.

The wait is over, BizTalk Server 2020 is out now! On 15th of January 2020, Microsoft announced the release of BizTalk Server 2020. We got an opportunity to install and configure the ESB toolkit using BizTalk Server 2020.

While installing and configuring ESB we faced a huge challenge and surprise, that the ESB Portal was missing!!! In this blog, we would like to share our experience with you all that we gained and how we configured the ESB portal.

We would like to start from scratch, right from the installation of ESB in BizTalk Server 2020.

Prerequisites

  • Choose Windows Server 2019 (Preferred) / 2016
  • Install Visual Studio 2019 – Required for BizTalk Server Developer Tools and SDK.
  • .NET Framework 4.7 – BizTalk projects created in Visual Studio require the Visual Studio build target to be set to your .NET Framework version
  • Microsoft SQL Server 2019 (Preferred) – 2017 / 2016 SP2
  • Install Enterprise Library 5.0 from the link- http://www.microsoft.com/en-us/download/details.aspx?id=15104
  • Install Microsoft Report Viewer Redistributable 2008 from the link – http://www.microsoft.com/en-us/download/details.aspx?id=577

Add Roles & Features

  • IIS with IIS 6 compatibility Tools(complete)
  • Windows Authentication & Basic Authentication (Under: Web Server(IIS) -> Security
  • WCF & HTTP Activation for both .Net 3.5 and 4.5/4.7

Installing ESB

Close any programs you have opened.

BizTalk2020-Installing-ESB

  1. Run the BizTalk Server 2020 setup.exe file as Administrator
  2. On the BizTalk Server installation Start page, click Install Microsoft BizTalk ESB Toolkit
  3. On the License Agreement page, select “Yes, I accept the terms of the license agreement” and then select Next
  4. In the Component Installation page, select the components you want to install, and then select Next
  5. BizTalk-ESB-Toolkit

    Note: If you observe the installation wizard, you may find the ESB Toolkit version is missing while comparing it with the BizTalk Server 2016.

    BizTalk-ESB-Toolkit-2.4

  6. In the Summary, review the installation details that you chose, and then select Install
  7. On the Installation completed page, Select Finish to close the installation wizard. An install log file is created, similar to C:UsersyourUserNameAppDataLocalTempSetup(xxxxxx).htm
  8. Starting with BizTalk Server 2020, to install the Itinerary Designer, also install the BizTalk ESB Toolkit Itinerary Designer extension in Visual Studio

Using Visual Studio 2019 -> Continue without code -> Extensions -> Manage Extensions -> Install BizTalk ESB Toolkit Itinerary Designer

manage-extension

Note:

  1. You must configure BizTalk Server before configuring BizTalk ESB Toolkit
  2. You must run the ESB Configuration Tool as an administrator

Configuring Microsoft BizTalk ESB Toolkit

  1. From the Start menu, type ESB Configuration Tool or Scroll and select Microsoft BizTalk ESB Toolkit, and then select ESB Configuration Tool
  2. In the ESB Configuration Tool, from the left pane, select ESB Configuration.
  3. On the right pane, for Database Server: specify the database server where the databases, which are required for BizTalk ESB Toolkit, are created
  4. In the IIS Web Services box, specify the User Account credentials under which the applications required for BizTalk ESB Toolkit are created. Also, specify the name of the website in IIS under which the applications are created
  5. The BizTalk User Groups box lists the default user groups which are available for ESB configuration
  6. ESB-Configuration-Tool

    Note: At this stage, you can click “Apply Configuration” towards the top of the ESB Configuration Tool to configure the Microsoft BizTalk ESB Toolkit with the default settings. However, if you want to do a custom configuration, you can perform the remaining steps as well. In such a case, the values you specify in the subsequent steps take precedence over the default values.

  7. In the left pane, expand ESB Configuration, expand Exception Management, and then:
  • If you don’t want to configure an exception management database, then select Database, and uncheck the Enable Exception Management Database
  • If you want to use an existing database instead of creating a new database, then select Database, and select Use Existing Database. Enter the database server name and the database name
  • If you don’t want to configure exception web service, then select Exception Web Services, and uncheck Enable Exception Services. If you want to run these services under a different website, you can enter that here

ESB-Configuration-Tool-Database

Exception-Web-Services

  • In the left pane, expand ESB Core Components, and then:
    • If you don’t want to configure an itinerary database, then select Itinerary Database, and uncheck Itinerary Database
    • If you want to use an existing itinerary database, then select Itinerary Database and select Use Existing Database. Enter the database server name and the database name
    • If you don’t want to configure these web services, then select Core Web Services, and uncheck Enable Core Services. If you want to run these services under a different website, you can enter that here

    ESB-Configuration-Tool-Itinerary-Database

    ESB-Configuration-Tool-Core-Web-Services

  • In the left pane, select Configuration
  • If you are installing and configuring the BizTalk ESB Toolkit in a single server environment, select File Configuration Source.

    If you are setting up a multiple-machine deployment, select the SSO Configuration Source, and then enter the following:

    • SSO Server: Enter the name of the SSO server
    • Configuration file: Click the ellipsis, and then browse to the esb.config file (Program Files (x86)Microsoft BizTalk ESB Toolkit)
    • Application Name: Enter a name for the SSO application. For example, enter ESB Toolkit
    • Contact Information: Enter a valid email address the appropriate contact information in the following format: [email protected]
    • Administrator Group Name: Select the ellipsis, and then browse to the appropriate admin group
    • User Group Name: Select the ellipsis, and then browse to the appropriate group

    ESB-Configuration-Tool-Configuration

  • Click Apply Configuration. Open IIS and notice that the applications required for BizTalk ESB Toolkit are now created under the website you specified while configuring BizTalk ESB Toolkit.
  • ESB-BizTalk-Applications

  • In the ESB Configuration Tool, select ESB BizTalk Applications, and then:
    • Select Enable ESB Core Components in BizTalk Server to create the application in the BizTalk Server Administration console. Select Use Default Binding to bind this application to the default host. Select Do not use Default Binding, if you do not want to bind the application to the default host. In this scenario, you must explicitly bind the application to a host once the application is created.
    • Select Enable ESB JMS/WMQ Components in BizTalk Server to create the application in the BizTalk Server Administration console. Select Use Default Binding to bind this application to the default host. Select Do not use Default Binding if you do not want to bind the application to the default host. In this scenario, you must explicitly bind the application to a host once the application is created.
    • Click Apply Configuration to create the applications you selected. Verify that the applications are created in the BizTalk Server Administration console.

    Verify Your Installation

    To ensure if the site has been configured correctly, navigate to the folder C:Program Files (x86)Microsoft BizTalk ESB ToolkitWeb. Compare the folders and subfolders, and the sites under IIS -> Sites -> Default Web Site.

    BizTalk2020-Installation

    BizTalk2020-Installation-Sites

    Open the BizTalk Server Administration console and notice that the ESB applications is now installed and present in our console.

    BizTalk-Server-Administration-Console

    Finally, ensure the availability of the “EsbExceptionDb” and “EsbItineraryDb” in the database.

    ESB Portal Findings

    Once after the installation and configuration of ESB Toolkit, if you have a look at the installation folder to configure ESB Portal, you will find that the file “ESBSource.zip” is missing…!!!

    Once after the configuration in BizTalk Server 2016, you will be able to find the ESBSource.zip file. But it is not available in BizTalk 2020.

    ESB-Portal-Finding

    *Screenshot from BizTalk Server 2016 ESB Toolkit installed folder location

    ESB-Portal-Finding

    *Screenshot from BizTalk Server 2020 ESB Toolkit installed folder location

    But, if you want to use the default ESB portal, you need the “ESBSource.zip” file to create it, or if you have another option, you can build your custom portal. We have compared the esb.config file to check if any changes have been done. When we checked the file, we found out that no changes have been done in the latest file. So, we thought of using the same portal in BizTalk server 2020 that was already used in the BizTalk server 2016.

    ESB-Config-File

    To be able to use the existing ESB portal, we have copied the “ESBSource.zip” file from BizTalk Server 2016 and pasted inside the BizTalk Server 2020 folder C:Program Files (x86)Microsoft BizTalk ESB Toolkit.

    ESB Portal Installation and Configuration

    To install the default ESB portal

    1. Create a folder in your C: drive and name it as Projects. Now, unzip ESBSource.zip file from the download location into the C:ProjectsMicrosoft.Practices.ESB folder
    2. Once after extraction, Remove the Read-only attribute from all files in C:ProjectsMicrosoft.Practices.ESB folder
    3. Install Enterprise Library 5.0 from http://www.microsoft.com/en-us/download/details.aspx?id=15104
    4. Install Microsoft Report Viewer Redistributable 2008 from http://www.microsoft.com/en-us/download/details.aspx?id=577
    5. Note: Leave step 4 and 5 if you have already done it earlier

    6. In Visual Studio 2019, open ESB.Portal.sln found in C:ProjectsMicrosoft.Practices.ESBSourceSamplesManagement PortalESB.Portal
    7. When Visual Studio 2019 starts converting the solution to the current format, a dialog pops up that warns you about ESB.Portal.Setup.vdproj file not being supported in Visual Studio 2019. Click OK. Wait until the solution opens
    8. In the Solution Explorer, add Microsoft.Practices.ServiceLocation.dll as a reference to the ESB.BAM.Service.Implementation project. This assembly is found in C:Program Files (x86)Microsoft Enterprise Library 5.0Bin
    9. Save all files in the solution
    10. Rebuild ESB.Portal solution
    11. Close Visual Studio
    12. Run Management_Install.cmd file found in C:ProjectsMicrosoft.Practices.ESBSourceSamplesManagement PortalInstallScripts

    If you can successfully run the Management_Install.cmd without any error/exception, the portal will be configured. Now when you open Internet Explorer and navigate to http://localhost/ESB.Portal you should see the ESB Management Console home page.

    ESB-Management-Console-Home-Page

    If you face any issues/exceptions when you run the Management_Install.cmd and the portal is not created, follow the below steps.

    1. Open PowerShell as an Administrator and run the following command:
    2. set-executionpolicy unrestricted

    3. Open a command prompt as an administrator and run the following command to ensure WCF script maps are registered:
    4. C:WindowsMicrosoft.NETFrameworkv4.0.30319> ServiceModelReg.exe -r –y

    5. Got to turn on Windows Feature make sure the
    • WCF features have been selected
    • Web Core option also configured
  • Make sure that the UDDI Service is installed from BizTalk Server Setup before running the UDDI Publisher Tool. Run the UDDI Publisher tool (you can install it at %ESB Install Folder%BinMicrosoft.Practices.ESB.UDDIPublisher.exe). Now, continue to the next step, even though you might get some errors.
  • Navigate to SamplesManagement PortalInstallScripts from the command prompt run the following commands
    • Powershell –executionpolicy bypass –file .Management_Install.ps1
    • Management_Install.cmd

    ESB-Management-Console

    Now, without any errors/exceptions, the portal should be configured. Check if the ESB.Portal is available in IIS. When you open Internet Explorer and navigate to http://localhost/ESB.Portal you should see the ESB Management Console home page.

    Phew!!! That’s how we configured ESB Portal.

    Hub for Modern and Legacy World

    Now we will come to the second option, custom portal…!

    Even though the Exception Management framework is very robust and strong, the Exception Management Portal that comes out of BizTalk Server is not that easy to configure as we have experienced.

    Exception-Management-Portal

    Firstly, the portal from the ESB Toolkit can be replaced with a portal within BizTalk360. BizTalk360 addresses these challenges in several ways. As with all features within BizTalk360, this portal is protected with security and auditing.

    You don’t need to configure the default ESB portal. We want to mention here that a few of our customers haven’t installed the ESB portal.

    Instead, they are using BizTalk360’s ESB Portal alone and from the portal, they are performing actions successfully.

    To be able to repair ESB Faults, there is an Edit and Resubmit feature in BizTalk360. To make the repair even easier, you can write and associate Knowledge Base articles to the ESB Faults. So, in case of recurring problems, you can simply document the solution in such a KB article and associate it with the ESB Fault, thereby making repairs in the future easier.

    ESB-Exception-Management

    How much time will it take to configure ESB portal within BizTalk360?

    All you need to do to configure the ESB Exception management framework within BizTalk360, is to simply provide the connection string to your ESB exception database, relevant to your BizTalk Environment.

    That’s it! You are set (takes about 3 minutes, definitely not more than that).

    Check the below blogs to know more about BizTalk360 ESB Portal.

    BizTalk360 is ready for BizTalk Server 2020!

    For those of you who are not aware of BizTalk360, I would like to give a short intro and we are excited to announce that after working with Microsoft for the past few months, we are now fully supporting Microsoft BizTalk Server 2020 with our latest release.

    Why not give BizTalk360 a try? It takes about 10 minutes to install on your BizTalk environments. Get started with the free 30 days trial.

    The post Configuring ESB in BizTalk Server 2020 appeared first on BizTalk360.

    BizTalk Server 2020 sticker

    BizTalk Server 2020 sticker

    Recently I was challenged by my dear friend Wagner Silveira, to create another BizTalk Server sticker for INTEGRATE 2020 London, this time for BizTalk Server 2020. You may be aware of my previous BizTalk Stickers that you may find it here: Get your BizTalk Server 2016 Stickers!.

    BizTalk Server 2016 sticker

    Note: personally, this is, without a doubt my favorite.

    And of course the infamous badass T-Rex
    version:

    BizTalk Server 2016 sticker

    And the last one here: BizMan, The BizTalk Server Superhero Sticker

    BizTalk Server sticker

    And of course, this was my answer: @WSilveiraNZ a new BizTalk Server 2020 sticker is being made… just to let you know 🙂 #msbts but then Coen Dijkgraaf joined and asked if the sticker would be available on time for Global Integration Bootcamp?

    I was undecided
    about whether to publish or wait to INTEGRATE to be a surprise. But I at the
    end I decided to create not one but two stickers:

    • On to published during the INTEGRATE event… spam alert: it is awesome!
    • And this one above to publish now in order for you all to grab it and go to a graphics shop to make your BizTalk Sticker. A simple and clean BizTalk Server 2020 sticker identical to the logo that I publish this week: BizTalk Server 2020: a new unofficial logo
    BizTalk Server 2020 sticker

    This package is a collection of 3 different image formats of the new BizTalk
    Server 2020 sticker, two of them are available in vector
    format that will allow you to use and resize without losing quality:

    • BizTalkSticker.ai
    • BizTalkSticker.pdf
    • BizTalkSticker-01.png

    All of the
    resources are in the original size ready to print in a graphics shop.

    Thanks to Cristóvão Silva (Graphic & Web Designer @ DevScope) for helping me creating these resources.

    I hope you enjoy!

    Download

    BizTalk Server 2020 sticker
    Microsoft | TechNet Gallery

    The post BizTalk Server 2020 sticker appeared first on SANDRO PEREIRA BIZTALK BLOG.

    February 03, 2020 Weekly Update on Microsoft Integration Platform & Azure iPaaS

    February 03, 2020 Weekly Update on Microsoft Integration Platform & Azure iPaaS

    Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS?

    Integration weekly update can be your solution. It’s a weekly update on the topics related to Integration – enterprise integration, robust & scalable messaging capabilities and Citizen Integration capabilities empowered by Microsoft platform to deliver value to the business.

    Microsoft Announcements and Updates

    Community Blog Posts

     

    Video

    Podcasts

    How to get started with iPaaS design & development in Azure?

    • Robust Cloud Integration with Azure
    • Microsoft Azure for Developers: What to Use When
    • Serverless Computing: The Big Picture
    • Azure Logic Apps: Getting Started
    • Azure Logic Apps: Fundamentals
    • Microsoft Azure Developer: Creating Enterprise Logic Apps
    • Microsoft Azure API Management Essentials
    • Azure Functions Fundamentals
    • Cloud Design Patterns for Azure: Availability and Resilience
    • Architecting for High Availability in Microsoft Azure

    Feedback

    Hope this would be helpful. Please feel free to reach out to me with your feedback and questions.

    Azure Fundamental for Ethical Hackers and Special Ops Team [free whitepaper] By Nino Crudele

    Azure Fundamental for Ethical Hackers and Special Ops Team [free whitepaper] By Nino Crudele

    Nino Crudele just published a free whitepaper about Azure Fundamental for Ethical Hackers and Special Ops Team. This is a 39 pages whitepaper about Azure Fundamentals and Penetration Testing and if you’re passionate about security or want to know a little more, then you shouldn’t miss this opportunity.

    Nino Crudele is a freelance living in the United Kingdom. He is Global Azure Lead and Cybersecurity expert in Hexagon Manufacturing Intelligence, a global manufacturing company. He is responsible for leading the Microsoft Azure Cloud area, supporting and advising the Company to select the most appropriate cloud strategies and solutions from high-level design to implementation and Security is one of my top priorities.

    Azure Fundamental for Ethical Hackers and Special Ops Team

    What to expect about Azure Fundamental for Ethical Hackers and Special Ops Team whitepaper

    This whitepaper will provide:

    • A good understanding of Microsoft Azure, how it is organized and how it works, and this is a good prerequisite in order to create penetration tests, understanding the weaknesses and the critical areas and for any type of security operator.
    • A good introduction and understanding about penetration testingS, the phases, the standards, the technique, and the methodologies related to Microsoft Azure

    Where you can download it

    The whitepaper is completely free and you can download it here:

    • https://ninocrudele.com/azure-fundamental-for-ethical-hackers-and-special-ops-team

    I would like to take this opportunity also to say thanks to Nino Crudele for inviting me to be is a technical reviewer for this whitepaper, as always with him it was a nightmare but a very enjoyable one.

    The post Azure Fundamental for Ethical Hackers and Special Ops Team [free whitepaper] By Nino Crudele appeared first on SANDRO PEREIRA BIZTALK BLOG.

    What’s new in BizTalk Server 2020!

    What’s new in BizTalk Server 2020!

    At our annual event Integrate, Microsoft announced last year that BizTalk Server 2020 should have released in the first quarter of 2019. Only two weeks in the new year, Microsoft has released BizTalk Server 2020 (v3.13.717.0)! In this blog, we want to update you on what’s new in this version of the product.

    No Changes in Available Editions

    Similar to earlier versions of the product, BizTalk Server 2020 comes in 4 flavors:

    • Microsoft BizTalk Server 2020 Developer
    • Microsoft BizTalk Server 2020 Branch
    • Microsoft BizTalk Server 2020 Standard [to do: changed limitations]
    • Microsoft BizTalk Server 2020 Enterprise

    You can download these products when you have an Enterprise MSDN account.

    BizTalk2020-Downloads

    New Features in BizTalk Server 2020

    During Integrate 2019, Paul Larsen, the Program Manager who is responsible for BizTalk Server, already highlighted which new features are coming in BizTalk Server 2020. You can read a recap about Paul’s session here.

    BizTalk2020-Features

    As you can understand from Paul’s session, we were already expecting platform alignment. More importantly, BizTalk Server 2020 contains all features from BizTalk Server 2016, including the 3 Feature Packs, which have been released.

    You can find the complete set of new features here

    But, let’s have a look at some of the new features and capabilities.

    Support for newer platforms

    BizTalk Server 2020 adds support for the following Microsoft platforms:

    – Visual Studio 2019
    – Windows Server 2019, Windows Server 2016, Windows 10
    – SQL Server 2019, SQL Server 2017, SQL Server 2016 SP2
    – Office 2019, Office 2016

    Hardware and Software Requirements for BizTalk Server 2020

    Analytics

    Operational Data Monitoring and Analytics.
    Leverage the power of Azure (Application Insight and Event Hub) for deep data storage and Power BI for reporting and viewing of data.

    Send tracking data to Azure
    Configure data feed for Power BI

    Application Lifecycle Management with VSTS

    Using Visual Studio Team Services, you can define multi-server deployments of BizTalk Server 2020, and then maintain those systems throughout the application lifecycle.

    Configure automatic deployment using VSTS

    Management APIs

    Manage your environment remotely using the new REST APIs with full Swagger support.

    REST API reference

    Advanced Scheduling

    New and improved scheduling capabilities in Adapters.

    Configure time zone and recurrence

    Backup to Azure Blob Storage

    When deploying BizTalk Server to Azure VMs, you can backup BizTalk Server databases to Azure blob storage.

    Configure the Backup Job

    Event Hubs Adapter

    Using the new Event Hub Adapter, BizTalk Server can send and receive messages with Azure Event Hubs, where BizTalk Server can function as both an event publisher and subscriber, as part of a new Azure cloud-based event-driven application.

    Event Hubs adapter

    Office 365 Adapters

    Leverage the power of BizTalk in newer office automation workflows by integrating with Adapters that allow you to send or receive Office 365 emails, receive or transmit Office 365 calendar events, and create Office 365 contacts.

    Office 365 Outlook Email adapter
    Office 365 Outlook Calendar adapter
    Office 365 Outlook Contact adapter

    Group Managed Service Accounts

    Extend windows GMSA support to BizTalk operations and services.

    Using Group Managed Service Account

    Audit Log

    Making BizTalk further secure by maintaining audit trails of all management operations.

    New Read-Only Operator role

    Brand new read-only operator role in facilitating the dev-ops model, where access to production stamp is provided without the ability to update anything.

    Additional updates

    ·         Move to new long term supported Microsoft OLEDB Driver for SQL Server

    ·         Support for SSO Affiliate applications in the SFTP adapter

    ·         SQL Availability Group support for BAM DTS Package via SSIS Catalog

    ·         Partially disabled receive locations

    ·         Throughput improvements for Dynamic Send Ports with Ordered Delivery

    Deprecated and Removed Features

    Some features of the product are deprecated or removed from the product. Here’s the list:

    Program

    Status

    Replacement

    Samples

    Removed

    Removed from BizTalk Server installation

    POP3 and SMTP adapters

    Deprecated

    Office 365 adapters

    Support for ACS authentication in adapters

    Removed

    SAS authentication

    SOAP adapter

    Deprecated

    WCF-BasicHttp Adapter

    Old SQL adapter

    Removed

    WCF-SQL Adapter

    BPEL support

    Deprecated

    None

    JDE OneWorld adapter

    Deprecated

    None

    OWC redist

    Removed

    None

    BAM Portal

    Deprecated

    None

    WCF-NetTcpRelay adapter

    Deprecated

    None

    Changes that Catch the Eye

    Based on the above lists, and besides the already expected features and improvements, a few features catch the eye.

    Audit Log

    Until now, no auditing was available for any operations performed against the BizTalk environment. Luckily, from BizTalk Server 2020 on, the Administration console provides auditing of operations. To be able to use this feature, you will have to turn it on in the Group Settings screen.

    BizTalk2020-Audit-Log

    The auditing data is stored in the Management database, and you can access it via the Operational Services. At the moment, the supported operations are:

    • Creating, updating and deleting ports
    • Suspending, resuming and terminating service instances
    • Adding, updating and removing BizTalk applications
    • Importing binding files

    BizTalk2020-Managed-Database

    Although this is a good start, multiple important operations are still missing; think of starting/stopping of ports, orchestrations, and host instances. We hope that Microsoft adds such operations in the future.

    Read more about this feature here.

    Support of .NET Framework v4.7

    Earlier, Microsoft has announced that .NET 4.8 will be supported.

    New Read-Only Operator role

    The BizTalk Operator role has changed. Where before, it was possible to perform actions like stopping/starting ports and changing the port configuration, this role is now completely read-only. This can certainly be useful for facilitating DevOps scenarios.

    read-only-operator-role

    When accessing the BizTalk Server 2020 Admin console as a BizTalk Operator, all the operations are still accessible. However, when an operator tries, for example, to stop a port, an error message shows up, and the operation becomes blocked. Unfortunately, the error message is not always clear that the operation is blocked due to insufficient permissions.

    BizTalk-Server-Administration

    BAM Portal is Deprecated

    Microsoft has decided to deprecate the BAM portal. Probably due to the new capabilities to push data to Azure, they decided to deprecate the old-fashioned BAM portal. In case you are using BAM, and you are considering upgrading to BizTalk Server 2020, you can still install and configure the BAM portal from the BizTalk installer and configuration wizard; you won’t be left in the dark.

    Deprecated and Removed Adapters

    Multiple updates in this area as well. For example, Microsoft deprecates the POP3 and the SMTP adapters in favor of the Office 365 adapters, which appeared in the BizTalk Server 2016 Feature Packs. Next, the old SQL adapter has been removed and replaced by the WCF-SQL adapter, and the JDE OneWorld and the WCF-NetTcpRelay adapter have both been deprecated.

    BizTalk360 Support of BizTalk Server 2020

    The BizTalk360 product team has eagerly followed the developments around BizTalk Server 2020, and we are glad that BizTalk Server 2020 has been released. For BizTalk360, it is evident that the product must support all recent versions of BizTalk Server.

    That’s why we made the latest released versions of BizTalk360 and Atomic Scope compatible with BizTalk Server 2020!

    Conclusion

    BizTalk Server 2020 has been released. This is the 11th version of the product since its inception in 2000. Although we have already seen most of the features of this release (in the BizTalk Server 2016 Feature Packs), this is still a useful release. Especially when you are still on versions older than BizTalk Server 2016, it will certainly be worth upgrading or migrating to this release.

    The post What’s new in BizTalk Server 2020! appeared first on BizTalk360.

    January 27, 2020 Weekly Update on Microsoft Integration Platform & Azure iPaaS

    January 27, 2020 Weekly Update on Microsoft Integration Platform & Azure iPaaS

    Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS?

    Integration weekly update can be your solution. It’s a weekly update on the topics related to Integration – enterprise integration, robust & scalable messaging capabilities and Citizen Integration capabilities empowered by Microsoft platform to deliver value to the business.

     

    Microsoft Announcements and Updates

    Community Blog Posts

    Video

    Podcasts

     

    How to get started with iPaaS design & development in Azure?

    • Robust Cloud Integration with Azure
    • Microsoft Azure for Developers: What to Use When
    • Serverless Computing: The Big Picture
    • Azure Logic Apps: Getting Started
    • Azure Logic Apps: Fundamentals
    • Microsoft Azure Developer: Creating Enterprise Logic Apps
    • Microsoft Azure API Management Essentials
    • Azure Functions Fundamentals
    • Cloud Design Patterns for Azure: Availability and Resilience
    • Architecting for High Availability in Microsoft Azure

    Feedback

    Hope this would be helpful. Please feel free to reach out to me with your feedback and questions.

    Logic Apps: How to send a well-formatted HTML Email notification with Office 365 Outlook connector

    Logic Apps: How to send a well-formatted HTML Email notification with Office 365 Outlook connector

    Microsoft has been discontinuing some actions for some time or at least
    running side by side different versions, don’t get me wrong. But they were never
    extremely good at providing proper documentation, even in the old days that we
    had software releases every two or three years, now imagine in this crazy fast
    delivery world that we are leaving! What you see is:

    • A big gap between the documentation and the features that we have available or not properly documented in terms of how they work;
    • There is nothing that tells you what was change or how certain task that was possible to do in previous versions of action can now be done.
    Microsoft Office 365 Outlook connector documentation

    When I say that for the first time that Microsoft deprecated connection
    actions, I mean actual remove from the list of actions on the Logic App design,
    taking from the example the two connectors mention above you can’t see
    the deprecated action on the Logic App designer anymore:

    Office 365 Outlook connector action on Logic App designer
    SQL Server Connector on Logic App designer

    But don’t be alarmed, your existing logic apps that still use these
    deprecated actions continue to work properly.

    In this article, we will address the Office 365 Outlook connector and especially the Send an Email V2 action because Send an Email action is now deprecated. So the question here is:

    How to send a well-formatted custom HTML Email using Send an Email V2 action available on the Office 365 Outlook connector?

    I personally liked the Send
    an Email
    action because we were able to directly put HTML code on the body
    property and define that the email body format would be HTML bt setting the
    property Is HTML to true.

    Office 365 Outlook connector Send an email action shape

    Quite simple to use and
    efficient.

    However, Send an email (V2) action has totally different
    behavior. First of all, it owns fewer properties:

    • Is HTM property was removed from this action;
    Office 365 Outlook connector Send an email comparetion between versions

    And a completely new look
    and feel of the Body property as you see in the picture below:

    • With a powerful editor similar to what we have in our office tools (Word, Outlook, …)
    Office 365 Outlook connector Send an email V2 action shape

    That also means that we no longer have the possibility to directly insert HTML code into the body property of the message as we did earlier with the previous version. Well, we can write HTML code on the body of this action:

    Office 365 Outlook connector Send an email V2 action shape

    But the end result will not be what you expect:

    Email result from the Office 365 Outlook connector Send an email V2 action

    Unluckily Power Automate designer, we don’t have a Code View button (</>) on the Body property editor, I will be blogging about this feature soon on Serveless360 blog. So, who we are able to send a proper well-formatted HTML Email using Send an email V2 action?

    The answer is: unfortunately, at least in my opinion, we need to build the HTML in an action beforehand in a composite action or in a variable. And then put the compose output or variable as the send mail body property, and the action will render correctly the output as an HTML.

    To do that we need:

    • On
      the Logic App designer, add the next step by clicking the +New step
      button
    • On
      the Choose an action window, enter Variables and select the
      action Initialize variable
    • On
      the Variable action configuration:

      • On
        the Name property, type “EmailBody”
      • On
        the Type property, specify the type as “String”
      • On
        the Value property leave it blank
    Initialize variable action on Logic App designer
    • On
      the Logic App designer, add the next step by clicking the +New step
      button
    • On
      the Choose an action window, enter Variables and select the
      action Set variable
    • On
      the Variable action configuration:

      • On
        the Name property, select “EmailBody” variable
      • On
        the Value property, type your custom HTML
    Set variable action on Logic App designer

    Note: you can take as example this fancy HTML Template that I created specifically for this article here: HTML Notification Template to use Logic App or Power Automate Outlook connector and not this basic HTML that you are seeing on the picture.

    • And then define directly on the Body editor (without switching to Code View) that the body will be the content of the variable we created earlier:
    set body property variable on Office 365 Outlook connector Send an email V2 action

    And you will see that you
    will be receiving also a well-formatted HTML email on your mailbox:

    Correct Email output from the Office 365 Outlook connector Send an email V2 action

    Thanks Thiago Almeida for the help and credits to Pedro Rosa that helped me creating this HTML Template and most important to be compatible with Outlook because not all the stylesheets that we can apply aren’t compatible.

    Hope this helps!

    The post Logic Apps: How to send a well-formatted HTML Email notification with Office 365 Outlook connector appeared first on SANDRO PEREIRA BIZTALK BLOG.

    BizTalk Filter Finder Tool v2.0.0 available for BizTalk Server 2016

    BizTalk Filter Finder Tool v2.0.0 available for BizTalk Server 2016

    BizTalk Filter Finder tool got an update and it is now more powerful and with new features and mainly all of that thanks to Michał Plutyński contributions. And for those who are not familiar with this tool, the BizTalk Filter Finder Tool is a simple tool that aims to simplify the process for better understand and maintain solutions based on content-based routing and context-based routing with or without orchestrations involved.

    BizTalk Filter Finder Tool

    This tool will extend default BizTalk Server capabilities transforming this tedious and sometimes complicate analysis a little simple, easy and fast. You can read more details about this tool in the original post here: BizTalk Filter Finder Tool.

    What’s new in the release

    • A new dropdown list that allows you to select your BizTalk Server environment (you can set up them in the config file), this way is better and easier to use in bigger teams with several environments.
    BizTalk Filter Finder Tool
    • Add filters/search capabilities allowing you to filter the existing subscriptions and only show filters with subscriptions that contain some text;
    BizTalk Filter Finder Tool
    • Hotfix/improvements: Changes in reading orchestration list when it’s used a MessageBoxDb on a different server then ManagementDb.

    Credits to Michał Plutyński for becoming a collaborator of this tool.

    Download

    You can download BizTalk Filter Finder Tool from:
    BizTalk Filter Finder ToolBizTalk Filter Finder Tool
    GitHub

    The post BizTalk Filter Finder Tool v2.0.0 available for BizTalk Server 2016 appeared first on SANDRO PEREIRA BIZTALK BLOG.

    BizTalk Server 2020 – Why it’s a game-changer?

    BizTalk Server 2020 – Why it’s a game-changer?

    BizTalk Server 2020

    On 15th of January 2020, Microsoft announced the release of BizTalk Server 2020. There was a lot of buzz on social media about the release. Pretty much all of the posts were highlighting and excited about the new set of features that got shipped in the product.

    Even though the release came with a bunch of exciting new features like any other regular software product updates, there are some important points to note, especially for people who invested heavily in Microsoft BizTalk Server for the past 2 decades.

    BizTalk Server 2020 is not just a simple software update it’s a game-changer and beginning of a new era. 

    Two decades of past

    That’s how long Microsoft BizTalk Server is in the market. 

    The first version came in 2000, and now we are in 2020 and excited about the new release “BizTalk Server 2020”. Microsoft consistently released a new version every 2-4 years once for the past 20 years (2000, 2002, 2004, 2006, 2006 R2, 2009, 2010, 2013, 2013 R2, 2016 and now 2020) – i.e 11 major releases. 

    There are very few products in the history of software sustained a two decades life span and still going strong. On Microsoft land I can only think of a few products like Windows, Office, SQL Server are the ones which reached this milestone.

     I’m feeling lucky enough to be one of them who worked on this amazing piece of technology for 20 years now. For most of the software developers out there, our career is pretty much determined by our initial few months/years after graduation and where we end up. For some people, you become programmers, again depending on what technology stack you got initial opportunities, some become data guys like DBA’s, IT administrators,  and in the modern era new things like AI/ML, Big Data, etc. For me, it was/is BizTalk Server and Integration in general. 

    In the past 20 years, I have seen various technologies come and go. We ourselves were bitten by choosing a wrong one for BizTalk360 in the initial days. Microsoft Silverlight as our front-end, the thing that looked flashy and promised to change the way Rich Internet Applications (RIA) are build quietly died and we ended up wasting full 1 year rebuilding everything in HTML5. We finally released version 7.0 back in Oct 2013 fully revamped in HTML5  

    Unless otherwise, the product solves a core problem well, the chances of sustainability for this long is pretty slim.

    One decade of future commitment

    When Microsoft releases a server product like BizTalk Server, they commit for 10 years of product support commitment. 5 years of regular support and another 5 years of extended support for you to comfortably run your production systems without worrying about the end of life.

    BizTalk Server 2020 is Microsoft’s commitment to existing customers who invested in BizTalk Server and future customers the product is supported until 2030.

    It’s very important for large enterprises to get this commitment. As I mentioned earlier, you cannot afford to make wrong bets (like what we did on the front-end technology for BizTalk360 using Microsoft Silverlight), you simply end up with wasted time, money and more importantly opportunity. For us, that one year was a very painful period, with limited resources instead of building exciting new features for our customers, we ended up redoing the same thing.

    It’s not easy

    Even for a large organization like Microsoft, it’s not easy to maintain and improve a legacy matured product like BizTalk Server.

    During my long-standing relationship with BizTalk Server in this 20 years period, I have personally dealt with at least 4-5 different completely different sets of teams at Microsoft. This is what I have witnessed 

    “People will come, people will go but the product stays.”

    I can imagine it will be such a hard job to bring people on board to get up to speed understanding such a vast platform and innovate on top of that mixing the old and new era.   In spite of the challenges, Microsoft still continued and innovated constantly for the past 20 years. 

    What goes behind the scene?

    On every release, one of the important updates will be platform alignment. BizTalk Server relies on four important underlying platforms, the core Windows Operating System, SQL Server for data, Visual Studio for development tools and finally Microsoft Office for certain dependencies like BAM.

    BizTalk Server 2020 supports the following platforms

    • Visual Studio 2019
    • Windows Server 2019, Windows Server 2016, Windows 10
    • SQL Server 2019, SQL Server 2017, SQL Server 2016 SP2
    • Office 2019, Office 2016

    Supporting these new platforms is not always just a recompile of your code. For instance, the team had spent nearly 3 years rebuilding the tools for Visual Studio 2019. Some of the BizTalk Server toolings like Mapper and Orchestration designer is complex. Visual Studio 2019 changed the complete plugin-architecture and significant work has gone behind the scene to make it work.

    There are few areas Microsoft does not highlight on the release notes, but that takes a significant amount of time for the product group like accelerators and adapters. Microsoft BizTalk Server is a central middleware hub supporting various industry standards like HL7, SWIFT, etc, these specifications change regularly as well, in every release they need to make sure they support the latest standards.

    In a similar way, all those connecting BizTalk adapters like SAP, Oracle, JD Edwards, Peoplesoft, etc all need to be retested and realigned.

    Being a global product there are a ton lot of legal procedures they need to pass through before a 20 year old product like BizTalk Server is released to the public.

    You probably are not aware, some of the high-end military/defense teams across the world use BizTalk Server, it’s not that easy to commit a new release when you have such sensitive customers.

    I remember having a conversation with one of the product owners of BizTalk Server in the past, how tough the whole legal process before they can get a go-ahead for the release.

    Hub for modern and legacy world

    If you look carefully at how Microsoft is positioning BizTalk Server 2020, it’s positioning it as a hub/window between the legacy and modern world.

    The fact is, however the new cloud technology stack spans out and promises to change the world, there will always be an on-premise dependency. It will take at least another few decades (or never), for 100% cloud-native organizations to evolve.

    Oh! Do you know still some of the big bank’s core systems are still running on IBM Mainframes built-in 1960 and ’70s?

    For the past 10 years, in the enterprise world, it’s always a hybrid scenario, where certain things are best suited for on-premise and certain things are best suited for the cloud, you mix and match the tech stack that’s suitable for your business.

    The below picture depicts how Microsoft BizTalk Server can act as a glue between the on-prem and the cloud world and get most of the benefit out of both.

    BizTalk Server 2020

    There are a lot of features that shipped with BizTalk Server 2020 supporting this vision.

    New customers – is BizTalk Server the right technology?

    If you are on a hunt for choosing your middleware platform, it’s not an easy decision to make. With a ton of new products available in the market and each product requiring months of learning to understand the capabilities, it’s never going to be easy to compare and test everything.

    But sometimes you need to go with the proven technology and the future vision of the product. BizTalk Server sustained 20 years of constant improvement (a release pretty much every 2-3 years once 2000, 2002, 2004, 2006, 2006 R2, 2009,2010, 2013, 2013 R2, 2016), a lot of features and underlying architecture are robust and scalable to sustain such a long time period.

    This long history of the product is such an important decision-making factor.

    And the future commitment from Microsoft gearing towards the cloud makes it a perfect candidate for any organization to bet on this middleware platform.

    Why BizTalk Server developers and administrators must be excited?

    Learning a complex product like BizTalk Server is time consuming long term commitment. It takes years of work and the right projects to fully understand the product and its capabilities. If you have invested your time in the past few years being a BizTalk Developer or Administrator it’s a great time to be excited with the commitment from Microsoft on the future of BizTalk Server. 

    BizTalk360 is ready for BizTalk Server 2020

    For those of you who are not aware of BizTalk360. I would like to give a short intro and excited to announce after working with Microsoft for the past few months, we are now fully supporting Microsoft BizTalk Server 2020 with our latest release.

    We are a 3rd party product providing advanced monitoring and management capabilities for Microsoft BizTalk Server. Out of the box, BizTalk Server comes with a management console called “BizTalk Admin Console”, which does a great job for people to manage and operate your BizTalk Server environments. However, the tool lacks a lot of advanced capabilities like web-based management console, advanced user access security features, advanced toolings like throttling analyzer, topology viewer, messaging patterns viewer, health dashboards, etc.

    Monitoring for a platform like BizTalk Server is so crucial, but BizTalk Server doesn’t come out of the box with any monitoring capabilities. The customers need to rely on Microsoft SCOM or 3rd party products like BizTalk360. SCOM management packs for BizTalk Server is not updated for many years and it comes with only minimal monitoring capabilities.

    BizTalk360 is a widely used product in the market with over 650 large enterprises helping them to manage/operate and monitor their BizTalk Server environments. BizTalk360 supports BizTalk Server 2013, 2013 R2, 2016 and now 2020.

    You can get a 30 days trial version of BizTalk360 and explore the product yourself or arrange for a personal demo of the product.  

    The post BizTalk Server 2020 – Why it’s a game-changer? appeared first on BizTalk360.