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

Azure Firewall should be deployed with a management public IP to support future feature set #4202

Open
1 of 4 tasks
SvenAelterman opened this issue Dec 17, 2024 · 9 comments
Labels
bundles Creating and deploying bundles/templates story Stories are the smallest unit of work to be done for a project. terraform Pull requests that update Terraform code

Comments

@SvenAelterman
Copy link
Collaborator

SvenAelterman commented Dec 17, 2024

Description

As a TRE Administrator
I need every firewall deployment to have a management public IP
So that I can use upcoming Azure Firewall features

Acceptance criteria

  • Deployments create a AzureFirewallManagementSubnet in the core virtual network, CIDR /26
  • Create a second public IP for the firewall
  • Specify the second public IP as the management IP.
  • Provide a migration path which requires the firewall to be deallocated, additional IP assigned, and reallocated.
@SvenAelterman SvenAelterman added story Stories are the smallest unit of work to be done for a project. bundles Creating and deploying bundles/templates terraform Pull requests that update Terraform code labels Dec 17, 2024
@jonnyry
Copy link
Collaborator

jonnyry commented Dec 17, 2024

Does the Firewall Basic SKU support a management public IP? We are running our dev/test environments using the Firewall Basic SKU

@SvenAelterman
Copy link
Collaborator Author

Actually, the Basic SKU requires it. It is also currently required for forced tunneling.

@marrobi
Copy link
Member

marrobi commented Dec 17, 2024

@marrobi
Copy link
Member

marrobi commented Dec 17, 2024

@SvenAelterman what features require this?

@SvenAelterman
Copy link
Collaborator Author

@SvenAelterman what features require this?

Not sure if they're already publicly announced.

@marrobi
Copy link
Member

marrobi commented Dec 17, 2024

@SvenAelterman can you tick the first item off as already exists? And amend the issue title maybe?

@SvenAelterman
Copy link
Collaborator Author

@SvenAelterman can you tick the first item off as already exists? And amend the issue title maybe?

I should have known that, but I didn't. I wonder why the subnet already exists if it isn't used.

@SvenAelterman SvenAelterman changed the title Azure Firewall should be deployed with a management subnet and management public IP to support future feature set Azure Firewall should be deployed with a management public IP to support future feature set Dec 17, 2024
@marrobi
Copy link
Member

marrobi commented Dec 17, 2024

@SvenAelterman its needed so could use Basic SKU

@SvenAelterman
Copy link
Collaborator Author

Great, that means most of the code is already there. Just need to remove any blockers for migration of an existing deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bundles Creating and deploying bundles/templates story Stories are the smallest unit of work to be done for a project. terraform Pull requests that update Terraform code
Projects
None yet
Development

No branches or pull requests

3 participants