Can't Deploy the Active Passive SDN
desmphil opened this issue · 2 comments
desmphil commented
ComputeResourceZoneConstraintDoesNotMatchPublicIPAddressZoneConstraint
-FGT-A has a zone constraint 1 but the PublicIPAddress FGTAPClusterPublicIP used by the compute resource via NetworkInterface or LoadBalancer has a different zone constraint Regional.",
desmphil commented
I also get theses messages
{
"status": "Failed",
"error": {
"code": "StandardSkuPublicIPAddressesMustBeStatic",
"message": "Standard sku publicIp FGTBMgmtPublicIP must have AllocationMethod set to Static.",
"details": []
}
}
jvhoof commented
Hi,
For Availability Zones all public IPs will need to be standard SKU. I think these errors are related to this.
Regards,
Joeri