Azure / ALZ-PowerShell-Module

The Azure Landing Zones Accelerators PowerShell module
https://www.powershellgallery.com/packages/ALZ/
MIT License
79 stars 39 forks source link

Bug: Pipeline failure at What If stage #254

Open astallabrass opened 7 hours ago

astallabrass commented 7 hours ago

Is there an existing issue for this?

Infrastructure as Code Type? (Required)

bicep

PowerShell Module Version (Optional)

No response

Bootstrap Module Version (Optional)

No response

Starter Module? (Required)

bicep - complete

Starter Module Version (Optional)

No response

Input arguments of the ALZ-PowerShell-Module (Optional)

No response

Debug Output/Panic Output (Optional)

Expected Behaviour (Required)

Looking to deploy the new version of the ALZ structure that has no custom configuration at this time, as focussed on seeing how the deployment pans out.

Actual Behaviour (Required)

When executing the "01 Azure Landing Zones Continuous Integration" pipeline, the job is failing at point of Whatif Deploy with Bicep. The Hub (Hub-and-Spoke) Multi-Region Deployment job indicates that it can't find the resource group "rg-alz-connectivity" in the connectivity subscription. It retries 10 times before failing the job completely.

Given this is running in WhatIf mode, should it be failing at this stage given nothing is deployed as yet?

Steps to Reproduce (Optional)

No response

Important Factoids (Optional)

I have attempted to create the resource group manually but still it is failing.

First time performing this deployment so appreciate that we may have missed something here as would've expected to see this in an already raised issue. Or whether its solely down to the multi-region deployment that differs to the single.

References (Optional)

No response

jaredfholgate commented 6 hours ago

@oZakari and @sebassem Is this something you can check? Thanks