Update and rename delete.md to az104=06-vms-loop-parameters.json

This commit is contained in:
staleycyn 2023-12-16 06:45:23 -08:00 committed by GitHub
parent 1e60da6d1a
commit d1f9c22102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmSize": {
"value": "Standard_D2s_v3"
},
"adminUsername": {
"value": "Student"
}
}
}

View File

@ -1 +0,0 @@