Autoscaling support?

I have another question about autoscaling. For now I’m using Hangfire with Redis storage on Azure WebSite with autoscale. If the single server not sufficient then starts the second machine instance; on second instance Hangfire uses Redis storage with another prefix. So how can I see information about all jobs (from both of these instances) on one Dashboard?
For now I can see information about jobs that running in one of these instances and I’m not able to open Dashboard of particular instance.