Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jtucker/valheim-aci
- Owner: jtucker
- Created: 2021-02-21T22:33:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T21:00:27.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T00:25:38.952Z (almost 2 years ago)
- Topics: azure, container, valheim
- Homepage:
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 eastus2az deployment group create --resource-group "" `
--template-file .\azuredeploy.json `
--parameters `@azuredeploy.parameters.json `
--parameters valheimServerPassword yourSuperSecretPassword```