April 2018
Intermediate to advanced
418 pages
9h 41m
English
In the following example, we are going to create a static public IP address using PowerShell:
If necessary, select the right subscription:
Select-AzureRmSubscription -SubscriptionId "********-****-****-****-***********"
Create the IP address:
New-AzureRmPublicIpAddress -Name PublicPacktIP -ResourceGroupName PacktPub -AllocationMethod Static -Location "West Europe"
Read now
Unlock full access