Tuesday, June 24, 2025

Azure: Web App Viewing Deployed Files

I have a web app that needs to invoke an executable. Said executable is missing. So in Azure I must:

1. Open portal.azure.com
2. Navigate to the specific Web App
3. For Web App, use the left menu and select Development Tools | Advanced Tools | Go


4. If warned that you are leaving portal.azure.com, select Continue.

This opens the Kudu site at:

https://<your-app-name>.scm.azurewebsites.net/

Kudu is an advanced deployment and management engine behind Azure App Services, which also covers Web Apps.

From the menu select Debug Console and pick your favorite console: CMD or PowerShell




Under Linux navigate to:

site/wwwroot/

Under Windows navigate to:

C:\home\site\wwwroot