Book Image

Microsoft Azure IAAS Essentials

Book Image

Microsoft Azure IAAS Essentials

Overview of this book

Table of Contents (14 chapters)
Microsoft Azure IaaS Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Introduction to Microsoft Azure Cloud Services
Index

Preface

Cloud computing has been a buzzword in the IT industry for some time, and there are several cloud providers on the market. Microsoft Azure is Microsoft's cloud offering. Microsoft Azure has evolved very quickly over the last few years and now offers a comprehensive set of services, including Infrastructure as a Service (IaaS). In this book, we will start by explaining what is meant by some cloud terminology. We will take a look at how we can deploy both Windows/Linux-based virtual machines in Azure. We will take a look at how to set up a virtual network, so that our cloud-based resources can communicate with each other. Much like an on-premises server, our cloud-based servers will need to be monitored for any potential issues, and we will take a look at how we can design cloud systems that are both highly available and fault-tolerant.

What this book covers

Chapter 1, Introduction to Microsoft Azure Cloud Services, discusses some of the terminology around cloud, from the services offered to some of the specific features available in Microsoft Azure. You should be able to differentiate between a public and private cloud.

Chapter 2, Creating and Deploying a Windows Virtual Machine, shows you how we can create a new Windows-based virtual machine in Microsoft Azure. We will take a look at how we can connect to and work on the virtual machine and how we can control the VM using PowerShell. Finally, we will see how we can convert an existing server and make it an Azure-based VM.

Chapter 3, Deploying Linux Virtual Machines on Azure, shows you how we can create and configure a Linux-based virtual machine in Microsoft Azure's cloud. We will take a look at the different flavors of Linux available, how we can create the virtual machine, how we can use the command-line interface and Putty, and how we can connect via RDP to work with Linux.

Chapter 4, Virtual Networks, shows you how we can create a virtual network in Azure. We will take a look at how we can approach moving an existing virtual machine to a new virtual network and what is needed to configure point-to-site connectivity for hybrid networks that allow you to combine your on-premises network with your cloud-based resources.

Chapter 5, Managing and Monitoring Virtual Machines, shows you how we can set up and collect the diagnostic information on our cloud-based virtual machine. We will take a look at what we need to do in order to store this information in the cloud and also how we can integrate the monitoring with on-premises tools, such as SCOM.

Chapter 6, Microsoft Azure and Active Directory, discusses the options that are available to you when it comes to making use of Microsoft Azure Directory Services. We will take a look at how we can create a cloud-based directory and discuss the options available for integrating your on-premises Active Directory with the cloud.

Chapter 7, High Availability and Disaster Recovery for Azure Virtual Machines, shows you the High Availability options that you have when configuring virtual machines in Azure. You have a number of options available to you when you configure both your Azure-based VMs to be highly available, including the ability to create availability sets. You can make use of site recovery to use the Azure cloud as a disaster recovery site for both your cloud-based virtual machines and on-premises Hyper-V virtual machines.

What you need for this book

All you need for this book is a subscription to Microsoft Azure. In this case, it's perfectly acceptable to use the free trial subscription.

Who this book is for

This book is for system administrators and developers who want to get an understanding of how to deploy virtual machines to the cloud.

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Then, you are ready to upload your .vhd file."

A block of code is set as follows:

New-AzureAlert `
    -alertName "High CPU" `
    -alertDescription "Higher than 85% CPU utilization" `
    -subscriptionId $subscriptionId `

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

Add-AzureVhd -Destination "<BlobStorageURL>/<vhdimage>/<VHDName>.vhd" -LocalFilePath <PathToVHDFile> 

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click on the Create Storage Account button to create the storage account."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of.

To send us general feedback, simply e-mail , and mention the book's title in the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files from your account at http://www.packtpub.com for all the Packt Publishing books you have purchased. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

Downloading the color images of this book

We also provide you with a PDF file that has color images of the screenshots/diagrams used in this book. The color images will help you better understand the changes in the output. You can download this file from http://www.packtpub.com/sites/default/files/downloads/1234OT_ColorImages.pdf.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title.

To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at , and we will do our best to address the problem.