90DaysOfDevOps/2022/zh_tw/Days/Cloud/02TrafficManagement/Mod06_90DaysOfDevOps-vms-loop-parameters.json

15 lines
374 B
JSON
Raw Normal View History

2022-10-23 23:38:19 +07:00
{
"$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"
}
}
}