Access logs from Azure in Appspace Intranet cloud installations

Share on print
Share on facebook
Share on linkedin
Share on whatsapp
Share on email

Prerequisites

  • Credentials to authenticate in Azure portal with admin rights for Appspace Intranet installed subscription. You can use same credentials used for installation.
  • FTP Client like FileZilla. You can download from https://filezilla-project.org/

Process

  • Download publish profile

  • Use downloaded public profile values to connect with FTP client to azure app service:
    • publishUrl: host to connect 
    • userName: ftp username 
    • userPWD: ftp password 
  • Once connected to the ftp go to /site/wwwroot and you can download Beezy.log

* /sites/wwwroot is the default location for logs, this is configurable and can be configured in log4net.config file / <param name=”File” value=”newlocationBeezy.log” />

Related Articles