Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
windows:powershell [2020/05/12 10:50] – [Azure CLI] tmadewindows:powershell [2020/05/12 10:52] – [Commands] tmade
Line 19: Line 19:
   New-AzureRMRecourceGroup -Name groupname -Location westeurope                                             #creates new resourcegroup   New-AzureRMRecourceGroup -Name groupname -Location westeurope                                             #creates new resourcegroup
  
 +Create Storageaccount:
 +
 +<code>
 +Login-AzureRmAccount
 +
 +Get-AzureRmSubscription
 +
 +cd\
 +cls
 +
 +$location = "westeurope"
 +$group = "test-vm-rg"
 +
 +$account = New-AzureRmStorageAccount -ResourceGroupName $group -Name tw012018 -Location $location -SkuName Standard_LRS
 +
 +Get-AzureRMStorageAccount | Select StorageAccountName, Location
 +</code>
 ====Azure CLI==== ====Azure CLI====
  
windows/powershell.txt · Last modified: 2021/12/06 09:56 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki