I read through the latest Azure deployment templates from the GitHub repo, but I didn't find my answer. With Azure no longer offering Basic SKU load-balancers and Basic SKU public IP address objects, the deployment will have to deploy the Standard SKU equivalents. I know this is a bit silly, but just to verify: For the Single gateway deployment, are the Azure templates sufficiently updated to deploy the Standard SKU objects?
Historically, the marketplace-single deployment used a Basic SKU frontend load-balancer (I've used this many times). On HA deployments, a Standard SKU was always deployed. For my historically-deployed customers, when we do new R81.20 deployments for upgrade/migrations, should I expect to see a Standard SKU frontend load-balancer now? I have Ansible templates in place already to do object moves and public-IP address object upgrades, so handling it isn't a problem; just need to know if it's there.
Looking through the latest templates, I didn't see any references for deploying the load-balancer, tho. I do see the artifacts nested-templates with various options, including said load-balancer (which, yes, does have Standard SKU only), but I didn't see where this nested template was being referenced.
Template: https://github.com/CheckPointSW/CloudGuardIaaS/blob/master/azure/templates/marketplace-single/mainTe...
VNET nested template: https://github.com/CheckPointSW/CloudGuardIaaS/blob/master/azure/templates/nestedtemplates/vnet-new....
Am I missing something? Or is the load-balancer just not deployed for single-gateway templates anymore?
(yeah i know... "just do a test deployment in a different resource-group and find out for yourself"... yes, but sure would be nice to know ahead of time, tho, so I can prep the Ansible pieces ahead of time)