Book Image

Migrating Applications to the Cloud with Azure

By : Sjoukje Zaal, Amit Malik, Sander Rossel, Jason Marston, Mohamed Waly, Stefano Demiliani
Book Image

Migrating Applications to the Cloud with Azure

By: Sjoukje Zaal, Amit Malik, Sander Rossel, Jason Marston, Mohamed Waly, Stefano Demiliani

Overview of this book

Whether you are trying to re-architect a legacy app or build a cloud-ready app from scratch, using the Azure ecosystem with .NET and Java technologies helps you to strategize and plan your app modernization process effectively. With this book, you’ll learn how to modernize your applications by using Azure for containerization, DevOps, microservices, and serverless solutions to reduce development time and costs, while also making your applications robust, secure, and scalable. You will delve into improving application efficiency by using container services such as Azure Container Service, Azure Kubernetes Service (AKS), and more. Next, you will learn to modernize your application by implementing DevOps throughout your application development life cycle. You will then focus on increasing the scalability and performance of your overall application with microservices, before learning how to add extra functionality to your application with Azure serverless solutions. Finally, you’ll get up to speed with monitoring and troubleshooting techniques. By the end of this book, you will have learned how to use the Azure ecosystem to refactor, re-architect, and rebuild your web, mobile, and desktop applications.
Table of Contents (22 chapters)
Free Chapter
1
Planning Application Modernization
4
Implementing Containerization and DevOps in a Development Cycle
8
Building a Web and Microservices Architecture on Azure
12
Going Serverless and Deploying to the Cloud
17
Planning for Security, Availability, and Monitoring

What this book covers

Chapter 1, Strategies for Application Modernization Using Azure, introduces app modernization for Azure and different migration strategies. 

Chapter 2, Building Your Application Migration Roadmap, focuses on defining an app modernization roadmap for your organization or customers.

Chapter 3, Getting Started with Docker and Kubernetes, focuses on the modernization and migration of applications to Azure by leveraging the power of containerization.

Chapter 4, Deploying Highly Scalable Apps with Kubernetes, covers deploying and managing Kubernetes-based environments on Azure.

Chapter 5, Modernizing Apps and Infrastructure with DevOps, goes into detail about Microsoft's new offering, Azure DevOps, which provides various tools and services to facilitate an enterprise-class DevOps culture in organizations of every size.

Chapter 6, Designing Web Applications, covers information regarding Azure web apps, the different App Service plans that are available, and the characteristics of the different App Service plans. 

Chapter 7, Scalability and Performance, introduces compute-intensive applications. It covers how to design high-performance computing (HPC) and other compute-intensive applications using Azure services, how to determine when to use Azure Batch, and how to design stateless components to accommodate scale and containers with Azure Batch.

Chapter 8, Building Microservices with Service Fabric, dives into creating a microservice application from scratch using Azure Service Fabric. We will create an application in .NET and in Java.

Chapter 9, Building Scalable Systems with Azure Functions, talks about Azure Function apps, which are a great way to write small pieces of code that are highly scalable, reusable, and cheap.

Chapter 10, Connecting to the Database, talks about the various databases that can be used to connect your application.

Chapter 11, Managing and Deploying Your Code, covers Azure integrations and plugins for popular IDEs, including Visual Studio, Eclipse, Visual Studio Code, and IntelliJ.

Chapter 12, Securing Your Azure Services, teaches you how to secure some of the most commonly used Azure services, such as Azure Storage, Azure App Service, and Azure SQL Database.

Chapter 13, Diagnostics and Monitoring, introduces the design for operations objective by covering application and platform monitoring and alerting strategies, providing an overview of the solutions that Azure has to offer.

Chapter 14, Designing for High Availability and Disaster Recovery, covers a number of solutions that will keep your solutions highly available so as to avoid downtime as much as possible.