Book Image

Managing Microsoft Hybrid Clouds: RAW

By : Marcel van den Berg
Book Image

Managing Microsoft Hybrid Clouds: RAW

By: Marcel van den Berg

Overview of this book

Table of Contents (17 chapters)
Managing Microsoft Hybrid Clouds
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
9
Summary and a Look into the Near Future
Index

Creating an affinity group


In Chapter 3, Understanding the Microsoft Azure Architecture, you learned about affinity groups.

Using affinity groups, we can make sure compute and storage are close together to keep latency as low as possible. This is necessary because Azure datacenters are huge, and without these affinity groups, the virtual machines could reside on opposite sides of the datacenter. This could result in a performance penalty. With affinity groups, Microsoft promises to keep virtual machines as close together as possible.

Perform the following steps to create a virtual machine:

  1. The first step in the process of creating a virtual machine is to create an affinity group.

  2. To do so, go to the Settings menu item in the left window of Azure Management Portal. Then, select Affinity Groups in the menu bar.

  3. Next, select Add an affinity group.

  4. You will be presented with a window in which you give a name to the affinity group, a description, and select the region.

  5. Fill in the fields and click...