Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
polichtm authored Feb 22, 2021
1 parent feddeb2 commit c8a1f7f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Allfiles/Labs/04/az104-04-vms-loop-parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$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"
},
"adminPassword": {
"value": "Pa55w.rd1234"
}
}
}

0 comments on commit c8a1f7f

Please sign in to comment.