Virtual machine maintenance - full disc

Hi! We have some VMs on Azure Cloud, and their disc are getting full.
Do UiPath have any recommendations for VM maintenance, disc clean up, delete logs etc.?

UiPath stores both process versions and package dependencies locally, which accumulate over time (C:Windows\Users<User>.nuget).
Also Windows update files (Windows/Installer, Windows/Program Files) takes space.

We’re on Orchestrator Cloud, with robots v. 23.10

We’re using TreeSize to locate folders with the largest size.
We’re also thinking about using Elastic Robot Orchestration with Manually Created Machines. So the problem with disc size will remain.

@Ferdinand

One way thatw e followed is to use centealized .nuget folder..we can change the settings to enable it..that makes sure the nuget is not downloaded per user and commonly used

Also a cleanup when major updates happen is recommended that is to delete the folder so that new and only relavant packages are present

Cheers