Skip to content

Commit ccd798f

Browse files
authored
changed files by pdets auto publish service, publishid[bd3d810c-ea70-4ec7-a67d-35a9e54b1f85] and do [publish].
1 parent 044325b commit ccd798f

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

learn-pr/wwl-sci/monitor-maintain-azure-active-directory/8-knowledge-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ quiz:
2222
choices:
2323
- content: "Microsoft Entra audit logs provide a comparison of budgeted Azure usage compared to actual."
2424
isCorrect: false
25-
explanation: "Incorrect. Audit logs provide traceability through logs for all changes made by various features within Microsoft Entra ID. Examples of audit logs include changes made to any resources within Microsoft Entra ID. You'll see things like adding or removing users, apps, groups, roles, and policies."
25+
explanation: "Incorrect. Audit logs provide traceability through logs for all changes made by various features within Microsoft Entra ID. Examples of audit logs include changes made to any resources within Microsoft Entra ID. You see things like adding or removing users, apps, groups, roles, and policies."
2626
- content: "Microsoft Entra audit logs provide records of system activities for compliance reporting."
2727
isCorrect: true
2828
explanation: "Correct. An audit log has a default list view that shows data like the date and time of the occurrence. Additional information includes the service that logged the occurrence, and the category of the activity. Finally, the name of the activity (what), the status of the activity (success or failure), the target, and the initiator/actor (who) of an activity."
2929
- content: "Microsoft Entra audit logs allow customer to monitor activity when provisioning new services within Azure."
3030
isCorrect: false
31-
explanation: "Incorrect. Audit logs provide traceability through logs for all changes made by various features within Microsoft Entra ID. Examples of audit logs include changes made to any resources within Microsoft Entra ID. You'll see things like adding or removing users, apps, groups, roles, and policies."
31+
explanation: "Incorrect. Audit logs provide traceability through logs for all changes made by various features within Microsoft Entra ID. Examples of audit logs include changes made to any resources within Microsoft Entra ID. You see things like adding or removing users, apps, groups, roles, and policies."
3232
- content: "Can Azure export logging data to third-party SIEM (security information and event management) tools?"
3333
choices:
3434
- content: "Yes, Azure supports exporting log data to several common third-party SIEM tools."
@@ -39,7 +39,7 @@ quiz:
3939
explanation: "Incorrect. Azure Sentinel is a Microsoft first-party SIEM tool, but we do support using other tools, such as Splunk, IBM QRadar, and ArcSight."
4040
- content: "Yes, Splunk is the third party SIEM Azure can export to."
4141
isCorrect: false
42-
explanation: "Incorrect. While Splunk is one of the third-party SIEM tools we can export data to, it is not the only one. We also support other third-party SIEM tools, such as IBM QRadar and ArcSight."
42+
explanation: "Incorrect. While Splunk is one of the third-party SIEM tools we can export data to, it isn't the only one. We also support other third-party SIEM tools, such as IBM QRadar and ArcSight."
4343
- content: "John wants to configure email notifications to be sent from Microsoft Entra Domain Services (AD DS) when issues are detected. In Azure, where would notifications be configured?"
4444
choices:
4545
- content: "Azure Microsoft Portal - Microsoft Entra ID - Monitoring - Notifications - Add email recipient."
@@ -50,4 +50,4 @@ quiz:
5050
explanation: "Correct. The health of a Microsoft Entra Domain Services (MEDS) managed domain is monitored by the Azure platform. The health status page in the Azure Microsoft Portal shows any alerts for the managed domain. To make sure issues are responded to in a timely manner, email notifications can be configured to report on health alerts as soon as they're detected in the Microsoft Entra Domain Services managed domain."
5151
- content: "Azure Microsoft Portal - Notification Hubs - Microsoft Entra ID - Add email recipient."
5252
isCorrect: false
53-
explanation: "Incorrect. Azure Notification Hubs are to provide push notification to any platform (iOS, Android, Windows, and so on.) to share breaking news, promotional content, or other Azure App information to users."
53+
explanation: "Incorrect. Azure Notification Hubs are to provide push notification to any platform to share breaking news, promotional content, or other Azure App information to users."

learn-pr/wwl-sci/monitor-maintain-azure-active-directory/includes/3-review-monitor-azure-active-directory-audit-logs.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can customize the list view by clicking **Columns** in the toolbar.
1515

1616
:::image type="content" source="../media/columns.png" alt-text="Screenshot of the Audit columns, so you can pick the specific data you need to see in your report.":::
1717

18-
This enables you to display additional fields or remove fields that are already displayed.
18+
Custom columns enables you to display other fields or remove fields that are already displayed.
1919

2020
:::image type="content" source="../media/column-select.png" alt-text="Screenshot of the Remove fields dialog. Set up the reports to show and review just the data you need.":::
2121

@@ -45,7 +45,7 @@ The **Service** filter allows you to select from a drop-down list of the followi
4545
- Account Provisioning
4646
- Application Proxy
4747
- Authentication Methods
48-
- B2C
48+
- Business to Customer (B2C)
4949
- Conditional Access
5050
- Core Directory
5151
- Entitlement Management
@@ -54,7 +54,7 @@ The **Service** filter allows you to select from a drop-down list of the followi
5454
- Invited Users
5555
- MIM Service
5656
- MyApps
57-
- PIM
57+
- Privileged Identity Management (PIM)
5858
- Self-service Group Management
5959
- Self-service Password Management
6060
- Terms of Use
@@ -86,7 +86,7 @@ The **Activity** filter is based on the category and activity resource type sele
8686

8787
You can get the list of all Audit Activities using the Graph API: `https://graph.windows.net/<tenantdomain>/activities/auditActivityTypesV2?api-version=beta`
8888

89-
The **Status** filter allows you to filter based on the status of an audit operation. The status can be one of the following:
89+
The **Status** filter allows you to filter based on the status of an audit operation. The status can be one of the following values:
9090

9191
- All
9292
- Success
@@ -96,7 +96,7 @@ The **Target** filter allows you to search for a particular target by the starti
9696

9797
The **Initiated by** filter enables you to define what an actor's name or a universal principal name (UPN) starts with. The name and UPN are case-sensitive.
9898

99-
The **Date range** filter enables to you to define a timeframe for the returned data.Possible values are:
99+
The **Date range** filter enables to you to define a timeframe for the returned `data.Possible` values are:
100100

101101
- 7 days
102102
- 24 hours
@@ -110,7 +110,7 @@ You can also choose to download the filtered data, up to 250,000 records, by sel
110110

111111
## Audit logs shortcuts
112112

113-
In addition to **Microsoft Entra ID**, the Azure portal provides you with two additional entry points to audit data:
113+
In addition to **Microsoft Entra ID**, the Azure portal provides you with two other entry points to audit data:
114114

115115
- Users and groups
116116
- Enterprise applications
@@ -119,14 +119,14 @@ In addition to **Microsoft Entra ID**, the Azure portal provides you with two ad
119119

120120
With user and group-based audit reports, you can get answers to questions such as:
121121

122-
- What types of updates have been applied to users?
122+
- What types of updates were applied to users?
123123
- How many users were changed?
124124
- How many passwords were changed?
125125
- What has an administrator done in a directory?
126-
- What are the groups that have been added?
126+
- What are the groups that were added?
127127
- Are there groups with membership changes?
128128
- Have the owners of a group been changed?
129-
- What licenses have been assigned to a group or a user?
129+
- What licenses were assigned to a group or a user?
130130

131131
If you want to review only auditing data that is related to users, you can find a filtered view under **Audit logs** in the **Monitoring** section of the **Users** tab. This entry point has **UserManagement** as preselected category.
132132

@@ -140,8 +140,8 @@ If you want to review only auditing data that is related to groups, you can find
140140

141141
With application-based audit reports, you can get answers to questions such as:
142142

143-
- What applications have been added or updated?
144-
- What applications have been removed?
143+
- What applications were added or updated?
144+
- What applications were removed?
145145
- Has a service principal for an application changed?
146146
- Have the names of applications been changed?
147147
- Who gave consent to an application?
@@ -152,4 +152,4 @@ If you want to review audit data related to your applications, you can find a fi
152152

153153
## Microsoft 365 activity logs
154154

155-
You can view Microsoft 365 activity logs from the Microsoft 365 admin center. Even though Microsoft 365 activity and Microsoft Entra activity logs share a lot of the directory resources, only the Microsoft 365 admin center provides a full view of the Microsoft 365 activity logs. You can also access the Microsoft 365 activity logs programmatically by using the Office 365 Management APIs.
155+
You can view Microsoft 365 activity logs from the Microsoft 365 admin center. Even though Microsoft 365 activity and Microsoft Entra activity logs share numerous directory resources, only the Microsoft 365 admin center provides a full view of the Microsoft 365 activity logs. You can also access the Microsoft 365 activity logs programmatically by using the Office 365 Management APIs.

learn-pr/wwl-sci/monitor-maintain-azure-active-directory/includes/6-analyze-azure-active-directory-workbooks-reporting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ With the usage and insights report, you can get an application-centric view of y
99
To access the data from the usage and insights report, you need:
1010

1111
- A Microsoft Entra tenant.
12-
- A Microsoft Entra ID premium (P1/P2) license to view the sign-in data.
13-
- A user in the Security Administrator, Security Reader or Report Reader roles. In addition, any user (non-admins) can access their own sign-ins.
12+
- A Microsoft Entra ID P1 or P2 license.
13+
- A user in the Security Administrator, Security Reader or Report Reader roles.
14+
15+
In addition, any user (non-admins) can access their own sign-ins.
1416

1517
## Access the usage and insights report
1618

0 commit comments

Comments
 (0)