Iam getting a bit frustrated with the Azure "Preview" Portal.
I have just created an new NSG with the PowerShell:
# Create an new NSG
New-AzureNetworkSecurityGroup -Location "West Europe" -Name "NAME"
But it is not showing in the Portal..
But is listed when i do:
Get-AzureNetworkSecurityGroup -Name "NAME"
Is this a normal behavoir? or did i something wrong?