Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Azure PowerShell Quick Start Guide

You're reading from  Azure PowerShell Quick Start Guide

Product type Book
Published in Dec 2018
Publisher Packt
ISBN-13 9781789614954
Pages 118 pages
Edition 1st Edition
Languages
Author (1):
Thomas Mitchell Thomas Mitchell
Profile icon Thomas Mitchell

To get the most out of this book

This book is intended for IT professionals who are responsible for managing Azure VMs. No prior PowerShell or Azure experience is needed.

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."

Any command-line input or output is written as follows:

$myVnet = Get-AzureRmVirtualNetwork `
-Name "myVnet" `
-ResourceGroupName "VMLab"
$subnet = $myVnet.Subnets|?{$_.Name -eq 'mySubnet'}

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Next Chapter arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}