Updating Custom Roles using Azure Powershell
- Refer Here for updating azure rbac roles
- Powershell will have cmd-lets which will be in the form of
<verb>-<noun> - Azure Powershell is provided as a module Refer Here for installation steps.
- Azure powershell cmdlets will be in the form
<verb>-Az<noun>
Self Service Password Reset
- Azure AD P1 has an option of Self service password reset where users can reset their passwords
- As an admin, we are supposed to configure the verification approach Refer Here
Multifactor Authentication
- Create a new user and login into azure
- Download and install microsoft authenticator app

Next Steps
- Activity: Create a user and give this user a reader permission at subscription level , Create a vm and view the vm in the user account.
- Problem Statement: As an Azure Admin, My Organization has 8 subscriptions. I want to allow users to create vms only in east us region and with vm sizes b1s, b2s and b4s across all accounts. For every resource there should be a tag called as ENV with some value
- To solve the above statements we would be learning
- Management Groups
- Azure Policy
- Azure Blueprints
