Reputation: 732
I have a ARM template for EventHub and i set "kafkaEnabled" property to false, bo Kaffka is always turned on. Why is that?
"resources": [
...
"properties": {
"kafkaEnabled": false
}
]
Complete template available here
Upvotes: 0
Views: 47
Reputation: 23141
According to my test, your template has no problem. It seems that Azure backend server forces this function to be enabled and we cannot disable it. For more details, please refer to the request I catch when I deploy the template.
Upvotes: 1