Generic Error After Upgrading Orchestrator Using ARM Template

How to resolve the Generic error received, post upgrading Orchestrator using ARM template ?

If after upgrading Orchestrator using the ARM template from here , a generic error is displayed when loading the site, then the old UiPath.Web file should be removed.

To remove the UiPath.Web file:

  1. Go to the Azure App Service > Advanced Tools > Go. A redirection occurs to the “Kudu” Console:
  1. Once on the Kudu Console > go to Debug Console > CMD > site > wwwroot > bin. The CMD Console can be checked to be sure in regards the path:
  1. In the CMD console paste and run the following command: rm UiPath.Web*
  2. Finally, restart the WebApp and the site should load properly.