Skip to content

Instantly share code, notes, and snippets.

@prombouts
Created September 11, 2017 20:40
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 prombouts/eab9aa4963a09df052718cb3dd62716a to your computer and use it in GitHub Desktop.
Save prombouts/eab9aa4963a09df052718cb3dd62716a to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"configurationParameters": {
"value": {
"logicAppSkuName": "Standard",
"logicAppOneName": "LogicAppOne",
"logicAppTwoName": "LogicAppTwo"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment