To access deployed application files and configuration data, Azure Web Apps provides full FTP access. For browsing the needed data:
- Extract FTP credentials for the needed Sitecore XP instance:
- Go to the Azure Portal (https://portal.azure.com).
- Select a particular Web app.
- Download a file with credentials by clicking the Get publish profile button at the top of the Overview tab.
- Extract FTP credentials:
- publishUrl="ftp://host-name-here/site/wwwroot"
- userName="user-name-here"
- userPWD="password-here"
- Using any FTP client (for example, FileZilla), connect to the FTP endpoint using the extracted credentials.
After connecting to the FTP, you can browse the following:
- /LogFiles — access to various diagnostics information including the EventLog from the system running the Azure Web App.
- /site/wwwroot — deployed Sitecore application root folder, with all configs and binaries.