I'm building a service which connects to the MQTT broker service in Azure Event Grid.
It was connecting ok, but now I've started getting a QuotaExceeded response/exception when I try to connect a client for publishing. (I'm using MQTTNet, using Entra JWT authentication)
Nobody else is using it and the usage so far is minimal:
I tried increasing the the throughput units, but that changed nothing.
I've checked the quota limits outlined here and fail to see how I could be exceeding any of them.
Although I don't understand the cause of the issue, changing the client id / user served as a workaround