@@ -30,15 +30,23 @@ landingContent:
30
30
links :
31
31
- text : Designing virtual networks with NAT gateway resources
32
32
url : nat-gateway-resource.md
33
+ - text : NAT gateway metrics and alerts
34
+ url : nat-metrics.md
35
+ - text : NAT gateway resource health
36
+ url : resource-health.md
33
37
- linkListType : learn
34
38
links :
35
39
- text : Introduction to Azure Virtual Network NAT
36
40
url : /learn/modules/intro-to-azure-virtual-network-nat
41
+ - linkListType : video
42
+ links :
43
+ - text : How to get better outbound connectivity using Azure NAT Gateway
44
+ url : https://www.youtube.com/watch?v=2Ng_uM0ZaB4
37
45
38
46
# Card (optional)
39
- - title : Get started
47
+ - title : Get Started
40
48
linkLists :
41
- - linkListType : tutorial
49
+ - linkListType : quickstart
42
50
links :
43
51
- text : Create and validate NAT gateway
44
52
url : quickstart-create-nat-gateway-portal.md
@@ -48,7 +56,54 @@ landingContent:
48
56
url : tutorial-nat-gateway-load-balancer-public-portal.md
49
57
- text : Integrate NAT gateway with a internal load balancer
50
58
url : tutorial-nat-gateway-load-balancer-internal-portal.md
51
- - linkListType : video
59
+
60
+ # Card (optional)
61
+ - title : Connect Outbound
62
+ linkLists :
63
+ - linkListType : tutorial
52
64
links :
53
- - text : How to get better outbound connectivity using Azure NAT Gateway
54
- url : https://www.youtube.com/watch?v=2Ng_uM0ZaB4
65
+ - text : Migrate outbound access to NAT gateway
66
+ url : tutorial-migrate-outbound-nat.md
67
+ - text : Migrate a VM public IP to NAT gateway
68
+ url : tutorial-migrate-ilip-nat.md
69
+
70
+ # Card (optional)
71
+ - title : Troubleshoot
72
+ linkLists :
73
+ - linkListType : how-to-guide
74
+ links :
75
+ - text : Troubleshoot NAT gateway
76
+ url : troubleshoot-nat.md
77
+
78
+ # Card (optional)
79
+ - title : Architectural Guidance
80
+ linkLists :
81
+ - linkListType : overview
82
+ links :
83
+ - text : Architecture Framework for NAT gateway
84
+ url : /azure/architecture/networking/guide/well-architected-network-address-translation-gateway
85
+
86
+ # Card (optional)
87
+ - title : Security
88
+ linkLists :
89
+ - linkListType : overview
90
+ links :
91
+ - text : Azure security baseline for NAT gateway
92
+ url : /security/benchmark/azure/baselines/virtual-network-nat-security-baseline
93
+
94
+ # Card (optional)
95
+ - title : Reference
96
+ linkLists :
97
+ - linkListType : reference
98
+ links :
99
+ - text : Frequently asked questions about NAT gateway
100
+ url : faq.yml
101
+ - text : Azure Powershell
102
+ url : /powershell/module/az.network/#networking
103
+ - text : Azure CLI
104
+ url : /cli/azure/network/nat/gateway
105
+ - text : ARM templates
106
+ url : /azure/templates/microsoft.network/natgateways
107
+ - text : Rest
108
+ url : /rest/api/virtualnetwork/nat-gateways
109
+
0 commit comments