Valhiem Server on Azure

Deploy To Azure

Light weight, docker-based Valhiem server running on azure. Based on mbround18's valheim-docker image. This deployment automatically configures the server, saves, and backups to be stored on volumes mounted to an azure file share.

To deploy using the az cli:

    az deployment group create -g group_name -f .\valheim_template.json -p "@parameters.json"

or without a password prompt:

    az deployment group create -g group_name -f .\valheim_template.json -p "@parameters.json" -p "serverPassword=aStrongPassword"