Using a template file exported from Azure portal, getting an error of invalid size for a topic resource
``` {
"comments": "Generalized from resource: '/subscriptions/26b771e4-52ff-4d34-ab73-8606e48876a7/resourcegroups/charon-services-work/providers/Microsoft.ServiceBus/namespaces/charon-bus/topics/subscriptioncreatedfailures'.",
"type": "Microsoft.ServiceBus/namespaces/topics",
"name": "[parameters('topics_subscriptioncreatedfailures_name')]",
"apiVersion": "2015-08-01",
"location": "South Central US",
"properties": {
"defaultMessageTimeToLive": "14.00:00:00",
"maxSizeInMegabytes": 16384,
"requiresDuplicateDetection": false,
"enableBatchedOperations": true,
"sizeInBytes": 11986,
"filteringMessagesBeforePublishing": false,
"isAnonymousAccessible": false,
"status": "Active",
"createdAt": "2016-11-21T14:04:35.527Z",
"updatedAt": "2016-11-21T14:04:37.917Z",
"accessedAt": "2016-12-06T17:37:54.41Z",
"supportOrdering": false,
"countDetails": {
"activeMessageCount": 0,
"deadLetterMessageCount": 0,
"scheduledMessageCount": 0,
"transferMessageCount": 0,
"transferDeadLetterMessageCount": 0
},
"subscriptionCount": 1,
"autoDeleteOnIdle": "10675199.02:48:05.4775807",
"enablePartitioning": true,
"isExpress": false,
"enableSubscriptionPartitioning": false,
"enableExpress": false
},
"resources": [],
"dependsOn": [
"[resourceId('Microsoft.ServiceBus/namespaces', parameters('namespaces_charon_bus_name'))]"
]
}
]```