November 2017
Intermediate to advanced
276 pages
7h 6m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Click on More services and a new blade will open. In the search bar, write storage account." A block of code is set as follows:
$Subnet = New-AzureRmVirtualNetworkSubnetConfig -Name PacktPubSubnet -AddressPrefix 10.0.0.0/24$VirtualNetwork = New-AzureRmVirtualNetwork -ResourceGroupName PacktPub -Location WestEurope -Name PacktPubvNet -AddressPrefix 10.0.0.0/8 -Subnet $Subnet
Any command-line ...
Read now
Unlock full access