Implementing Azure Batch Service & Disk Encryption
Learning Objective: Learn how to create and use ARM templates for repeatable deployments and encrypt Azure VM disks.
Also, learn to use Azure Batch, which creates and manages a pool of compute nodes (VMs), installs the applications you want to run, and schedules jobs to run on the nodes.
Topics:
- ARM templates for Azure Virtual Machines
- Azure Disk Encryption
- Azure Batch Services
Hands-On:
- Deploy ARM templates for VM
- Run a batch job by using Azure CLI, Azure portal and Code