Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Separate resource group for DNS zones is not created by pipelines #140

Open
SvenAelterman opened this issue Aug 23, 2024 · 1 comment
Assignees
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

Comments

@SvenAelterman
Copy link

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

  1. Create Az DevOps/Bicep code using the Accelerator, version 3.0.1
  2. In hubNetworking.parameters.all.json, add the parPrivateDnsZonesResourceGroup parameter and set it to a valid resource group name that's different from the "main" connectivity resource group name.
  3. Execute the pipeline.
@oZakari
Copy link
Contributor

oZakari commented Aug 26, 2024

Hi @SvenAelterman, thanks for submitting, we will be working on incorporating for the refactor with AVM modules which is anticipated to be released towards December.

@oZakari oZakari self-assigned this Aug 26, 2024
@oZakari oZakari added 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 labels Aug 26, 2024
@jaredfholgate jaredfholgate added Type: Bug 🪲 Something isn't working and removed bug Something isn't working labels Sep 3, 2024
@oZakari oZakari added Type: Feature Request ➕ New feature or request and removed Type: Bug 🪲 Something isn't working labels Oct 23, 2024
@oZakari oZakari changed the title Bicep: Separate resource group for DNS zones is not created by pipelines Feature: Separate resource group for DNS zones is not created by pipelines Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Development

No branches or pull requests

3 participants