Skip to content

Instantly share code, notes, and snippets.

@nikneem
Created February 28, 2020 16:51
Show Gist options
  • Save nikneem/afdeeb0b53db38df616e66abe0e9d892 to your computer and use it in GitHub Desktop.
Save nikneem/afdeeb0b53db38df616e66abe0e9d892 to your computer and use it in GitHub Desktop.
"parameters": {
"product_prefix": {
"defaultValue": "hellowrld",
"type": "String"
},
"storage_account_name": {
"defaultValue": "storage",
"type": "String"
},
"functions_app_name": {
"defaultValue": "functions",
"type": "String"
},
"app_service_plan_name": {
"defaultValue": "serviceplan",
"type": "String"
},
"application_insights_name": {
"defaultValue": "insights",
"type": "String"
},
"keyvault_name": {
"defaultValue": "keyvault",
"type": "String"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment