Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: _unsorted
-
Labels:None
-
Similar Issues:
-
Released As:1.0.1
Description
We are using a Jenkins hosted in Azure.
Now we have created the first VM agents in west-europe, and reuse an existing resource group which is also linked to west-europe.
When we want to create another VM agent within another region e.g. east-us2, we are getting the following message and the VM agent will get not deployed:
_
{"code":"InvalidResourceGroupLocation","message":"Invalid resource group location 'eastus2'. The Resource group already exists in location 'westeurope'."}_
It seems that the plugin trys to create a new resource group in each region, but we want to reuse the existing resource group.
Within the Azure Portal we are able to create in our resource group (west-europe) also VMs, which are hosted in different regions e.g. east-us2.
Could you please help and support us?
How do you configure the template here? Do you choose the Using existing for Resource Group name?