Forum Discussion
azure batch disk full
Hi
I have application running which use Azure batch and due to need, we allocated dedicated VMs for processing. But this stores data on disk and periodically it goes to unusable state due to disk full.
We have to manually recycle VM.
I want to provide solution to issue , can someone guide me one solution I am thinking, to look for event when VM move to this state and that that automatically recycle this VM and assign new one. But not sure how I can do it, is there any suggestion?.
Other option to set time to leave for this data, so periodically it will remove, as after every process data coped to blob storage and we do not need it. But do not see where this option can set ?
Is there any quick solution to this problem? as soon application will scale bigger and manual thing will not sustainable.