Skip to content

Instantly share code, notes, and snippets.

@jacqinthebox
Last active September 20, 2017 11:45
Show Gist options
  • Save jacqinthebox/2f235cf7c1f2825e323931009288c067 to your computer and use it in GitHub Desktop.
Save jacqinthebox/2f235cf7c1f2825e323931009288c067 to your computer and use it in GitHub Desktop.
Well formatted json #json
{
"serviceBusNamespaces": {
"messaging" : [{
"suffix": "messaging",
"skuName": "Standard",
"messages": [
{
"type": "queue",
"name": "eventtrackingprocessing",
"sizeInMb": 5120
},
{
"type": "queue",
"name": "orderprocessing",
"sizeInMb": 5120
},
{
"type": "topic",
"name": "orderprocessing",
"sizeInMb": 5120
}
]
}
],
"relay" : [
{
"suffix": "relay",
"skuName" : "Standard"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment