Deploy a Windows Azure Virtual Machine in an ARM Virtual Network

At this point, we have a network infrastructure over the cloud that is ready to accept new VMs:

Deploy a Windows Azure Virtual Machine in an ARM Virtual Network

Now, we need to define a task to create a virtual machine in an ARM VN. It is a two-phase task:

  1. Create a connection for a VM in an ARM VN.
  2. Create the ARM VM.

Let's start from the connection to the VM. In general, any device that connects to a network has a network card, or a Network Interface (NI). It has some characteristics:

  • It has a private address that is from the address space of the subnet. The IP can be dynamic or static. Dynamic means that the IP address is dynamically assigned by a ...

Get Mastering Cloud Development using Microsoft Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.