Reader small image

You're reading from  Robust Cloud Integration with Azure

Product typeBook
Published inMar 2017
Reading LevelIntermediate
PublisherPackt
ISBN-139781786465573
Edition1st Edition
Languages
Tools
Right arrow
Authors (6):
Ashish Bhambhani
Ashish Bhambhani
author image
Ashish Bhambhani

Ashish Bhambhani is an Integration Sr. Premier Field Engineer working for Microsoft. He lives in the Seattle region. He has been working in the integration space for more than a decade. In his current role he helps Microsofts enterprise customers by architecting, designing, building, and maintaining their integration solutions. Recently, he has been able to roll out Azure technologies enterprise-wide for his clients and replace their legacy solutions. He is a content creator and master trainer for some of a Microsofts training that is delivered to clients worldwide. Additionally, he was part of the team that wrote the BizTalk performance whitepaper for msdn.com
Read more about Ashish Bhambhani

Abhishek Kumar
Abhishek Kumar
author image
Abhishek Kumar

Abhishek Kumar works with New Zealand Trade and Enterprise as an integration and data specialist. He is a Microsoft Azure MVP with deep expertise in software development and design. He is a co-author of Robust Cloud Integration and a seasoned contributor to Microsoft blogs, forums, and events. As a technological evangelist, he is specialized in cloud-based technologies such as Azure Functions, Microsoft Graph, Logic Apps, Web API, and Cosmos DB, along with various Software-as-a-Service (SaaS) such as Salesforce, Office 365, and ServiceNow. As a technology advocate, he promotes loosely coupled solution design along with event-based programming.
Read more about Abhishek Kumar

James Corbould
James Corbould
author image
James Corbould

James Corbould has been working in the IT sector since 2003, developing and supporting applications in New Zealand and the United Kingdom. Since 2010, James has been working in the software integration field, designing and building integration solutions using Microsoft technologies such as BizTalk, SQL Server, WCF, .NET, and now Azure, for a wide range of different customers. Recently, he has been working in the health insurance sector and in the building supplies sector.James currently works for Datacom Systems as a consultant and team lead.
Read more about James Corbould

Mahindra Morar
Mahindra Morar
author image
Mahindra Morar

Mahindra Morar has been working in the IT sector from 1997, developing Windows and website enterprise applications. In 2009, he has been focusing primarily on integrating systems as a principle integration consultant. Having come from an electronics engineering background, he is able to use this knowledge to design solutions that integrate between wetware, software and hardware.
Read more about Mahindra Morar

Martin Abbott
Martin Abbott
author image
Martin Abbott

Martin Abbott is a Microsoft Azure MVP living in Perth, Western Australia. He started his career developing subroutines for commercial computational fluid dynamics software, eventually moving on to more mainstream development and systems integration. He has been working with BizTalk Server since the early days of the product, has spent a lot of time with WCF, but more recently has moved in to providing his customers with integration solutions spanning both on-premises and cloud workloads.
Read more about Martin Abbott

View More author details
Right arrow

Chapter 9. Powerful Integration with SaaS Using Logic Apps

 

Mix-and-match - verb (used with or without object)

To combine in a harmonious or interesting way, as articles of clothing in an ensemble.

 
 --http://www.dictionary.com/browse/mix-and-match

Software as a Service (SaaS) is taking the world by storm, epitomized by software that runs in your web browser, such as Salesforce, Microsoft Dynamics 365, and Office 365.

As discussed in Chapter 1, An Introduction to Systems Integration in the Cloud, powerful, fully featured business software that is easily accessible via the Internet and requires no underlying investment in IT infrastructure could be viewed by some as the pinnacle of achievement in business software. The big drawcard for firms is that the headache of building and supporting IT infrastructure and maintaining complex software disappears: instead, it is possible to subscribe in a pay as you go model to use the software, and the software vendor manages the underlying platform.

However...

Exploring the Logic App SaaS connectors


Chapter 6, Working with Connectors in Logic Apps, describes in detail what a Logic App connector is. In this section, we delve deeper into the SaaS connectors, highlighting what is common between them, key features and things to know, in order to get a head start using these connectors in your workflows.

The SaaS connectors are fundamentally API apps that have been written and are managed by Microsoft, hosted in Azure. They wrap the SaaS vendor's APIs, providing a consistent interface and user experience that reduces the learning curve required to start using a new API. As new SaaS products come online, it is relatively easy for a developer to pick up the new connector and based on previous experience using other connectors, get to grips quickly with hooking up to the SaaS vendor's API.

It is true that any SaaS provider wanting to extend its reach will have an API, and certainly, it is possible to use the vendor's API directly (using the HTTP connector...

Hooking up to SaaS solutions using the SaaS connectors


Connecting to a SaaS solution is greatly simplified and it is a key feature of the SaaS connectors.

Consider what would be required to connect to a cloud-based solution without an accelerator such as a Logic App SaaS connector. With Dynamics 365 in the cloud, for example, custom code would be required to manage the process of obtaining an OAuth 2.0 token, caching the token for maximum performance, and managing the steps of obtaining a new token when it expires. This is summarized in the following sequence diagram:

An alternative option to writing custom code to support the interactions mentioned earlier is to let Microsoft do the heavy lifting and manage this process instead.

Office 365 follows the same approach, and once authenticated with both, it is possible to start building a solution that allows Sunny Electricals to create a process that ties together these two popular Microsoft SaaS solutions. This will form the basis for our first...

Summary


In this chapter, we explored the capabilities of Logic Apps and how they can be applied to typical SaaS application scenarios.

SaaS applications provide many benefits over more traditional custom-built commercial off-the-shelf products, including pay as you price options, and evergreen software updates.

Given these benefits, it is important to ensure that our working practices and processes can be automated and delivered in a scalable way.

Logic Apps provide connectivity to many SaaS applications. We have shown how we can connect together Dynamics 365, Office 365, and Salesforce, all of which have a key role to play in major enterprises, to build processes that reduce the effort and workload required to achieve typical tasks in an organization.

We further discussed hybrid scenarios that allow an organization to build on key line of business software assets and make use of the new paradigm of SaaS solutions.

In this way, Logic Apps are an excellent complement to an organization's SaaS...

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Robust Cloud Integration with Azure
Published in: Mar 2017Publisher: PacktISBN-13: 9781786465573
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime

Authors (6)

author image
Ashish Bhambhani

Ashish Bhambhani is an Integration Sr. Premier Field Engineer working for Microsoft. He lives in the Seattle region. He has been working in the integration space for more than a decade. In his current role he helps Microsofts enterprise customers by architecting, designing, building, and maintaining their integration solutions. Recently, he has been able to roll out Azure technologies enterprise-wide for his clients and replace their legacy solutions. He is a content creator and master trainer for some of a Microsofts training that is delivered to clients worldwide. Additionally, he was part of the team that wrote the BizTalk performance whitepaper for msdn.com
Read more about Ashish Bhambhani

author image
Abhishek Kumar

Abhishek Kumar works with New Zealand Trade and Enterprise as an integration and data specialist. He is a Microsoft Azure MVP with deep expertise in software development and design. He is a co-author of Robust Cloud Integration and a seasoned contributor to Microsoft blogs, forums, and events. As a technological evangelist, he is specialized in cloud-based technologies such as Azure Functions, Microsoft Graph, Logic Apps, Web API, and Cosmos DB, along with various Software-as-a-Service (SaaS) such as Salesforce, Office 365, and ServiceNow. As a technology advocate, he promotes loosely coupled solution design along with event-based programming.
Read more about Abhishek Kumar

author image
James Corbould

James Corbould has been working in the IT sector since 2003, developing and supporting applications in New Zealand and the United Kingdom. Since 2010, James has been working in the software integration field, designing and building integration solutions using Microsoft technologies such as BizTalk, SQL Server, WCF, .NET, and now Azure, for a wide range of different customers. Recently, he has been working in the health insurance sector and in the building supplies sector.James currently works for Datacom Systems as a consultant and team lead.
Read more about James Corbould

author image
Mahindra Morar

Mahindra Morar has been working in the IT sector from 1997, developing Windows and website enterprise applications. In 2009, he has been focusing primarily on integrating systems as a principle integration consultant. Having come from an electronics engineering background, he is able to use this knowledge to design solutions that integrate between wetware, software and hardware.
Read more about Mahindra Morar

author image
Martin Abbott

Martin Abbott is a Microsoft Azure MVP living in Perth, Western Australia. He started his career developing subroutines for commercial computational fluid dynamics software, eventually moving on to more mainstream development and systems integration. He has been working with BizTalk Server since the early days of the product, has spent a lot of time with WCF, but more recently has moved in to providing his customers with integration solutions spanning both on-premises and cloud workloads.
Read more about Martin Abbott