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 a virtual network


Virtual networks are an essential component in Azure. They allow control over IP address assignment and allow connectivity to on-premises data centers.

Since May 2014, virtual networks created in different Azure regions can be connected to each other. This allows network traffic to travel over dedicated Microsoft connections instead over S2S VPN connections. Also, virtual networks that are part of different Azure subscriptions can be connected to each other.

Perform the following steps to create a virtual network in Azure:

  1. In the Azure Management Portal, select Networks in the left pane and click on New.

  2. Select Quick Create.

  3. Fill in a name using your naming convention.

  4. Select an address space.

  5. Select the appropriate affinity group.

  6. Click on Create a virtual network.

    The following screenshot shows the Quick Create window of a virtual network:

  7. Once the virtual network is created, select the virtual network (called azurebook in our example) and then click on Configure.

  8. Once...