Troubleshooting Azure VM Scheduler (AVMS) Task Issues
If your scheduled AVMS tasks aren’t running as expected, don’t worry - this guide will walk you through common issues and how to resolve them quickly.
Error 1: Proxy Authentication Required
Check the AVMS log file located at:
C:\Program Files (x86)\SMIKAR Software\AVMS\avms.log Look for entries similar to the following: 01/11/2016 11:23:46 AM Attempting to ADD-azureaccount using account 01/11/2016 11:23:46 AM Failed to ADD-azureaccount using account - error user_realm_discovery_failed: User realm discovery failed: The remote server returned an error: (407) Proxy Authentication Required.
This typically means your on-site proxy server requires authentication. The AVMS console works under your domain account (which has proxy access), but the scheduled task runs under the system account - which usually doesn’t.
To fix this:
- Open Control Panel → Task Scheduler
- Find the AVMS task, right-click, and choose Properties
- Change the user from System to a domain account with proxy permissions
Still having issues? Contact or visit our AVMS page for more resources.



