I created a new Webjob that would run on a schedule and initiate an existing powershell script. After reviewing the logs it seems the script is being ran and then encounters errors where the commands are not recognized. The first command is "Select-AzureSubscription".
Does Webjobs not utilize the Azure Powershell Commands? Any thoughts how I can get this to work correctly?
Note that the script works just fine when running from a server via task scheduler.