Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Core Services of Azure:

 Virtual Machines
 Virtual Networking
 Storage
 IAM
Create a user in Azure using the PowerShell, run the cmdlet New-AzureADUser. In
PowerShell, run the cmdlet New-AzureADUser.
MEMBER USER: this is a regular employee of the company
GUEST USER: A user from a different company but need to work In our as a vendor /
contractor. These having the restricted access and general users can invite the guest users.
Delete user: Remove-AzureADUser. When you delete a user, the account remains in a
suspended state for 30 days. During that 30-day window, the user account can be restored.

 Azure AD roles: Use Azure AD roles to manage Azure AD-related resources like users,
groups, billing, licensing, application registration, and more.
 Role-based access control (RBAC) for Azure resources: Use RBAC roles to manage
access to Azure resources like virtual machines, SQL databases, or storage. For
example, you could assign an RBAC role to a user to manage and delete SQL
databases in a specific resource group or subscription.

There are different ways you can assign access rights:

 Direct assignment: Assign a user the required access rights by directly assigning a
role that has those access rights.
 Group assignment: Assign a group the required access right, and members of the
group will inherit those rights.
 Rule-based assignment: Use rules to determine a group membership based on user
or device properties.

You might also like