Book Image

SOA Patterns with BizTalk Server 2013 and Microsoft Azure

By : Richard Seroter, Mark T Brimble, Coen J Dijkgraaf, Mahindra Morar, Mark Brimble, Colin Dijkgraaf, Johann Cooper
Book Image

SOA Patterns with BizTalk Server 2013 and Microsoft Azure

By: Richard Seroter, Mark T Brimble, Coen J Dijkgraaf, Mahindra Morar, Mark Brimble, Colin Dijkgraaf, Johann Cooper

Overview of this book

Table of Contents (21 chapters)
SOA Patterns with BizTalk Server 2013 and Microsoft Azure Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Special security considerations


Security concerns are one of the primary hindrances to large-scale adoption of cloud computing today. When you move applications to the cloud, you cannot rely on traditional security measures as you are no longer in control. You tend to gain a sense of security because the networking and infrastructure hardware is managed by world-class security practices.

As with all applications, the greater the surface area that is exposed, the greater the chances of exposing a security vulnerability. Most cloud technologies and services are exposed as endpoints rather than in-memory communication pathways. This increases the surface area that may potentially be exploited.

With hybrid data storage, it is normally good practice to only place less critical data on the cloud and leave all sensitive data on-premises, where you have total control over access.

Tip

If storing sensitive data on the cloud, you should consider some form of encryption mechanism.

Providing a first-class...