Prerequisites
- Credentials to authenticate in Azure portal with admin rights for Appspace SharePoint Intranet installed subscription. You can use same credentials used for installation.
- FTP Client like FileZilla. You can download from https://filezilla-project.org/
Process
- Login https://portal.azure.com with admin credentials
- Under App Services open beezy app service
- 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
- publishUrl: host to connect
- 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” />
Was this article helpful?