November 2017
Intermediate to advanced
276 pages
7h 6m
English
In creating Blob storage using PowerShell, you learned how to retrieve storage account access keys. Using the same PowerShell session, we will regenerate the keys.
New-AzureRmStorageAccountKey -StorageAccountName packtpubsaps -KeyName key1 -ResourceGroupName PacktPub
Considering that key1 is the primary key and key2 is the secondary key.