• Post category:StudyBullet-11
  • Reading time:5 mins read


Azure PowerShell tasks, deploying a VM in Azure with PowerShell, resizing a VM, and managing VM states, much more

What you will learn

Deploying a VM in Azure with PowerShell

Resizing a VM, and managing VM states

Deploying of VMs using PowerShell with Marketplace images

Creating custom images and deploying VMs from such custom images

Deploying and attaching of data disks using PowerShell

Creating of VM snapshots, and how to deploy new VMs from such snapshots

Deploying of availability sets and how to load balance Azure VMs

Much more…

Description

The course starts with covering the basics of Azure PowerShell and introduces you to basic PowerShell tasks, including the installation of Azure PowerShell and how to connect to Azure with it. It also covers remedial tasks, such as deploying a VM in Azure with PowerShell, resizing a VM, and managing VM statesβ€”all with PowerShell.

Then we start ‘Working with Images’, introducing a few image-related Azure tasks that can be completed with PowerShell. We’ll discuss the deployment of VMs using PowerShell with Marketplace images as well as how to create custom images and how to deploy VMs from such custom images.

Working with Disks, covers more advanced topics, including the deployment and attachment of data disks using PowerShell. Also covered in this chapter is the creation of VM snapshots, and how to deploy new VMs from such snapshots.


Get Instant Notification of New Courses on our Telegram channel.


High Availability, explores the deployment of availability sets and how to load balance Azure VMs.

Other Cool Stuff, explores various other cool tricks that you can do with Azure PowerShell. Covered in this sectionis the creation and attachment of NICs to VMs using PowerShell. Tagging VMs with PowerShell and redeploying VMs with PowerShell are also covered, as are admin password resets. Find out about the management of VMs with custom script extensions.

English
language

Content

Basic Tasks

Getting started with Azure Powershell
Deploying a virtual machine
Performing tasks on VMs with Powershell
Starting, restarting, removing VMs and Resource Groups
Lab: Inintial Tasks

Working with Images

Creatin a VM from Azure Marketplace Image
Creating a custom image with sysprep
Working with images
Lab: Working with Images

Working with Disks

Getting started with Azure disks
Creating data disks
Lab: Working with Disks
Getting started with Azure Snapshots
Creating VM from a snapshot
Lab: Snapshots

High Availability

Getting started with Azure High Availability
Creating an Azure Availability Set
Lab: High Availability
Load balancing VMs. Part 1
Load balancing VMs. Part 2
Load balancing VMs. Part 3