Book Image

Designing API-First Enterprise Architectures on Azure

By : Subhajit Chatterjee
Book Image

Designing API-First Enterprise Architectures on Azure

By: Subhajit Chatterjee

Overview of this book

API-centric architectures are foundational to delivering omnichannel experiences for an enterprise. With this book, developers will learn techniques to design loosely coupled, cloud-based, business-tier interfaces that can be consumed by a variety of client applications. Using real-world examples and case studies, the book helps you get to grips with the cloudbased design and implementation of reliable and resilient API-centric solutions. Starting with the evolution of enterprise applications, you'll learn how API-based integration architectures drive digital transformation. You'll then learn about the important principles and practices that apply to cloud-based API architectures and advance to exploring the different architecture styles and their implementation in Azure. This book is written from a practitioner's point of view, so you'll discover ideas and practices that have worked successfully in various customer scenarios. By the end of this book, you'll be able to architect, design, deploy, and monetize your API solutions in the Azure cloud while implementing best practices and industry standards.
Table of Contents (14 chapters)
1
Section 1: API-Led Architecture in the Digital Economy
4
Section 2: Build Reliable API-Centric Solutions
10
Section 3: Deliver Business Value for a Modern Enterprise

Chapter 1: Evolution of Enterprise Solution Architectures

An enterprise application is a large software system platform, typically comprising multiple applications that are designed to assist the organization in solving its business problems in a well-coordinated fashion. These platforms are complex, generally evolve over a period, and must be scalable and extensible. They are largely driven by the strategic technology initiatives that are identified to accomplish the vision and business objectives of the organization.

The purpose of this chapter is to share insights on how enterprise solution architectures have evolved from being a collection of standalone monoliths to service-oriented architectures (SOA) to a more modern microservices-based solution approach in recent times.

Over the past decade, there has been a significant rise in the demand for omnichannel and interconnected experiences. Be it the consumerization of IT or mobile-first applications, emergingtechnology trends have created a compelling need for businesses to invest in cloud-native applications (CNCF) or integrate with Software-as-a-Service (SaaS) product offerings. If you are new to these terms, a brief explanation follows:

  • CNCF: Cloud-native applications are typically modern applications designed to run on the cloud using the recommended cloud architecture and design principles. They are mostly microservices hosted using managed services to offer great scale and performance.
  • SaaS: Software as a Service refers to the model of hosting a software solution or product on the cloud. This is accessible over the internet using a subscription or pay-as-you-go model.

    Note

    You can make use of the links provided in the Further reading section to understand the preceding concepts in greater detail.

In this chapter, we are going to cover the following main topics:

  • History of application architectures in an enterprise
  • IT strategies in the modern world
  • The emergence of API-led architectures

    By the end of this chapter, you will understand how to prioritize your IT solutions strategy for any upcoming digital transformation projects.

    Disclaimer

    The topics presented in this chapter assume that you have a basic level of understanding of solution architectures in an enterprise context. At the end of the chapter, additional suggested reading links have been provided for you to review and explore more on the various topics.