Skip to content

Commit b347c7d

Browse files
committed
add scenario section
1 parent 467d833 commit b347c7d

File tree

1 file changed

+138
-81
lines changed

1 file changed

+138
-81
lines changed

articles/networking/foundations/index.yml

Lines changed: 138 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -80,94 +80,151 @@ productDirectory:
8080
- text: What is Traffic Manager?
8181
url: /azure/traffic-manager/traffic-manager-overview
8282

83-
# conceptualContent section (optional)
83+
# conceptualContent section (Optional; Remove if not applicable.)
8484
conceptualContent:
85-
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
86-
title: Learn more # < 60 chars (optional)
87-
# summary: Learn more about Azure network foundation services # < 160 chars (optional)
88-
items:
89-
# Card
90-
- title: Learning paths and modules
91-
links:
92-
- url: https://learn.microsoft.com/training/modules/introduction-to-azure-virtual-networks/
93-
itemType: learn
94-
text: Introduction to Azure Virtual Networks
95-
- url: https://learn.microsoft.com/training/modules/configure-virtual-networks/
96-
itemType: learn
97-
text: Configure virtual networks
98-
- url: https://learn.microsoft.com/training/modules/introduction-azure-private-link/
99-
itemType: learn
100-
text: Introduction to Azure Private Link
101-
- url: https://learn.microsoft.com/training/modules/design-implement-private-access-to-azure-services/
102-
itemType: learn
103-
text: Design and implement private access to Azure Services
104-
- url: https://learn.microsoft.com/training/modules/intro-to-azure-dns/
105-
itemType: learn
106-
text: Introduction to Azure DNS
107-
- url: https://learn.microsoft.com/training/modules/intro-to-azure-dns-private-resolver/
108-
itemType: learn
109-
text: Intro to Azure DNS Private Resolver
85+
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | training | overview | quickstart | reference | sample | tutorial | video | whats-new
86+
# Supports up to 3 subsections
87+
sections:
88+
# Section 1
89+
- title: Network foundation scenarios
90+
summary: Review common scenarios.
91+
items:
92+
# Card 1
93+
- title: Create an isolated network
94+
links:
95+
- url: ../../vpn-gateway/vpn-gateway-about-vpngateways.md
96+
itemType: overview
97+
text: What is Azure VPN Gateway?
98+
- url: ../../expressroute/expressroute-introduction.md
99+
itemType: overview
100+
text: What is Azure ExpressRoute?
101+
- url: ../../virtual-wan/virtual-wan-about.md
102+
itemType: overview
103+
text: What is Azure Virtual WAN?
104+
# Card 2
105+
- title: Design and configure the network
106+
links:
107+
- url: https://azure.microsoft.com/en-us/updates/?category=networking&query=VPN%20Gateway
108+
itemType: whats-new
109+
text: Azure VPN Gateway
110+
- url: https://azure.microsoft.com/en-us/updates/?category=networking&query=ExpressRoute
111+
itemType: whats-new
112+
text: Azure ExpressRoute
113+
- url: https://azure.microsoft.com/en-us/updates/?category=networking&query=Virtual%20WAN
114+
itemType: whats-new
115+
text: Azure Virtual WAN
116+
# Card 3
117+
- title: Secure the network
118+
links:
119+
- url: /training/modules/intro-to-azure-expressroute/
120+
itemType: training
121+
text: Introduction to Azure ExpressRoute
122+
- url: /training/modules/intro-to-azure-vpn-gateway/
123+
itemType: training
124+
text: Introduction to Azure VPN Gateway
125+
- url: /training/modules/introduction-azure-virtual-wan/
126+
itemType: training
127+
text: Introduction to Azure Virtual WAN
128+
- url: /training/modules/design-implement-azure-expressroute/
129+
itemType: training
130+
text: Design and implement Azure ExpressRoute
131+
# Card 4
132+
- title: Configure access to the network
133+
links:
134+
- url: /training/modules/cloud-hybrid-connectivity/
135+
itemType: training
136+
text: Troubleshoot cloud and hybrid - Training walkthrough
137+
- url: /training/modules/troubleshoot-vpn-gateways/
138+
itemType: training
139+
text: Troubleshoot VPN Gateway - Training walkthrough
140+
- url: ../../vpn-gateway/vpn-gateway-troubleshoot.md
141+
itemType: concept
142+
text: Troubleshoot VPN Gateway
110143

111-
# footerLink (optional)
112-
footerLink:
113-
url: https://learn.microsoft.com/training/browse/
114-
text: Browse all courses, learning paths, and modules.
115-
# Card
116-
- title: Patterns and practices
117-
links:
118-
- url: /azure/well-architected/
119-
itemType: architecture
120-
text: Azure Well-Architected Framework
121-
- url: https://azure.microsoft.com/solutions/cloud-enablement/cloud-adoption-framework/
122-
itemType: architecture
123-
text: Cloud Adoption Framework
124-
- url: /azure/architecture/networking/guide/private-link-hub-spoke-network
125-
itemType: architecture
126-
text: Azure Private Link in a hub-and-spoke network
127-
- url: /azure/architecture/networking/architecture/azure-dns-private-resolver
128-
itemType: architecture
129-
text: Azure DNS Private Resolver
130-
- url: /azure/architecture/hybrid/hybrid-dns-infra
131-
itemType: architecture
132-
text: Design a hybrid Domain Name System solution with Azure
133-
- url: /azure/architecture/networking/guide/private-link-virtual-wan-dns-guide
134-
itemType: architecture
135-
text: Private Link and DNS in Azure Virtual WAN
136-
137-
# footerLink (optional)
138-
footerLink:
139-
url: https://learn.microsoft.com/en-us/azure/architecture/
140-
text: Browse the Azure Architecture Center.
141-
# Card
142-
- title: Troubleshooting and FAQs
143-
links:
144-
- url: /azure/virtual-network/virtual-networks-faq
145-
text: Azure Virtual Network FAQ
146-
itemType: reference
147-
- url: /azure/private-link/private-link-faq
148-
text: Azure Private Link FAQ
149-
itemType: reference
150-
- url: /azure/dns/dns-faq
151-
text: Azure DNS FAQ
152-
itemType: reference
153-
- url: /azure/virtual-network/what-is-ip-address-168-63-129-16
154-
text: What is IP address 168.63.129.16?
155-
itemType: reference
156-
- url: /azure/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms
157-
text: Troubleshooting connectivity problems between Azure VMs
158-
itemType: reference
159-
- url: /azure/private-link/troubleshoot-private-endpoint-connectivity
160-
text: Troubleshoot Azure Private Endpoint connectivity problems
161-
itemType: reference
162-
- url: /azure/dns/dns-troubleshoot
163-
text: Azure DNS troubleshooting guide
164-
itemType: reference
144+
# Section 2
145+
- title: Learn more
146+
summary: Learn more about network foundation services.
147+
items:
148+
# Card 1
149+
- title: Learning paths and modules
150+
links:
151+
- url: https://learn.microsoft.com/training/modules/introduction-to-azure-virtual-networks/
152+
itemType: learn
153+
text: Introduction to Azure Virtual Networks
154+
- url: https://learn.microsoft.com/training/modules/configure-virtual-networks/
155+
itemType: learn
156+
text: Configure virtual networks
157+
- url: https://learn.microsoft.com/training/modules/introduction-azure-private-link/
158+
itemType: learn
159+
text: Introduction to Azure Private Link
160+
- url: https://learn.microsoft.com/training/modules/design-implement-private-access-to-azure-services/
161+
itemType: learn
162+
text: Design and implement private access to Azure Services
163+
- url: https://learn.microsoft.com/training/modules/intro-to-azure-dns/
164+
itemType: learn
165+
text: Introduction to Azure DNS
166+
- url: https://learn.microsoft.com/training/modules/intro-to-azure-dns-private-resolver/
167+
itemType: learn
168+
text: Intro to Azure DNS Private Resolver
169+
# footerLink (optional)
170+
footerLink:
171+
url: https://learn.microsoft.com/training/browse/
172+
text: Browse all courses, learning paths, and modules.
173+
# Card 2
174+
- title: Patterns and practices
175+
links:
176+
- url: /azure/well-architected/
177+
itemType: architecture
178+
text: Azure Well-Architected Framework
179+
- url: https://azure.microsoft.com/solutions/cloud-enablement/cloud-adoption-framework/
180+
itemType: architecture
181+
text: Cloud Adoption Framework
182+
- url: /azure/architecture/networking/guide/private-link-hub-spoke-network
183+
itemType: architecture
184+
text: Azure Private Link in a hub-and-spoke network
185+
- url: /azure/architecture/networking/architecture/azure-dns-private-resolver
186+
itemType: architecture
187+
text: Azure DNS Private Resolver
188+
- url: /azure/architecture/hybrid/hybrid-dns-infra
189+
itemType: architecture
190+
text: Design a hybrid Domain Name System solution with Azure
191+
- url: /azure/architecture/networking/guide/private-link-virtual-wan-dns-guide
192+
itemType: architecture
193+
text: Private Link and DNS in Azure Virtual WAN
194+
# footerLink (optional)
195+
footerLink:
196+
url: https://learn.microsoft.com/en-us/azure/architecture/
197+
text: Browse the Azure Architecture Center.
198+
# Card 3
199+
- title: Troubleshooting and FAQs
200+
links:
201+
- url: /azure/virtual-network/virtual-networks-faq
202+
text: Azure Virtual Network FAQ
203+
itemType: reference
204+
- url: /azure/private-link/private-link-faq
205+
text: Azure Private Link FAQ
206+
itemType: reference
207+
- url: /azure/dns/dns-faq
208+
text: Azure DNS FAQ
209+
itemType: reference
210+
- url: /azure/virtual-network/what-is-ip-address-168-63-129-16
211+
text: What is IP address 168.63.129.16?
212+
itemType: reference
213+
- url: /azure/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms
214+
text: Troubleshooting connectivity problems between Azure VMs
215+
itemType: reference
216+
- url: /azure/private-link/troubleshoot-private-endpoint-connectivity
217+
text: Troubleshoot Azure Private Endpoint connectivity problems
218+
itemType: reference
219+
- url: /azure/dns/dns-troubleshoot
220+
text: Azure DNS troubleshooting guide
221+
itemType: reference
165222

166223
# additionalContent section (optional)
167224
# Card with summary style
168225
additionalContent:
169226
sections:
170-
- title: Azure networking pillars
227+
- title: Networking pillars
171228
items:
172229
- title: Load balancing and Content Delivery
173230
url: https://review.learn.microsoft.com/en-us/azure/networking/load-balancer-content-delivery/index-d?branch=pr-en-us-270877

0 commit comments

Comments
 (0)