Skip to content

Commit 1ab94e8

Browse files
authored
Merge pull request #98879 from ju-shim/vmss-faq
Added vmss lock + delete info to FAQ.
2 parents 9d93a43 + f29941e commit 1ab94e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,13 @@ For more information, see [the Microsoft Trust Center](https://www.microsoft.com
340340

341341
Yes. You can see some example MSI templates in Azure Quickstart templates for [Linux](https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-msi) and [Windows](https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-msi).
342342

343+
## Deleting
344+
345+
### Will the locks I set in place on virtual machine scale set instances be respected when deleting instances?
346+
347+
In the Azure Portal, you have the ability to delete an individual instance or bulk delete by selecting multiple instances. If you attempt to delete a single instance that has a lock in place, the lock is respected and you will not be able to delete the instance. However, if you bulk select multiple instances and any of those instances have a lock in place, the lock(s) will not be respected and all of the selected instances will be deleted.
348+
349+
In Azure CLI, you only have the ability to delete an individual instance. If you attempt to delete a single instance that has a lock in place, the lock is respected and you will not be able to delete that instance.
343350

344351
## Extensions
345352

0 commit comments

Comments
 (0)