Skip to content

Commit ceaa1be

Browse files
Merge pull request #218666 from khdownie/kendownie111622
clarifying key rotation process
2 parents 92a9ec8 + f838724 commit ceaa1be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/storage/files/storage-files-identity-ad-ds-update-password.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
ms.service: storage
66
ms.subservice: files
77
ms.topic: how-to
8-
ms.date: 09/28/2022
8+
ms.date: 11/16/2022
99
ms.author: kendownie
1010
---
1111

@@ -29,6 +29,8 @@ Update-AzStorageAccountADObjectPassword `
2929
-StorageAccountName "<your-storage-account-name-here>"
3030
```
3131

32+
This action will change the password for the AD object from kerb1 to kerb2. This is intended to be a two-stage process: rotate from kerb1 to kerb2 (kerb2 will be regenerated on the storage account before being set), wait several hours, and then rotate back to kerb1 (this cmdlet will likewise regenerate kerb1).
33+
3234
## Applies to
3335
| File share type | SMB | NFS |
3436
|-|:-:|:-:|

0 commit comments

Comments
 (0)