Skip to content

Commit d83c118

Browse files
authored
Merge pull request #147600 from anavinahar/patch-262
Update advisor-high-availability-recommendations.md
2 parents 18e1bc9 + 99707c5 commit d83c118

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/advisor/advisor-high-availability-recommendations.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Azure Advisor checks for any VPN gateways that use a Basic SKU and recommends th
5555
- Custom Ipsec/IKE policy.
5656
- Higher stability and availability.
5757

58+
## Ensure reliable outbound connectivity with VNet NAT
59+
Using default outbound connecitivty provided by a Standard Load Balancer or other Azure resources is not recommended for production workloads as this causes connection failures (also called SNAT port exhaustion). The recommended approach is using a VNet NAT which will prevent any failures of connectivty in this regard. NAT can scale seamlessly to ensure your application is never out ports. [Learn more about VNet NAT](https://docs.microsoft.com/azure/virtual-network/nat-overview).
60+
5861
## Ensure virtual machine fault tolerance (temporarily disabled)
5962

6063
To provide redundancy for your application, we recommend that you group two or more virtual machines in an availability set. Advisor identifies virtual machines that aren't part of an availability set and recommends moving them into one. This configuration ensures that during either planned or unplanned maintenance, at least one virtual machine is available and meets the Azure virtual machine SLA. You can choose to create an availability set for the virtual machine or to add the virtual machine to an existing availability set.
@@ -127,4 +130,4 @@ For more information about Advisor recommendations, see:
127130
* [Advisor cost recommendations](advisor-cost-recommendations.md)
128131
* [Advisor performance recommendations](advisor-performance-recommendations.md)
129132
* [Advisor security recommendations](advisor-security-recommendations.md)
130-
* [Advisor operational excellence recommendations](advisor-operational-excellence-recommendations.md)
133+
* [Advisor operational excellence recommendations](advisor-operational-excellence-recommendations.md)

0 commit comments

Comments
 (0)