Last active
September 20, 2017 11:45
-
-
Save jacqinthebox/2f235cf7c1f2825e323931009288c067 to your computer and use it in GitHub Desktop.
Well formatted json #json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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