Hello @Alex ,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
I understand that you would like to know what private IPv6 address range you can use in Azure and if there are any Azure recommended or best practiced address ranges defined.
IPv6 for Azure Virtual Network enables you to host applications in Azure with IPv6 and IPv4 connectivity both within a virtual network and to and from the Internet.
You can define your own IPv6 virtual network address space to meet the needs of your applications.
The subnets for IPv6 must be exactly /64 in size. This ensures future compatibility should you decide to enable routing of the subnet to an on-premises network since some routers can only accept /64 IPv6 routes.
So, your IPv6 range should be something like fd00:db8:deca:deed::/64
or 2001:db8:3c4d:15::/64
and not /112 or /120.
All the information for IPv6 usage and limitations can be found in the below docs:
https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/ipv6-overview
https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-ipv6-overview
Kindly let us know if the above helps or you need further assistance on this issue.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.