Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1015 Bytes

File metadata and controls

15 lines (12 loc) · 1015 Bytes

Farmer deployment of a Minecraft server to Azure Containers

Description

This is a Farmer library deployment of a itzg/minecraft-server docker image to Azure Container Services

Preparations

  1. Get an Azure Account
  2. Get your tenant id and subscription id (here is a guide)
  3. Change the variables in Settings.fs
  4. Make sure you have the latest dotnet core and azure cli installed

How to deploy

  1. Login to your temant with az login -t _tenant id_
  2. Set your account with az account set --subscription _subscription id_
  3. Deploy the resources with dotnet run