We have some Azure web sites/APIs and web jobs that are using the log4net App Insights appender to push our log4net diagnostic logs into to Azure app insights. We want to be notified when errors occur so we don't have to go looking for errors or wait for user error reports. Is there built in functionality in App Insights to be notified? Or should we build a web job to poll somehow and send us alerts?