mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-09 18:37:03 +00:00
Update LAB_01-Manage_Entra_ID_Identities.md
This commit is contained in:
parent
13b5c46218
commit
e3d541cf73
@ -75,7 +75,6 @@ In this task, you will create and configure user accounts. User accounts will st
|
|||||||
|
|
||||||
+ **Administrative units** lets you group users, groups, or devices into a single manageable unit.
|
+ **Administrative units** lets you group users, groups, or devices into a single manageable unit.
|
||||||
+ **Licenses** lets you purchase a license, manage the licenses you have, and assign licenses to users and groups.
|
+ **Licenses** lets you purchase a license, manage the licenses you have, and assign licenses to users and groups.
|
||||||
+ **Self service password reset** allow your users to manage their password from any device, at any time, from any location. This feature requires a premium license.
|
|
||||||
|
|
||||||
### Create a new user
|
### Create a new user
|
||||||
|
|
||||||
@ -114,16 +113,16 @@ In this task, you will create and configure user accounts. User accounts will st
|
|||||||
|
|
||||||
### Task 4: Create group accounts and add members
|
### Task 4: Create group accounts and add members
|
||||||
|
|
||||||
In this task, you create a group account. Group accounts can include user accounts or devices. These are two basic ways member are assigned to groups: Statically and Dynamically. Static groups require administrators to add and remove members manually. Dynamic groups update automatically based on the properties of a user account or devices. For example, job title.
|
In this task, you create a group account. Group accounts can include user accounts or devices. These are two basic ways members are assigned to groups: Statically and Dynamically. Static groups require administrators to add and remove members manually. Dynamic groups update automatically based on the properties of a user account or device. For example, job title.
|
||||||
|
|
||||||
1. In the Azure portal, search for and select `Groups`.
|
1. In the Azure portal, search for and select `Groups`.
|
||||||
|
|
||||||
1. Take a minute to familiarize yourself group settings in the left pane.
|
1. Take a minute to familiarize yourself with the group settings in the left pane.
|
||||||
|
|
||||||
+ **Expiration** lets you configre a group lifetime in days. The group must be renewed by the owner.
|
+ **Expiration** lets you configre a group lifetime in days. The group must be renewed by the owner.
|
||||||
+ **Naming policy** lets you configure blocked words and add a prefix or suffix to group names.
|
+ **Naming policy** lets you configure blocked words and add a prefix or suffix to group names.
|
||||||
|
|
||||||
1. Select **+ New group** and create a new group.
|
1. In the **All groups** blade, select **+ New group** and create a new group.
|
||||||
|
|
||||||
| Setting | Value |
|
| Setting | Value |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
@ -160,17 +159,19 @@ In this task, you work with the Azure Cloud Shell. Azure Cloud Shell is an inter
|
|||||||
|
|
||||||
>**Did you know?** If you mostly work with Linux systems, Bash feels more familiar. If you mostly work with Windows systems, Azure PowerShell feels more familiar.
|
>**Did you know?** If you mostly work with Linux systems, Bash feels more familiar. If you mostly work with Windows systems, Azure PowerShell feels more familiar.
|
||||||
|
|
||||||
1. On the **You have no storage mounted** screen select **Show advanced settings** and provide the required information. When completed select **Create storage**.
|
1. On the **You have no storage mounted** screen select **Show advanced settings** and provide the required information.
|
||||||
|
|
||||||
>**Note:** As you work with the Cloud Shell a storage accound and file share is required.
|
>**Note:** As you work with the Cloud Shell a storage accound and file share is required.
|
||||||
|
|
||||||
| Settings | Values |
|
| Settings | Values |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
| Resource Group | **az104-rg1** |
|
| Resource Group | **az104-rg1** |
|
||||||
| Storage account (Create new) | `sa-cloudshell` (must be globally unique) |
|
| Storage account (Create new) | `sacloudshell` (must be globally unique, between 3 and 24 characters in length and use numbers and lower case letters only) |
|
||||||
| File share (create new) | **fs-cloudshell** |
|
| File share (create new) | `fs-cloudshell` |
|
||||||
|
|
||||||
>**Note:** If you would like to practice with **Azure PowerShell**, continue to **Task 6**. If you want to practice with **Bash (CLI)**, then skip to **Task 7**.
|
1. When completed select **Create storage**.
|
||||||
|
|
||||||
|
>**Note:** If you would like to practice with **Azure PowerShell**, continue to **Task 6**. If you want to practice with the **Bash (CLI)**, then skip to **Task 7**.
|
||||||
|
|
||||||
## Task 6: Use Azure PowerShell
|
## Task 6: Use Azure PowerShell
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user