Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
SQL Azure ("SQL Database") has special transient errors that it invokes for rate limiting whenever it feels like. Azure docs are very clear that your will have failures if your data layer does not have a retry policy on all queries.
Does DNN handle SQL Azure transient errors in a graceful manner, without returning an error to the user?