VM sizes – Configuring Virtual Machines

0 Comments

VM sizes At the time of writing this book, the following VM series and sizes are available: VM series are updated constantly. New series, types, and sizes are added and removed frequently. To stay up…

Availability sets – Configuring Virtual Machines

0 Comments

Availability sets To create a reliable infrastructure, adding your VMs to an availability set is key. There are several scenarios that can have an impact on the availability of your Azure VMs. These are as…

Containers versus VMs – Creating and Configuring Containers

0 Comments

Containers versus VMs Hardware virtualization has enabled the possibility of running multiple isolated OS instances at the same time on physical hardware. As containers abstract the OS by virtualizing it, this enables several applications to…

Deployment – Creating and Configuring Containers

0 Comments

Deployment VMs are deployed using some form of a hypervisor. With Windows systems, they can be deployed and managed by Windows Admin Center, Hyper-V Manager, and System Center Virtual Machine Manager (SCVMM). PowerShell can also…

Container groups – Creating and Configuring Containers

0 Comments

Container groups Container groups contain a set of containers that share their life cycle, resources, network configuration, and storage resources, essentially grouping them together. Containers within a container group are scheduled together on the same…

Networking – Creating and Configuring Containers

0 Comments

Networking Containers within a container group can share a public-facing IP address with an associated DNS label. This label is referred to as an FQDN, which is a user-friendly name for finding an IP associated…