We're unable to pass the -r parameter to the create-latest-svc.sh script. This parameter allows us to assign a Runner to a Runner Group. Granted, this is an optional configuration. Could we update the Amesto Fortytwo script to support passing the Runner Group parameter? Perhaps something like this:
In this script: https://raw.githubusercontent.com/amestofortytwo/terraform-azurerm-selfhostedrunnervmss/main/scripts/script.sh
We're unable to pass the
-r
parameter to thecreate-latest-svc.sh
script. This parameter allows us to assign a Runner to a Runner Group. Granted, this is an optional configuration. Could we update the Amesto Fortytwo script to support passing the Runner Group parameter? Perhaps something like this:Original:
Updated:
Then the documentation for auto registration would be updated as well. https://docs.byfortytwo.com/Self%20Hosted%20Runners/GitHub/step2/#configure-the-vmss-to-auto-register
Original
Updated