Closed addy1997 closed 9 months ago
Can you share what the sample code being run here is? And can you try using AMQP instead of MQTT to see if you get the same error?
Hi @timtay-microsoft ,
Thanks for replying.
after getting into the directory, when I run dotnet run
. It shows this error on Ubuntun but not on Windows.
Do you see this 403 error consistently? Or just sometimes?
Do you see this 403 error consistently? Or just sometimes?
Sometimes, but when I tried running it on Ubuntu yesterday, it didn't show up.
Can you check the Azure Portal to see if your IoT hub has been reaching its daily limit for messages allowed?
I am primarily sending these messages to the hub outside my subscription. My daily message quota shows 4,00,000 messages.
Context
Description of the issue
ON running dotnet run, I get this error (see the screenshot below)
I'll be thankful for any guidance.