Uploading packages\files larger than 30mb to UiPath Orchestrator (hosted as Azure Webapp)

How to upload package\file more than 30MB to UiPath Orchestrator hosted as Azure Webapp?

Issue Description:
Attempting to upload a file larger than 28.6MB to Azure Web Apps can result in an error as seen below:




Resolution:

  1. Open Azure Portal.
  2. Select the webapp on which UiPath Orchestrator is hosted. Click on "App Service Editor" and then click "Go":
image.png
  1. A new window will open, look for file "web.config" and click on that to edit/make changes.
  2. Edit Web.config file to Add the request limit maxallowedcontent length - based on the maximum size of the file to be uploaded.