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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -