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

What is cloud computing?


It is the delivery of computer services over the internet to assist with resource flexibility, scale, and innovation. These services include servers/VMs, physical storage, data repositories, networking resources, analytics, software, and more. These services are offered at a much smaller pay-for-use model than physical data centers and organizations generally migrate to the compute service model for the following reasons:

  • Global allows an organization to scale elastically and allow regional entry points, providing a more consistent experience for their user base
  • Speed allows the faster provision of resources and helps release pressure on capacity planning because it removed the need to order and wait for resources
  • Cost is simplified into a pay-as-you-go model, removing the capital expense over the physical resources
  • Security is provided through an extensive set of policies and controls that strengthen your overall security posture
  • Productivity is increased by removing a significant number of tasks, such as hardware setup, patching, and other operational management chores
  • Performance is achieved through worldwide distribution of services and is regularly updated to the latest generation of computing hardware

Cloud computing comes in private, public, and hybrid types, with each offering its own benefits:

  • Public clouds are generally owned by third parties such as Amazon, Microsoft, and Google, who control all the supporting infrastructure, hardware, and software
  • Private clouds are owned by a business and maintained on a private network
  • Hybrid clouds are combinations of public and private, as well as on-premise resources

But at the end of the day, what problems do clouds solve? Let’s understand this in the following section.