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

The virtual network topology


There are two main types of virtual network configurations; one that will remain completely in the Azure cloud known as cloud-only, and the other one known as a cross-premises network that will allow both cloud-based and on-premises resources to communicate. We will discuss both the types here.

A cloud-only virtual network

Cloud-only virtual networks are useful when you have an entire system and its various tiers that reside in Azure, and there is no need for these virtual machines to communicate with other resources in different networks. Cloud-only virtual networks are virtual networks that reside entirely in Microsoft Azure. There is no need for a VNET gateway to be able connect back to your on-premises network or to another virtual network in Microsoft Azure.

There are some subtle differences when it comes to setting up and configuring a cloud-only virtual network compared to a cross-premises network configuration. With a cloud-only virtual network, you will...