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

Public IP SKU does not support multi zone #800

Open
2 tasks done
jaredfholgate opened this issue Jun 28, 2024 · 5 comments
Open
2 tasks done

Public IP SKU does not support multi zone #800

jaredfholgate opened this issue Jun 28, 2024 · 5 comments
Assignees
Labels
Area: Networking 🌐 Issues / PR's related to Networking Type: Bug 🪲 Something isn't working

Comments

@jaredfholgate
Copy link
Member

jaredfholgate commented Jun 28, 2024

What happened? Provide a clear and concise description of the bug, including deployment details.

Ran the accelerator with a multi-zone in UK South and with hub networking option selected. The public IP creation fails due to the the SKU.

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

xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

What was the expected outcome?

It works. :)

Relevant log output

| 'Hub-(Hub-and-Spoke)-Deployment-20240628T1606360764Z' failed with
     | error(s). Showing 1 out of 1 error(s). Status Message: Standard Public
     | IPs associated with VPN gateways with non-AZ VPN skus cannot have zones
     | configured. (Code:
     | RegionalVmssVpnGatewayPublicIpsMustNotHaveZonesConfigured)  
     | CorrelationId: 3fdbface-91db-469f-8d5e-138d32c7b02e

Check previous GitHub issues

  • I have searched the issues for this item and found no duplicate

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jaredfholgate jaredfholgate changed the title [PLACEHOLDER] - Place a descriptive title here Public IP SKU does not support multi zone Jun 28, 2024
@oZakari oZakari added the Area: Networking 🌐 Issues / PR's related to Networking label Jun 29, 2024
@cloudchristoph
Copy link
Contributor

Just out of curiosity @jaredfholgate:
Did you also choose a VPN gateway SKU that is zone redundant? Something like VpnGw2AZ?
The error message says that the public IPs are zone-configured, but the gateway is not.

@jaredfholgate
Copy link
Member Author

@cloudchristoph I am just running the Bicep accelerator with the default parameters. I am in the process of automating the accelerator to bring in line with Terraform and I saw this issue, so reported here. @oZakari is aware.

The issue only materialised when I added the multi-zone support back in and deployed in uksouth.

I am guessing the parameters for VPN Gateway SKU need updating for the accelerator?

@jaredfholgate
Copy link
Member Author

@jaredfholgate
Copy link
Member Author

@oZakari I found some other parameter files for vwan and hub that have zone redundant configuration. I will target those ones in the new version of the accelerator instead. I'm not sure whether this issue impacts the current version, but I think it probably does since it doesn't appear to target the zone redundant parameters. I guess if no one is complaining about it, we can close this issue anyway as I believe I am unblocked now.

These are the parameter files:

@oZakari oZakari reopened this Jul 8, 2024
@oZakari
Copy link
Contributor

oZakari commented Jul 8, 2024

Reopening as I'll fix the existing Accelerator to include the correct sku in hub networking module by default.

@oZakari oZakari self-assigned this Jul 8, 2024
@oZakari oZakari added Type: Bug 🪲 Something isn't working and removed bug labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Networking 🌐 Issues / PR's related to Networking Type: Bug 🪲 Something isn't working
Development

No branches or pull requests

3 participants