Configuring an Azure Application Gateway (v2 standard) with zone redundancy (West Europe (Zone 1, 2, 3)) with instance count set to 1 is allowed. How is this possible?
To my knowledge, you should have at least the instance count set to 3 when you select all 3 zones of your region.
What I assume will be happening, either:
- Will it enforce a minimum count of three behind the scenes if you specify an instance count fewer than three like App services?. And will I pay 3x the amount 'behind the scenes' too?
Or:
- will it just fallback this single instance to another region in case of a zone disaster?