Skip to content

Instantly share code, notes, and snippets.

@pacodelacruz
Last active October 10, 2017 10:48
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 pacodelacruz/faf200bb202341b0a2a30becebd9b8b3 to your computer and use it in GitHub Desktop.
Save pacodelacruz/faf200bb202341b0a2a30becebd9b8b3 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": {
"logicAppName": {
"value": "{logicAppName}"
},
"servicebus_1_Connection_DisplayName": {
"value": "{displayName}"
},
"servicebus_1_connectionString": {
"value": "Endpoint=sb://{namespace}.servicebus.windows.net/;SharedAccessKeyName={keyName};SharedAccessKey={key}"
},
"endpointPassword-armparam": {
"value": "{password}"
},
"endpointUrl-armparam": {
"value": "{url}"
},
"environmentCode": {
"value": "{environmentCode}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment