Conventions
Code words in the text, folder names, filenames, file extensions, pathnames, dummy URLs, and user input, are shown as follows:
"Furthermore, we can use additional switches, such as -SKU
for selecting Basic
or Standard
, -IPAddressVersion
for choosing between IPv4 and IPv6, and -DomainNamelabel
to specify the DNS label."
A block of code is set as follows:
$VirtualNetwork = Get-AzVirtualNetwork -Name 'Packt-Script' ' -ResourceGroupName 'Packt-Networking-Script' Add-AzVirtualNetworkSubnetConfig -Name BackEnd ' -AddressPrefix 10.11.1.0/24 ' -VirtualNetwork $VirtualNetwork $VirtualNetwork | Set-AzVirtualNetwork