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…
Question
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)- A4% (1)
- B79% (19)
- C4% (1)
- F13% (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
Community Discussion
No community discussion yet for this question.