Skip to content

Commit

Permalink
little updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthebrit committed Feb 20, 2023
1 parent e9aea81 commit dc68886
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions KeyVault/StorageAccountMIAdd.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$stgName = "sascussavilltech3"
$rgName = "RG-SCUSA"
$stg = Get-AzStorageAccount -StorageAccountName $stgName -ResourceGroupName $rgName
$stg.identity

Set-AzStorageAccount -ResourceGroupName $rgName -AccountName $stgName -AssignIdentity

0 comments on commit dc68886

Please sign in to comment.