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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -