My team is working to migrate from running tasks in a Cloud Service to web jobs on an App Service. Two of our tasks require registering a COM dll. As part of the run.bat script for the two web jobs we are first calling regsvr32.exe before starting the task. However, the command fails with access denied. Is there a way to register COM dlls in an app service? Do we need to somehow elevate permissions before running the command?