A deployment to your Azure Web App is failing, and the app won’t start. You need to inspect running processes, view environment variables, and obtain the generated deployment script that App Service would use for your runtime stack, all from the platform tools. Which Kudu actions should you use?
Choose an answer
Tap an option to check your answer.
Correct answer: Open the Kudu Process Explorer to inspect the running process tree and command lines., Open the Kudu Environment page to review all environment variables and app settings effective at runtime., Use Kudu’s Tools > Download deployment script to generate and download the deployment script for your stack and deployment method..
Why this is the answer
The Kudu Process Explorer directly shows running processes, their command lines, and resource usage, which is crucial for diagnosing why an app isn't starting. The Kudu Environment page provides a comprehensive view of all environment variables and app settings, essential for verifying configuration issues. Kudu's "Download deployment script" tool generates the exact script App Service uses for deployment, allowing you to inspect the build and deployment steps for errors. The App Service Configuration blade exports ARM templates, not deployment scripts, and doesn't directly show running processes or environment variables. The Kudu Debug console can be used to run commands, but iisreset is for IIS-based apps and doesn't directly help in viewing environment variables or deployment scripts; you'd use other Kudu tools for those specific tasks.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed