I want to allow the complete range of IPv6 on an Azure SQL-server. The code in Azure Cli I use is: az sql server ipv6-firewall-rule create --name --resource-group --server --start-ipv6-address 0000:0000:0000:0000:0000:0000:0000:0000 --end-ipv6-address ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
I get the error "(IPv6EndpointDisabled) The IPv6 endpoint is not allowed because it is disabled".
so question is: what is the allowed range for IPV6 on sql-server?