Microsoft Azure Developer Associate AZ-204 Practice Question

Your ASP.NET Core API is already instrumented with the Application Insights .NET SDK. When an upstream service responds with HTTP 429, you want to record a diagnostic entry that is stored as a trace with severity Warning and that carries a custom dimension named RetryAfterSeconds. Which code snippet accomplishes this without any additional configuration changes?

  • telemetryClient.TrackEvent("Service throttling", new Dictionary<string,string> { { "RetryAfterSeconds", retryAfterSeconds.ToString() } }, null);

  • telemetryClient.TrackTrace("Service throttling", SeverityLevel.Warning, new Dictionary<string,string> { { "RetryAfterSeconds", retryAfterSeconds.ToString() } });

  • telemetryClient.TrackTrace("Service throttling", TraceSeverity.Warning, new Dictionary<string,string> { { "RetryAfterSeconds", retryAfterSeconds.ToString() } });

  • telemetryClient.TrackTrace("Service throttling", new Dictionary<string,string> { { "RetryAfterSeconds", retryAfterSeconds.ToString() } }, SeverityLevel.Warning);

Microsoft Azure Developer Associate AZ-204
Monitor and troubleshoot Azure solutions
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot