Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created July 26, 2022 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/c4a82dbb580dad48d06d4694fa8d79f2 to your computer and use it in GitHub Desktop.
Save johnlokerse/c4a82dbb580dad48d06d4694fa8d79f2 to your computer and use it in GitHub Desktop.
Blog Generate Bicep parameters
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"parVmName": {
"value": ""
},
"parLocation": {
"value": ""
},
"parComputerName": {
"value": ""
},
"parAdminUserName": {
"value": ""
},
"parAdminPassword": {
"value": ""
},
"parDiskSizeInGb": {
"value": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment