Can Azure Reuse Deleted VMs in Scale Sets?

0
1
Asked By SunnyDaze42 On

Hey everyone! I'm curious about something I've been experiencing with our VM Scale Set. Occasionally, when we create a new VM from the scale set after deleting old ones, it seems like we receive a VM that was just deleted, rather than a brand-new instance. Is this a common occurrence? Could Azure be reusing resources as part of some optimization process? Thanks for your insights!

1 Answer

Answered By TechGuru88 On

Yeah, it definitely can be confusing! When you delete a VM, Microsoft doesn’t physically remove the hardware right away. Instead, it gets deallocated and may be provisioned for another customer later. So, it’s possible you’re getting a previously used VM instance that's been reset for you.

DataWhiz99 -

I see your point, but to clarify, deallocation and deletion are different. Deleting means removing the VM configuration, while deallocation lets Azure reuse the host resources. You shouldn’t be receiving someone else’s VM – your data is only yours. It's the temporary storage that could have shared access, but that’s wiped clean between uses.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.