I ran the PublicIP cmdlet on this Azure page - http://msdn.microsoft.com/en-us/library/azure/dn690118.aspx
Ran this PS successfully :
Get-AzureVM -ServiceName xxxWeb -Name xxxWeb | Set-AzurePublicIP -PublicIPName xxx | Update-AzureVM
Yet I even rebooted the VM and I cannot locate the PIP on the dashboard. How do I extract it??
Ran this successfully and it only brought back the PIP name I created above.
Get-AzureVM -ServiceName xxxWeb -Name xxxWeb | Get-AzurePublicIP
How do I garner the PIP???