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

Preface

This book will focus on addressing the architectural decisions that usually arise when you are designing or migrating a solution to Microsoft Azure. It will start by designing the building blocks of infrastructure solution on Azure, such as Azure compute, storage, and networking, and will then explore the database options available in Microsoft Azure. You will get to grips with designing scalable web and mobile solutions and understand where to host your Active Directory/Identity solution. Moving on, you will find out how to extend your DevOps to Azure. You will benefit from some exciting services that enable extremely smooth operations and streamlined DevOps between on-premises and the cloud. The book will help you design a secure environment for your solution, whether on the cloud or hybrid. Toward the end, it will show you how to manage and monitor cloud and hybrid solutions. This book will arm you with all the tools and knowledge you need to properly plan and design your solution on Azure, whether it's a brand new project or a migration project.

Who this book is for

If you're an IT consultant, developer, or solutions architect looking to design effective solutions for your organization, this book is for you. Some knowledge of cloud computing will assist with understanding the key concepts covered in this book.

What this book covers

Chapter 1, Getting Started with Azure, covers the things that are important when getting started with Azure.

Chapter 2, Moving Existing Apps to Azure, includes lifting, shifting, or migrating the apps and understanding how to get the existing apps to Azure.

Chapter 3, Building Solutions in Azure, covers the things you need to know about building and developing solutions in Azure.

Chapter 4, Understanding the Infrastructure behind Solutions Built in Azure, explains how to leverage ARM templates and infrastructure-as-code, and helps with adopting standards to provide guidance on resource usage in Azure.

 

Chapter 5, Developing Solutions the Right Way in Azure, explains how to develop solutions in Azure, things you have to trust, guidance on selecting the type of resources to develop, and explains how to leverage application insights in your application development to help with application monitoring and support.

Chapter 6, Deploying Solutions to Azure, covers the things you need to know about deploying solutions in Azure.

Chapter 7, Putting it All Together, includes monitoring and supporting applications and troubleshooting issues.

Chapter 8, Best Practices to Make Your Life Easier in Azure, includes some best practices and tips on making your life easier in Azure and covers development practices in connection with dashboards and monitoring.

To get the most out of this book

Some basic knowledge of cloud computing would come in handy. A knowledge of other Azure services would be a bonus.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

 

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Hands-On-Cloud-Solutions-with-Azure. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://www.packtpub.com/sites/default/files/downloads/9781786468659_ColorImages.pdf.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The parameters are the input to the template and are the values that are provided by the parameters file."

A block of code is set as follows:

{     
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",     "contentVersion": "",
"parameters": { },  
"variables": { }, 
"functions": { }, 
"resources": [ ], 
"outputs": { }
}

Any command-line input or output is written as follows:

Login-AzureRmAccount

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Enter an App NameSubscriptionResource Group Name, and Database Provider to Azure Database for MySQL."

 

 

Note

Warnings or important notes appear like this.

Note

Tips and tricks appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: Email [email protected] and mention the book title in the subject of your message. If you have questions about any aspect of this book, please email us at [email protected].

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packt.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details.

Piracy: If you come across any illegal copies of our works in any form on the internet, we would be grateful if you would provide us with the location address or website name. Please contact us at [email protected] with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in, and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Reviews

Please leave a review. Once you have read and used this book, why not leave a review on the site that you purchased it from? Potential readers can then see and use your unbiased opinion to make purchase decisions, we at Packt can understand what you think about our products, and our authors can see your feedback on their book. Thank you!

For more information about Packt, please visit packt.com.