Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 1.11 KB

File metadata and controls

12 lines (7 loc) · 1.11 KB

Session Based Multiplayer

Architecture Session based Multiplayer

The ARM template to deploy this architecture in Azure includes the following components:

  • Virtual Network with two subnets, one subnet dedicated for Master servers and second subnet dedicated for Game servers.
  • Virtual Machines Scale Set (VMSS) for Master servers. Base image for VMs is Ubuntu. The load balancer configured with one NAT rule to allow access to SSH for each VM and one Load balancing rule on port 80 to load balance between VMs.
  • Virtual Machines Scale Set (VMSS) for Game servers. Base image for VMs is Ubuntu. The load balancer configured with two NAT rules, one NAT rule to allow access to SSH to each VM and second NAT rule on backend port 80 on each VM to allow access to a specific VM.