jacqinthebox
9/20/2017 - 6:35 AM

Well formatted json #json

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"
        }
      ]
    }
}