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