Disk caching – Configuring Virtual Machines

0 Comments

Disk caching Caching refers to temporary storage utilized in a specialized fashion to provide faster read and write performance than traditional permanent storage. It does this by loading disk components that are read or written…

PowerShell scripts – Configuring Virtual Machines

0 Comments

PowerShell scripts Please ensure that the Az module is installed as per the Technical requirements section at the beginning of the chapter. In the next demonstration, we are going to create two Windows Server VMs…

Disk encryption in Azure – Configuring Virtual Machines

0 Comments

Disk encryption in Azure Encrypting Azure disks ensures that unattended and unauthorized access to the disks will be prevented by encrypting the data. This can be done at bothan infrastructure level, through server-side encryption (SSE),…

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…

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…

Docker platform – Creating and Configuring Containers

0 Comments

Docker platform Docker is one of the most popular platforms that enable developers to host their applications within containers. It can be run on either the Windows, Linux, or macOS and ensures a standardized software…