Share via


Introduction to BizTalk360 Version 8.0

Introduction

A new version of BizTalk360 has been released, and this version (labeled V 8.0) comes with a set of new features and a complete overhaul of its user interface to provide an exceptional user experience. The product adopted a concept of widgets in the dashboard similar to the new Microsoft Azure portal. A BizTalk 360 user can now create and customize dashboards for different use cases. In this article the newly added features to this monitoring product will be discussed:

  • The User Interface, Dashboards and Widgets

  • Analytics

  • BizTalk360 API’s

  • Business Rules in a browser

  • Live feeds

  • Alarms and notifications

The User Interface, Dashboards, and Widgets

Let’s kick off with the UI, which has improved dramatically. Initially, BizTalk360 was a Silverlight application before it migrated to HTML 5. And in version 8.0 it has adjusted to what you experience on the Azure Portal and what you see with UI in devices. Below you see a customized dashboard with several widgets.

http://i208.photobucket.com/albums/bb152/Steef-Jan/1_zpsyh6lppor.png

Figure 1. An example of my customized monitoring dashboard.

The end user also has the ability to create his own custom widgets via the settings page.

http://i208.photobucket.com/albums/bb152/Steef-Jan/2_zpsflpbdazi.png

**Picture 2. **An example of creating a custom widget.

Analytics

Another new feature in this release is analytics. BizTalk360 will monitor your environment and automatically create reports to visualize what is happening in your BizTalk environment. This will show information about your messages flowing through your system, recognizing patterns in your flows, performance of your messages and BizTalk servers and processes, and much more. The separation of monitoring and analytics is based upon audience targeting. An analyst or support engineer can interpret information of messaging and processes within a BizTalk Group from a different perspective as shown below demonstrating a customized dashboard.

http://i208.photobucket.com/albums/bb152/Steef-Jan/3_zpsngazgxak.png

**Figure 3. **An example of a customized analytics dashboard.

The API

Another incredible addition is the API’s, which offer a tremendous amount of value to enterprise customers. It brings extreme extensibility for its end users and enables them, for instance, to pull information from several environments. The API’s (REST web services) are the core of the BizTalk360 capabilities and the BizTalk360 front-end uses them. And as a BizTalk360 end user you can leverage all of these API's to have access to your BizTalk environment. In the setting menu under API Documentation you can find the descriptions of each API and operation. For instance, if you select BizTalkApplicationService you can observe a list of operations belonging to it. Subsequently select one of the operations, Services.REST/BizTalkApplicationService.svc/GetOrchestrations, specify the environmentId and applicationName and hit “Try it out!”.

http://i208.photobucket.com/albums/bb152/Steef-Jan/4_zpsad1gzsur.png

Figure 4. BizTalk360 API’s document page.

You can call the API’s from different machines, by setting the appropriate authorization in the user access policy. Calling the API operation from SoapUI will result in the same response as from BizTalk360 API Documentation.

http://i208.photobucket.com/albums/bb152/Steef-Jan/5_zpsozpqpqmy.png

Figure 5. Calling BizTalk360 API from SoapUI.

The look-and-feel is similar when you publish an (Web) API configured with swagger documentation describing it.

Business Rules in a browser

Yet another new feature added to BizTalk360 is the rule engine capability of BizTalk Server, i.e. the business rules and composer are accessible from a browser. You can view which rules are deployed.

http://i208.photobucket.com/albums/bb152/Steef-Jan/6_zpssfwduwmo.png

Figure 6. Deployed rules in a BizTalk Group.

And one of the capabilities is that you as end user can compose new rules, edit or test them. Below you see an example of testing a deployed rule, which you can do in a browser!

http://i208.photobucket.com/albums/bb152/Steef-Jan/7_zpshusblnn0.png

Figure 7. Test of a deployed business rule.

The version of the business rules composer in BizTalk360 only supports pre-created vocabularies. Therefore, to ensure a smooth user experience, you need to create all the vocabularies you will require to develop or edit your rules in the BizTalk Business Rules Composer. In a nutshell, follow the instructions on the BizTalk360 portal with regards to rules.

Live feeds

In an enormous environment various operation people perform various actions in a production or UAT environment, and it can be valuable means of real-time tracking of what happens. This new version of BizTalk360 offers live feeds and you view them on the right side after clicking the icon (indicated in red in the picture below).

http://i208.photobucket.com/albums/bb152/Steef-Jan/8_zpsezfwyncv.png

Figure 8. Live feed in BizTalk Group.

Alarms and notifications

In BizTalk360 you can set alarms, which can result in an email being sent to you.

http://i208.photobucket.com/albums/bb152/Steef-Jan/9_zpssqkmvykg.png

Figure 9. An example of email indicating a receive location is down.

Or you can leverage one of the out of the box notification channels like Slack and configure an alarm using a notification channel.

http://i208.photobucket.com/albums/bb152/Steef-Jan/10_zpshxacqum6.png

Figure 10. Enable the SlackNotification on a custom alarm.

Once you have set up Slack following the instructions on BizTalk360 UI and the alarm you will receive notifications in Slack.

http://i208.photobucket.com/albums/bb152/Steef-Jan/11_zpsnf2tdrmd.png

Figure 11. Notification in Slack.

Conclusion

The BizTalk360 product has evolved tremendously over the last 12 months to bring these new features. Not just the flexibility with widgets, yet also with the separation of monitoring and analytics, the 360 plus API’s on top of your BizTalk Group, live feeds, notifications, and the rules engine. This product has definitely evolved to the next level. And for people interested in finding or having a good monitoring solution in place to keep the BizTalk environment(s) healthy, then definitely try out this product. It can be tried for free for 14 days. And since it is easy to set up there will plenty of time to try every feature out or you can request a demo to get you up to speed.

See Also

The features discussed here and other features are described on the BizTalk360 web site:

Another important place to find an extensive amount of BizTalk related articles is the TechNet Wiki itself. The best entry point is BizTalk Server Resources on the TechNet Wiki