How to configure
Hi,
Azure CLI is needed and it should be in the same location as fleeting-plugin-azure
.
Then az login
should be made and the basic config work. This step should be in prerequisite for Azure.
Also, I have a question about scaling. In my gitlab-runner
config I have idle_count
set to 0 but it always recreates one instance. Is there any possibility of scaling instances to 0?
It is a waste of resources and money to keep in idle 1 instance.
Using Azure Virtual machine scale set
and scale to 0 causes that gitlab-runner scale to 1.
Edited by mrsolaire