Control: 6.10 Ensure that 'Notify users on password resets?' is set to 'Yes'
Description
Ensure that users are notified on their primary and alternate emails on password resets.
User notification on password reset is a proactive way of confirming password reset activity. It helps the user to recognize unauthorized password reset activities.
Remediation
From Azure Portal
- From Azure Home select the Portal Menu.
 - Select 
Microsoft Entra ID. - Under 
Manage, selectUsers. - Under 
Manage, selectPassword reset. - Under 
Manage, selectNotifications. - Set 
Notify users on password resets?toYes. - Click 
Save. 
Default Value
By default, Notify users on password resets? is set to "Yes".
Usage
Run the control in your terminal:
powerpipe control run azure_compliance.control.cis_v400_6_10Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.cis_v400_6_10 --shareSQL
This control uses a named query:
select  id as resource,  'info' as status,  'Manual verification required.' as reason,  display_name as subscriptionfrom  azure_subscription;