Skip to content

Commit 51d7c7a

Browse files
committed
SE Bug 158600
1 parent 794269c commit 51d7c7a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

learn-pr/wwl-azure/implement-azure-app-configuration/6-knowledge-check.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ quiz:
2323
explanation: "Correct. Labels in Azure App Configuration are used to create variants of a key and differentiate key-values with the same key."
2424
- content: "Labels are used to encrypt key-values in App Configuration."
2525
isCorrect: false
26-
explanation: "Incorrect. Labels do not provide encryption. They are used to differentiate key-values with the same key."
26+
explanation: "Incorrect. Labels don't provide encryption. They're used to differentiate key-values with the same key."
2727
- content: "Labels are used to limit the size of key-values in App Configuration."
2828
isCorrect: false
29-
explanation: "Incorrect. Labels do not limit the size of key-values. They are used to differentiate key-values with the same key."
29+
explanation: "Incorrect. Labels don't limit the size of key-values. They're used to differentiate key-values with the same key."
3030
- content: "What is the role of a feature manager in managing application features?"
3131
choices:
3232
- content: "A feature manager is a rule for evaluating the state of a feature flag."
@@ -38,14 +38,14 @@ quiz:
3838
- content: "A feature manager is an application package that handles the lifecycle of all the feature flags in an application."
3939
isCorrect: true
4040
explanation: "Correct. A feature manager provides extra functionality, such as caching feature flags and updating their states."
41-
- content: "What is the purpose of using customer-managed keys in Azure App Configuration?"
41+
- content: "In a Key Vault access policy, which key permissions must you grant to the Azure App Configuration managed identity to enable customer-managed keys?"
4242
choices:
43-
- content: "To enable authentication with Microsoft Entra ID"
43+
- content: "GET, WRAP, and UNWRAP permissions on the Key Vault key"
44+
isCorrect: true
45+
explanation: "Correct. App Configuration uses its managed identity to access the Key Vault key and wrap/unwrap the store’s encryption key."
46+
- content: "GET and LIST permissions on Key Vault secrets"
4447
isCorrect: false
45-
explanation: "Incorrect. While a managed identity is used for authentication, it's not the primary purpose of customer-managed keys."
46-
- content: "To permanently store the unwrapped encryption key"
48+
explanation: "Incorrect. Customer-managed keys use a Key Vault key (not secrets) and require wrap/unwrap operations."
49+
- content: "CREATE and DELETE permissions on the Key Vault key"
4750
isCorrect: false
48-
explanation: "Incorrect. The unwrapped encryption key is cached within App Configuration for one hour, not stored permanently."
49-
- content: "To encrypt sensitive information at rest"
50-
isCorrect: true
51-
explanation: "Correct. Customer-managed keys are used to encrypt sensitive information in key-value pairs at rest."
51+
explanation: "Incorrect. App Configuration doesn’t need to create or delete the key; it needs to wrap and unwrap with an existing key."

0 commit comments

Comments
 (0)