Book Image

Hands-On Cloud Solutions with Azure

By : Greg Leonardo
Book Image

Hands-On Cloud Solutions with Azure

By: Greg Leonardo

Overview of this book

Azure provides cloud-based solutions to support your business demands. Building and running solutions on Azure will help your business maximize the return on investment and minimize the total cost of ownership. Hands-On Cloud Solutions with Azure focuses on addressing the architectural decisions that usually arise when you design or migrate a solution to Microsoft Azure. You will start by designing the building blocks of infrastructure solution on Azure, such as Azure compute, storage, and networking, followed by exploring the database options it offers. You will get to grips with designing scalable web and mobile solutions and understand where to host your Active Directory and Identity Solution. Moving on, you’ll learn how to extend DevOps to Azure. You will also beneft from some exciting services that enable extremely smooth operations and streamlined DevOps between on-premises and cloud. The book will help you to design a secure environment for your solution, on both the Cloud and hybrid. Toward the end, you’ll see how to manage and monitor cloud and hybrid solutions. By the end of this book, you will be armed with all the tools and knowledge you need to properly plan and design your solutions on Azure, whether it’s for a brand new project or migration project.
Table of Contents (16 chapters)
Title Page
Copyright and Credits
Packt Upsell
Contributors
Preface
Index

Migrating to Azure


Now that we have configured our tenant, let's look at some ways to migrate enterprise systems, VMs, or applications to Azure. While this book is hands-on with solutions in the cloud, I thought I would take a brief moment to talk about SaaS solutions as they may become an important part of providing well-rounded solutions in Azure.

Let's talk SaaS migrations

When an organization looks to move to Azure, it's usually not just legacy applications or new greenfield development, but actually, some Enterprise packaged solutions like Exchange, SharePoint, or Dynamics.  As we discussed in Chapter 1, Getting Started with Azure, this all starts with Azure Active Directory.  With the complications of systems deployed within organizations, there isn't a one size fits all or a magic bullet for migrating to Azure, so I would like to give you some gotchas and pointers on how to get started with migrating your SaaS solutions in Office 365.

Note

Before you start, it is a good idea to have an...