Skip to content

Commit 954f83b

Browse files
committed
self-hosted runners: mark associated network resources for deletion
The network interface and the public IP do not need to exist without the VM. Therefore, let's let them be deleted when the VM is deleted. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent fccd014 commit 954f83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-self-hosted-runners/azure-arm-template-example-parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"value": "Standard"
4848
},
4949
"pipDeleteOption": {
50-
"value": "Detach"
50+
"value": "Delete"
5151
},
5252
"osDiskType": {
5353
"value": "Premium_LRS"
@@ -56,7 +56,7 @@
5656
"value": "Delete"
5757
},
5858
"nicDeleteOption": {
59-
"value": "Detach"
59+
"value": "Delete"
6060
},
6161
"patchMode": {
6262
"value": "AutomaticByOS"

0 commit comments

Comments
 (0)