Hi Mario Linge,
Thank you for reaching out to the Microsoft Q&A forum
We understand the problem that you are not able to validate the standard load balancer test, it cannot create outbound rules when some of the VMs don't have a public IP.
Because when converting to a Standard Load Balancer, all backend pool members need to have outbound rules set up, especially if any of them lack Public IPs. Standard Load Balancers require outbound connectivity to be explicitly defined, and when you have VMs without Public IPs, it creates complications
If your VMs don’t have public IPs, Azure cannot perform SNAT (Source Network Address Translation) via outbound rules.
NAT Gateway Consideration: It's important to note that NAT Gateways require that the attached subnet has no basic SKU network resources. If you still have Basic Load Balancers or basic Public IPs tied to that subnet, the NAT Gateway won’t be able to operate correctly.
All Public IPs associated with a Load Balancer must be of the same SKU. This means if you have mixed SKUs (Basic and Standard), you'll need to unify them before moving forward with the upgrade. Moreover, Standard Load Balancers block outbound traffic by default, so specific outbound rules must be created, or you can use NAT Gateway as an alternative approach once you've migrated away from Basic resources.
So you can try some of the below fixes including NAT gateway
- Convert All Public IPs: Ensure that all Public IPs associated with your backend VMs are converted to Standard SKU and that their allocation is set to static.
- Create Outbound Rules: After confirming the Public IP configurations, you can create outbound rules for the Standard Load Balancer.
- Remove Basic Resources: You may need to clear out any remaining Basic resources before you can successfully implement a NAT Gateway.
Please find the reference link for NAT gateway troubleshooting:
https://docs.azure.cn/en-us/nat-gateway/troubleshoot-nat
If you find this comment helpful, please “up-vote” for the information provided , this can be beneficial to community members.
Kindly let us know if you have any additional questions.
Thanks