Book Image

Azure PowerShell on the Cloud [Video]

By : Michael Simmons
Book Image

Azure PowerShell on the Cloud [Video]

By: Michael Simmons

Overview of this book

Microsoft Azure provides organizations with resources available on demand, and with the ability to resize and scale those resources to meet current demands. But knowing Azure isn't enough to take your career to the highest levels. PowerShell and the Azure RM modules give you the perfect management tool to script and automate your Azure infrastructure. In this course, you will start by learning the core concepts of working with Azure, including getting signed in, saving credentials, and working with resource groups. You will learn how to use Azure PowerShell to manage three of the most useful infrastructure resources Azure customers use in their environments: storage, network, and virtual machines. You will also learn how to deploy Azure resources through Azure RM templates. By the end of the course you will know everything you need to create, manage and operate virtual machines and their underlying storage and network components in your Azure cloud environment, all with the latest version of PowerShell. The code bundle for this video course is available at: https://github.com/PacktPublishing/Azure-PowerShell-on-the-Cloud-v-
Table of Contents (6 chapters)
Chapter 5
Managing Virtual Machines with Azure PowerShell
Content Locked
Section 3
Searching for and Getting Details of Virtual Machines
Finding the virtual machines in your Azure Subscription is so much easier with PowerShell. Learn everything you need to know in order to list your VMs the PowerShell way. - Identify the differences in VM Instance and List object types - Search for Virtual Machines by name or resource group - Examine the properties of a Virtual Machine