Book Image

Building Clouds with Windows Azure Pack

By : Amit Malik
Book Image

Building Clouds with Windows Azure Pack

By: Amit Malik

Overview of this book

Windows Azure Pack is an on-premises cloud solution by Microsoft, which can be leveraged by Organizations and Services providers for building an enterprise class cloud solution. WAP provides consistent experience to Microsoft Azure, along with capabilities such as multi-tenancy, high density, self-service, automated. WAP can be leveraged to provide both IaaS & PaaS Offerings to internal and external customers. In this book, we will learn about planning and deployment of Cloud Fabric for Windows Azure Pack, Azure Pack components, VM Clouds and IaaS offerings, PaaS Offering including WebSites & Service Bus, DBaaS offerings, Automation with SMA, and extending capabilities with third party products integration and tenant experience for all services.
Table of Contents (18 chapters)
Building Clouds with Windows Azure Pack
Credits
About the Author
Acknowledgement
About the Reviewer
www.PacktPub.com
Preface
Index

Creating and managing virtual networks


Tenants can create virtual networks as per their custom needs. A virtual network may have any IP range as per the tenant's choice and can also be used to set up a site-to-site VPN connectivity between the tenant's existing datacentres and Windows Azure Pack cloud networks. VNet also allows the usage of Network Address Translation (NAT) for virtual machines. The IP's tenants can create multiple virtual networks isolated with each other.

Windows Azure Pack virtual networks are powered by the Hyper-V network virtualization with SCVMM.

Creating a virtual network

Follow these steps to create a virtual network:

  1. Log into the tenant portal using the tenant's admin account.

  2. Browse the network workspace.

  3. Click on CREATE A VIRTUAL NETWORK.

  4. Click on QUICK CREATE or CUSTOM CREATE.

  5. Provide a virtual network name and protocol (IPv4 or IPv6).

  6. Provide the DNS server's IP that is to be used in VNET. Providing a DNS will automatically assign the DNS's IP to the VM under this virtual...