Skip to content

Instantly share code, notes, and snippets.

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 TomaszOledzki/8a887457bf1385bc584300be2386f0c7 to your computer and use it in GitHub Desktop.
Save TomaszOledzki/8a887457bf1385bc584300be2386f0c7 to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"serviceBusTopics": {
"defaultValue": [
{
"name": "topic1",
"subscriptions": [
"topic1-sub1",
"topic1-sub2"
]
},
{
"name": "topic2",
"subscriptions": [
"topic2-subAbc"
]
},
{
"name": "topicOther",
"subscriptions": [
"topicOther-subDef"
]
}
],
"type": "array"
}
},
"resources": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment