Skip to content

Commit c0302d7

Browse files
committed
Fixed bad verbiage in KC and changed which answer is correct
1 parent b3b3e24 commit c0302d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

learn-pr/wwl-azure/discover-azure-message-queue/9-knowledge-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ quiz:
5555
isCorrect: false
5656
explanation: "Incorrect. The 'QueueClient' class is not used for managing configuration files, but for interacting with queues in Azure Queue Storage."
5757
- content: "It retrieves and manipulates queues stored in Azure Queue Storage."
58-
isCorrect: true
59-
explanation: "Correct. The 'QueueClient' class is used to interact with queues in Azure Queue Storage, including creating, retrieving, and deleting queues."
60-
- content: "It creates and manage messages within a specific queue."
6158
isCorrect: false
62-
explanation: "Incorrect. While 'QueueClient' does interact with messages, it is primarily used to retrieve and manipulate queues, not individual messages."
59+
explanation: "Incorrect. The 'QueueClient' class represents a single queue. Managing multiple queues at the service level is the role of 'QueueServiceClient'."
60+
- content: "It creates and manages messages within a specific queue."
61+
isCorrect: true
62+
explanation: "Correct. The 'QueueClient' class is used to interact with a specific queue in Azure Queue Storage, including sending, receiving, peeking, and deleting messages."

0 commit comments

Comments
 (0)