How to check maximum core count,Storage account count in azure resource manager portal using powershell -


i have check maximum core count , storage count in azure arm using powershell. when give command (get-azurermsubscription -current -extendeddetails).maxstorageaccounts shows error "get-azurermsubscription : parameter cannot found matches parameter name 'current'." please let me know how count. in advance.

  1. use get-azurermstorageusage current usage , limits.

    enter image description here

  2. use get-azurermvmusage -location yourlocation core usage , limits.

    enter image description here


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -