You need to ensure that authentication events are triggered and processed according to the authentication events policy. What should you do?
A.
Ensure that signout events have a subject prefix. Create an Azure Event Grid subscription that uses the subjectBeginsWith filter.
B.
Create a new Azure Event Grid topic and add a subscription for the events.
C.
Create a new Azure Event Grid subscription for all authentication that delivers messages to an Azure Event Hub. Use the subscription to process signout events.
D.
Create separate Azure Event Grid topics and subscriptions for sign-in and sign-out events.
Suggested Answer:A🗳️
Scenario: Authentication events are used to monitor users signing in and signing out. All authentication events must be processed by Policy service. Sign outs must be processed as quickly as possible. References: https://docs.microsoft.com/en-us/azure/event-grid/subscription-creation-schema Connect to and Consume Azure Services and Third-party Services
D is incorrect: sign in/out events can be grouped into 1 category (e.g authentication). Thus, only 1 subscription is enough. Even, if those events are grouped into different categories, for such small solutions, you might prefer to send all events to a single topic. Event subscribers can filter for the event types they want.
C is incorrect. Don't need to use Event Hub.
B is incorrect. App Service is producer for sign in/out events and this supports for built-in system topic. You don't need to create custom topic (https://docs.microsoft.com/en-us/azure/event-grid/system-topics)
A is correct for sure.
As per the question statement " The application reacts to events from Azure Event Grid and performs policy actions based on those events." So if I understood the question correctly, here Azure App Service is not the producer of events, rather it the consumer.
The same question is asked as is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
In the serie, A y D are true, and B y C are false.
Probably, D is more efficient (you dont have to apply any filter), but you need two subscription
Additional Info: See discussion notes question #3 in the following two links:
https://www.examtopics.com/exams/microsoft/az-202/view/14/
https://www.examtopics.com/exams/microsoft/az-203/view/26/
Based on the discussions it looks like the correct answer is D.
This section is not available anymore. Please use the main Exam Page.AZ-203 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
nutties93
Highly Voted 5 years agochaudh
Highly Voted 4 years, 11 months agoMiniLa92
1 year, 7 months agoElecktrus
Most Recent 4 years, 9 months agoRaevex
4 years, 11 months agoCornholioz
4 years, 6 months agosaeza100
5 years agoKashu
5 years ago