I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Azure Gotchas and Best Practices

With Azure there are a LOT of limitations and features that are only available on certain platforms or VMs. I thought I would start a definitive list on this post.

Instances

  • DS Instances can ONLY be created in the Portal site. Use classic deployment option if you need to access them in Classic.

Storage

  • A Standard Disk can only handle 500 iOPS. Use storage pools to overcome this.
  • The maximum size of a VHD is 1TB. If you need a larger volume use storage pools.
  • Premium Storage can only be added to DS machines or higher.
  • Premium Storage is NOT charged as you use it. The whole disk is charged each month.
  • VHD’s use Page Blog Storage and NOT the cheaper blob storage.

Network

  • You cannot add a 2nd NIC to a machine once it is built. Additional NIC’s have to be added at the time of VM creation.
  • Currently, you cannot have VMs with a single NIC and VMs with multiple NICs in the same cloud service

Domain Controllers

    Attach a new disk to each DC and turn off Write Cache. Install Domain Data to it.

Location