Skip to content

Commit 0506bcc

Browse files
Merge pull request #53371 from R-C-Stewart/several-bug-fixes
fixed five bugs across modules
2 parents 6641fcc + f417379 commit 0506bcc

5 files changed

Lines changed: 89 additions & 86 deletions

File tree

learn-pr/wwl-azure/explore-identity-azure-active-directory/15-knowledge-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ quiz:
2020
choices:
2121
- content: "Verify explicitly - Least privilege - Assume breach"
2222
isCorrect: true
23-
explanation: "Correct. Build your systems where you're always verifying the identity. Only grant the permissions needed to do the job. And assume there has been a breach."
23+
explanation: "Correct. Build your systems where you're always verifying the identity. Only grant the permissions needed to do the job. And assume a breach occurred."
2424
- content: "Verify explicitly - Least privilege - Conditional access"
2525
isCorrect: false
2626
explanation: "Incorrect. Conditional access is a tool to help implement Zero Trust within your identity solutions using Microsoft Entra ID."
@@ -40,10 +40,10 @@ quiz:
4040
explanation: "Incorrect. Microsoft Entra ID is an example of a centralized identity system."
4141
- content: "What is claims-based authentication?"
4242
choices:
43-
- content: "When a user signs in, Microsoft Entra ID creates and sends an ID token that contains a set of claims about the user."
43+
- content: "When a user signs in, Microsoft Entra ID creates and sends an Access token that contains a set of claims about the user."
4444
isCorrect: true
45-
explanation: "Correct. A Jason web token is used to establish a user's identity and the services they want to access."
46-
- content: "When a user doesn't need to sign in, but sends a claim directly to a cloud resource to access it. The claim is in the form of a Jason Web Token, and provides the user sign-in information."
45+
explanation: "Correct. A JSON web token is used to establish a user's identity and the services they want to access."
46+
- content: "When a user doesn't need to sign in, but sends a claim directly to a cloud resource to access it. The claim is in the form of a JSON Web Token, and provides the user sign-in information."
4747
isCorrect: false
4848
explanation: "Incorrect. Claims-based authentication issues the token after the user is verified."
4949
- content: "When a user signs in, Microsoft Entra ID writes every access privilege the user has into a token and shares it with each application."

learn-pr/wwl-azure/microsoft-defender-cloud-threat-protection/includes/14-collect-data-with-azure-monitor-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The Basic page includes basic information about the DCR.
5555
5656
## Add resources
5757

58-
The Resources page allows you to add VMs to be associated with the DCR. Select + Add resources to select resources. The Azure Monitor agent will automatically be installed on any resources that don't already have it, and a [data collection rule association (DCRA)](/azure/azure-monitor/essentials/data-collection-rule-overview#data-collection-rule-associations-dcra) is created between the machine and the agent.
58+
The Resources page allows you to add VMs to be associated with the DCR. Select + Add resources to select resources. The Azure Monitor agent will automatically be installed on any resources that don't already have it, and a [data collection rule association (DCRA)](/azure/azure-monitor/essentials/data-collection-rule-overview#data-collection-rule-associations-dcra) is created between the machine and the DCR.
5959

6060
> [!IMPORTANT]
6161
> The portal enables system-assigned managed identity on the target resources, along with existing user-assigned identities, if there are any. For existing applications, unless you specify the user-assigned identity in the request, the machine defaults to using system-assigned identity instead.

0 commit comments

Comments
 (0)