AZ-104-MicrosoftAzureAdmini.../Allfiles/Labs/06/az104-06-vms-parameters.json

13 lines
304 B
JSON
Raw Permalink Normal View History

2024-02-23 07:20:34 -08: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": "localadmin"
}
}
}