I am learning how to set up AZURE from powershell. So I created a storage account and set it as current storage account and I deleted it from azure but
(Get-AzureSubscription).CurrentStorageAccount still shows the same name though I deleted it from my azure portal
so How to do i remove this from my subscription?
what is the significance of adding it to subscription?
I used Set-AzureSubscription -CurrentStorageAccount "Name" to set up
to Remove I checked Remove-AzureSubscription But it does not have that option and what is remove azure subscription is for I read the microsoft article but not to able to understand since i am brand new to it..
will this command delete my Azure subscription? if I have all my network and VMs will all get deleted?
Thanks