Disk redundancy options – Configuring Virtual Machines

0 Comments

Disk redundancy options Redundancy refers to the number of copies of data that are available at any time. This supports the failure of copies and ensures the continuity of services depending on the redundancy option…

Adding data disks – Configuring Virtual Machines

0 Comments

Adding data disks In the following exercise, we will explore adding data disks to a VM in Azure: Sign in to the Azure portal: https://portal.azure.com/home. Create a new managed disk in Azure, set the resource…

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),…

Introduction to containers – Creating and Configuring Containers

0 Comments

Introduction to containers Businesses are constantly looking for newer and quicker ways to deploy applications and keep businesses running. These requirements lead to software development and support teams to find solutions for saving money and…

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…

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…

Setting up Docker – Creating and Configuring Containers

0 Comments

Setting up Docker For this exercise, we are going to configure Docker so that you can see your first container in action. Proceed as follows: Sign up on Docker Hub at the following URL: https://hub.docker.com/…

AKS – Creating and Configuring Containers

0 Comments

AKS Kubernetes is designed as a management and orchestration service to assist with managing containers and creating a mechanism for scale. AKS is a serverless implementation of the Kubernetes service, which minimizes the management of…