Hello again, fellow judges!
This badge will contain almost the same content as Sharing is caring, as we precisely shared our whole solution deployment with our “sister team”.
To automatice our entire solution setup we have two different parts
- Automatising the deployment of Azure resources
We developed biceps code for automatically deploying to Azure the following resources:
1. Virtual machine for hosting the Minecraft server.
2. Keyvault for storing our Azure Function’s secrets.
3. Azure Function for our integration logic between Dataverse –> Minecraft

- 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 = fun! (when it works). We are very happy with the return in value of the time we spent to automate our solution deployment.