Use Event Log (Write in Event Viewer) in Azure
I think the correct solution is to connect your app to application insights using one of the methods described here. For the short term, to get mine working I had to remove the call to CreateEventSource()
and write to an existing log since my app doesn't have permission to create a new log on the app service host.