Azure / ALZ-Bicep

This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
MIT License
748 stars 498 forks source link

Hub Networking - Add publicIpPrefix declaration capability #817

Open birdnathan opened 1 month ago

birdnathan commented 1 month ago

Describe the feature end to end, including deployment scenario details under which the feature would occur.

Cannot currenly use Public IP addresses that are created within pubilc ip prefixes: image Capability needs added to module (Gateway, Bastion, Firewall) with relevant parameters to declare this: image

Why is this feature important. Describe why this would be important for your organization and others. Would this impact similar orgs in the same way?

Will be fairly straight forward to implement the logic to the accelerator so a quick win for others.

Please provide the correlation id associated with your error or bug.

xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Can you describe any alternatives that you have taken since this feature does not exist?

No response

Feature Implementation

No response

Check previous GitHub issues

Code of Conduct

oZakari commented 1 month ago

Hi @birdnathan, thanks for bringing this forward! Is this something you'd be interested in creating a PR for?

birdnathan commented 1 month ago

Hey @oZakari - if i get chance, i'll look into it. I just made amendments to my local files to get around this issue for now.