|
|
|
|
|
by roboben
862 days ago
|
|
I can just imagine that moving to IPv6 is as messy on Azure than it is on AWS. Don’t get me wrong, actually using it is simpler, you can just have your range and then be free to do whatever you want. But the fact that it was added later to a stack never made for it shows everywhere, which makes UX tough. Currently struggling with metadata service weirdness and slowness in IPv6 land on AWS :’) |
|
Random examples:
Azure hands out contiguous blocks of 16 IPv6 addresses. No, not a /56 or anything useful like that. Sixteen addresses.
If you enable IPv6 in some virtual network, other peered virtual networks will have unrelated services just break. Like Postgres, Azure VPNs, and more.
There are no IPv6 to IPv4 gateways, and you can't even build such a thing yourself without enabling IPv6 in the whole virtual network... which breaks other networks!
Azure NATs IPv6, defeating the entire purpose of the thing. It's basically IPv4 with extra steps.
Azure doesn't support IPv6 for any of their PaaS offerings, especially not in their firewall rules.
Etc...
If you think there are excuses for any of this, consider this: IPv6 has been a standard for two decades and Windows has supported IPv6 since 2000.
I like to swap IPv4 and IPv6 in any sentence to gauge the insanity of it. E.g.: "Enabling IPv4 breaks unrelated services in other networks" would have you running for the hills, would it not?