Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Scripts/RemediationScripts/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Bulk remediation scripts (BRS) can be used to remediate non-compliant resources/
42. [Azure_KubernetesService_AuthN_Disable_Local_Accounts](Readme.md#42-Azure_KubernetesService_AuthN_Disable_Local_Accounts)
43. [Azure_ServiceBus_DP_Use_Secure_TLS_Version](Readme.md#43-Readme.md#43-Azure_ServiceBus_DP_Use_Secure_TLS_Version)
44. [Azure_RedisCache_DP_Use_Secure_TLS_Version](Readme.md#44-Azure_RedisCache_DP_Use_Secure_TLS_Version)
45. [Azure_Storage_SI_Rotate_Access_Keys](Readme.md#45-Azure_Storage_SI_Rotate_Access_Keys)


<br />

Expand Down Expand Up @@ -937,6 +939,25 @@ Yes

___

## 45. Azure_Storage_SI_Rotate_Access_Keys

### Display Name
Azure Storage Account access keys should rotate on periodic basis.

### Link to Bulk Remediation Script (BRS)
[Remediate-RotateStorageAccountKey](Remediate-RotateStorageAccountKey.ps1)

### Minimum permissions required to run the script
Contributor role at resource level

### [Supports managed identity](Readme.md#supports-managed-identity-based-remediations) based remediation
Yes

### Supports rollback?
No

___

## Supports managed identity based remediations
Both System assigned and User assigned managed identities are supported.

Expand Down
Loading