fortinet/azure-templates

Can't Deploy the Active Passive SDN

desmphil opened this issue · 2 comments

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.",

I also get theses messages
{
"status": "Failed",
"error": {
"code": "StandardSkuPublicIPAddressesMustBeStatic",
"message": "Standard sku publicIp FGTBMgmtPublicIP must have AllocationMethod set to Static.",
"details": []
}
}

Hi,

For Availability Zones all public IPs will need to be standard SKU. I think these errors are related to this.

Regards,

Joeri