Feature: Separate resource group for DNS zones is not created by pipelines #140
Labels
Area: Bicep Accelerator ⚡
Issues / PR's related to Bicep Accelerator
Status: Long Term ⌛
We will do it, but will take a longer amount of time due to complexity/priorities
Type: Feature Request ➕
New feature or request
Expected Behavior
It should be possible to specify the
parPrivateDnsZonesResourceGroup
parameter on the hub networking module and have the resource group created by the pipelines without further manual configuration.Current Behavior
Hub networking module deployment fails because the resource group does not exist.
Possible Solution
Add an additional step in the pipelines to execute the connectivity resource group step again, with the different parameter value, to create the resource group.
Steps to Reproduce
parPrivateDnsZonesResourceGroup
parameter and set it to a valid resource group name that's different from the "main" connectivity resource group name.The text was updated successfully, but these errors were encountered: