Azure Identity 101
-
Basic Workflow
- Single User/Private Group:
- User will create an account in azure
- when ever an account is create, a default azure active directory is created (tenant). The user credentials will be added to azure ad with super user access
- Inside this account, subscriptions can be created.
- When James creates a free account, he gets a free subscription (200$ of credit)
- After 1 month he would asked by azure to create one more subscription (Pay as you go)
- The default azure active directory (AAD) will be acting as identity providing authentication & authorization.

- Organizational Workflow:
- DirectDevops Organization wants to use azure
- This operation will be approved by Mark & Rachel creates an Azure Account
- Now Rachel/her team have to sync users (One-way/two-way) from on-premise (Active Directory) to Azure (AAD)
- Now Rachel creates a subscription as per organizational needs

- Single User/Private Group:
-
Terms:
- Account
- Subscription
- Azure Active Directory/Tenant
- Resource Groups
- Resources
Azure AD Features
- Application Management: Manage your cloud & on-premise app using Single-sigon, You can enable OAUTH 2.O based identities
- Authentication: We can enable self-service password reset, Multi-factor authentication
- Business-to-Business (B2B)
- Business-to-Customer (B2C)
- Device Management
- Domain Services
- Reporting and Monitoring
- Others will be disclosed after few sessions on AAD.
