Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 589 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 589 Bytes

Valheim Azure ACI Deployment

Deploy to Azure

Or if you would like to use az cli in PowerShell:

az group create --name <resource-group> --location eastus2

az deployment group create --resource-group "<resource-group>" `
    --template-file .\azuredeploy.json `
    --parameters `@azuredeploy.parameters.json `
    --parameters valheimServerPassword yourSuperSecretPassword