Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jtucker/valheim-aci

Valheim ARM deployment template
https://github.com/jtucker/valheim-aci

azure container valheim

Last synced: about 2 months ago
JSON representation

Valheim ARM deployment template

Awesome Lists containing this project

README

        

# Valheim Azure ACI Deployment

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fjtucker%2Fvalheim-aci%2Fmain%2Fazuredeploy.json)

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

``` powershell
az group create --name --location eastus2

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

```