Skip to content

Instantly share code, notes, and snippets.

@giuleon
Created April 18, 2020 12:49
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 giuleon/00efbeed61b8cb84eb8930c005741960 to your computer and use it in GitHub Desktop.
Save giuleon/00efbeed61b8cb84eb8930c005741960 to your computer and use it in GitHub Desktop.
This is a simple ARM Template parameters for a Logic App
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workflows_PoC_CI_CD_name": {
"value": "PoC-CI-CD"
},
"LogicAppLocation": {
"value": "westeurope"
},
"connections_outlook_externalid": {
"value": "/subscriptions/3d0b8544-e3c0-42f5-bffd-7577fc2dc70e/resourceGroups/PoC/providers/Microsoft.Web/connections/outlook"
},
"secret": {
"reference": {
"keyVault": {
"id": "/subscriptions/3d0b8544-e3c0-42f5-bffd-7577fc2dc70e/resourceGroups/PoC/providers/Microsoft.KeyVault/vaults/PoC-Secrets"
},
"secretName": "key"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment