@81327804 Thank you for reaching out. Before going forward, I want to stress that without access to your services logs, it will be difficult to provide a true understanding of why you are receiving these errors and what can be done. I should also stress that traditionally PaaS products have less configurability. This is changing though as some products are providing customers the ability to have more input as to when their service is upgraded or maintained.
One item that would be worth trying that would require little to no effort on your side is to consider using Azure SignalR with availability zones. You can read more about that here. Australia East should support availability zones according to the latest documentation I've read. The first item you need to verify is what tier are you running your Azure SignalR service at? Availability Zones are only provided within the premium tier and enabled by default on the premium tier. Upgrading your service to the premium tier should not cause any downtime and would benefit you with high availability and fault tolerance.
If enabling availability zones does not help to reduce the impact to your service, one option is to implement a retry mechanism on the client side to automatically reconnect to the server when the connection is dropped. This can help minimize the impact of the drops on your users.
Let me know the results of the above suggestions as there is one final item, we can look into but let's start with the above items first.