Sharing is caring

This year, we have two teams coming from Point Taken (yuhuuuu!). Of course, we colaborated and shared information openly along those parts of our solutions that work well together.

That was a great excuse for creating some automation along our deployment processes! So we ended up creating common Minecraft server in Azure with IAC and scripts!

  1. Automatising the deployment of Azure resources

    We developed some biceps code that deploys the following resources:
    • Virtual Machine for hosting the Minecraft server.
    • Keyvault for storing our Azure Function’s secrets.
    • Azure Function for our integration logic between Dataverse –> Minecraft

2. Scripts for turning On/Off our server and deploying changes on the Minecraft Plugin

Those are all the scripts we use for administration taks so far. We can install the server, handle it, and deploy Azure Functions and Minecraft Plugins!

Automation is really fun and nice when it gets into place! We are very happy we started spending some time on that.