Azure Network Security Groups not showing in Portal -


iam getting bit frustrated azure "preview" portal.

i have created new nsg powershell:

# create new nsg new-azurenetworksecuritygroup -location "west europe" -name "name" 

but not showing in portal:

enter image description here

but listed when do:

get-azurenetworksecuritygroup -name "name" 

is normal behavoir? or did wrong?


Comments