Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

pzomboid.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

Bicep Template for Running a Project Zomboid Server in Azure Container Instances

Start/Create

az group create --name game-servers --location centralus
az deployment group create --resource-group game-servers --template-file ./pzomboid.bicep --parameters location=centralus gameName=freeplay adminPassword=setMe