Azure / deployment-stacks

Contains Deployment Stacks CLI scripts and releases
MIT License
89 stars 7 forks source link

Documentation/guidance request to cover which resource types are affected by issue #70 #131

Open shcrouch opened 11 months ago

shcrouch commented 11 months ago

I experienced the issues described in #28 for a disk attached to a VM. The delete operation failed to delete the VM disk.

I opened a support case to discuss the issue, but more importantly to understand exactly which resource types may create resources implicitly and not be deleted by a stack deletion operation. I see #70 was created to track resources but then later it was decided to open individual tickets for each discovery.

In my current engagement we use a lot of different resource types, and I just wanted to check that none would be affected by these deletion limitations before diving into a more detailed proof of concept work.

Is there a known list of affected resource types? I think it would be useful to include some documentation\guidance so users are aware of this limitation and it might also serve to reduce support cases on the same.