nerdexam
Microsoft

AZ-204 · Question #460

You develop and deploy a web app to Azure App Service. The Azure App Service uses a Basic plan in a region. Users report that the web app is responding must capture the complete call stack to help…

The correct answer is B. Enable Profiler. D. Enable Snapshot debugger. E. Enable remote debugging. Gotta enable App Insights. Always On can solve the performance issues. Profiler can help find performance issues. You can eliminate Premium upgrade because it says minimize costs, snapshot debugger is for debugging exceptions and has nothing to do with performance issues…

Submitted by tarun92· Mar 30, 2026Monitor, troubleshoot, and optimize Azure solutions

Question

You develop and deploy a web app to Azure App Service. The Azure App Service uses a Basic plan in a region. Users report that the web app is responding must capture the complete call stack to help performance issues in code. Call stack data must be correlated across app instances. You must minimize cost and impact to users on the web app. You need to capture the telemetry. Which three actions should you perform? Each answer presents part of the solution. NOTE: Each correct selection is worth point

Options

  • AEnable Application Insights site extensions.
  • BEnable Profiler.
  • CRestart all apps in the App Service plan.
  • DEnable Snapshot debugger.
  • EEnable remote debugging.
  • FEnable the Always On setting for the app service.
  • GUpgrade the Azure App Service plan to Premium

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    79% (19)
  • C
    4% (1)
  • F
    13% (3)

Explanation

Gotta enable App Insights. Always On can solve the performance issues. Profiler can help find performance issues. You can eliminate Premium upgrade because it says minimize costs, snapshot debugger is for debugging exceptions and has nothing to do with performance issues, restarting app impacts users and it says minimize impact.

Topics

#Application Insights#Profiler#Snapshot Debugger#performance monitoring

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice