AZ-204 Quiz

Application Insights

Question:

Where is the exception logged?

try { Save(); }
catch(Exception ex)
{
     var client = new TelemetryClient();
     client.TrackException(ex);
}


Report a problem
Exam revision: April 11, 2025