Skip to content

Commit e9c0241

Browse files
authored
Merge pull request #271114 from greg-lindsay/hub-test
Network Foundations hub page v1
2 parents 9a439b0 + 241c07d commit e9c0241

File tree

8 files changed

+342
-0
lines changed

8 files changed

+342
-0
lines changed
Lines changed: 207 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,207 @@
1+
### YamlMime:Hub
2+
title: Azure network foundation documentation
3+
summary: Azure network foundation services provide core connectivity for your resources in Azure.
4+
brand: azure ## Used for color theming of icons and hero area
5+
6+
metadata:
7+
title: Azure network foundation documentation
8+
summary: Learn about Azure network foundation services that provide core connectivity for your resources in Azure.
9+
ms.service: dns
10+
ms.topic: hub-page
11+
author: greg-lindsay
12+
ms.author: greglin
13+
manager: kumudD
14+
ms.date: 07/23/2024
15+
16+
# highlightedContent section (optional)
17+
# Maximum of 8 items
18+
highlightedContent:
19+
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
20+
items:
21+
# Card
22+
- title: "Azure networking documentation"
23+
itemType: concept
24+
url: /azure/networking/
25+
# Card
26+
- title: "What is Azure Virtual Network"
27+
itemType: "video"
28+
url: https://learn-video.azurefd.net/vod/player?id=6b5b138e-8406-406e-8b34-40bdadf9fc6d
29+
# Card
30+
- title: "How to connect and deliver services privately on Azure with Azure Private Link"
31+
itemType: "video"
32+
url: https://learn-video.azurefd.net/vod/player?show=azure-friday&ep=how-to-connect-and-deliver-services-privately-on-azure-with-azure-private-link
33+
# Card
34+
- title: "Azure Virtual Networking: Private Link, Virtual Network Managers, and DNS"
35+
itemType: "video"
36+
url: https://www.youtube.com/watch?v=UHs4NTUGZeQ
37+
38+
productDirectory:
39+
title: Get started
40+
items:
41+
- title: Azure Virtual Network
42+
imageSrc: https://learn.microsoft.com/static/ui/media/product/azure/virtual-networks.svg
43+
summary: Azure Virtual Network is the fundamental building block for your private network in Azure.
44+
url: ../../virtual-network/index.yml
45+
- title: Azure Private Link
46+
summary: Azure Private Link enables you to access Azure services over a private endpoint in your virtual network.
47+
imageSrc: https://learn.microsoft.com/static/ui/media/product/azure/private-link.svg
48+
url: ../../private-link/index.yml
49+
- title: Azure DNS
50+
summary: Azure DNS provides reliable and secure name resolution for your Azure services using Azure infrastructure.
51+
imageSrc: https://learn.microsoft.com/static/ui/media/product/azure/dns.svg
52+
url: ../../dns/index.yml
53+
- title: Azure Virtual Network Manager (AVNM)
54+
summary: AVNM is a management service that enables you to group, configure, deploy, and manage virtual networks globally across subscriptions.
55+
imageSrc: ./media/avnm.svg
56+
url: ../../virtual-network-manager/index.yml
57+
- title: Azure Bastion
58+
summary: Azure Bastion is a fully managed PaaS service that enables you to securely connect to virtual machines via private IP address.
59+
imageSrc: ./media/bastion.svg
60+
url: ../../bastion/index.yml
61+
- title: Route Server
62+
summary: Azure Route Server simplifies dynamic routing between your network virtual appliance (NVA) and your Azure virtual network.
63+
imageSrc: ./media/route-server.svg
64+
url: ../../route-server/index.yml
65+
- title: NAT Gateway
66+
summary: Azure NAT Gateway is a fully managed and highly resilient Network Address Translation (NAT) service.
67+
imageSrc: ./media/nat-gateway.svg
68+
url: ../../nat-gateway/index.yml
69+
- title: Traffic Manager
70+
summary: Azure Traffic Manager is a DNS-based traffic load balancer.
71+
imageSrc: https://learn.microsoft.com/static/ui/media/product/azure/traffic-manager.svg
72+
url: ../../traffic-manager/index.yml
73+
74+
75+
# conceptualContent section (Optional; Remove if not applicable.)
76+
conceptualContent:
77+
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | training | overview | quickstart | reference | sample | tutorial | video | whats-new
78+
# Supports up to 3 subsections
79+
sections:
80+
# Section 1
81+
- title: Network foundation scenarios
82+
summary: Design and deploy a secure network in Azure.
83+
items:
84+
# Card 1
85+
- title: Design and create an isolated network
86+
links:
87+
- url: /azure/virtual-network/virtual-network-vnet-plan-design-arm
88+
itemType: training
89+
text: Plan virtual networks
90+
- url: /azure/virtual-network/tutorial-connect-virtual-networks-portal
91+
itemType: training
92+
text: Connect virtual networks
93+
- url: https://azure.microsoft.com/en-us/updates/?category=networking&query=ExpressRoute
94+
itemType: training
95+
text: Deploy a private endpoint with a private resolver
96+
- url: /azure/dns/private-dns-scenarios
97+
itemType: training
98+
text: Azure Private DNS zones scenarios
99+
# Card 2
100+
- title: Secure the network
101+
links:
102+
- url: /azure/virtual-network/vnet-integration-for-azure-services
103+
itemType: training
104+
text: Integrate Azure services with virtual networks for network isolation
105+
- url: /azure/virtual-network/virtual-network-encryption-overview
106+
itemType: training
107+
text: Virtual network encryption
108+
- url: /azure/private-link/how-to-approve-private-link-cross-subscription
109+
itemType: training
110+
text: Approve Private Link connections across subscriptions
111+
- url: /azure/private-link/tutorial-dns-on-premises-private-resolver
112+
itemType: training
113+
text: Azure Private Endpoint DNS integration
114+
# Card 3
115+
- title: Configure access to the network
116+
links:
117+
- url: /azure/virtual-network/tutorial-filter-network-traffic
118+
itemType: training
119+
text: Filter network traffic
120+
- url: /azure/virtual-network/tutorial-restrict-network-access-to-resources
121+
itemType: training
122+
text: Restrict network access to resources
123+
- url: /azure/private-link/how-to-approve-private-link-cross-subscription
124+
itemType: concept
125+
text: Approve Private Link connections across subscriptions
126+
- url: /azure/dns/private-resolver-hybrid-dns
127+
itemType: concept
128+
text: Resolve Azure and on-premises domains
129+
130+
# Section 2
131+
- title: Learn more
132+
summary: Learn more about network foundation services.
133+
items:
134+
# Card 1
135+
- title: Learning paths and modules
136+
links:
137+
- url: https://learn.microsoft.com/training/modules/introduction-to-azure-virtual-networks/
138+
itemType: learn
139+
text: Introduction to Azure Virtual Networks
140+
- url: https://learn.microsoft.com/training/modules/configure-virtual-networks/
141+
itemType: learn
142+
text: Configure virtual networks
143+
- url: https://learn.microsoft.com/training/modules/introduction-azure-private-link/
144+
itemType: learn
145+
text: Introduction to Azure Private Link
146+
- url: https://learn.microsoft.com/training/modules/design-implement-private-access-to-azure-services/
147+
itemType: learn
148+
text: Design and implement private access to Azure Services
149+
- url: https://learn.microsoft.com/training/modules/intro-to-azure-dns/
150+
itemType: learn
151+
text: Introduction to Azure DNS
152+
- url: https://learn.microsoft.com/training/modules/intro-to-azure-dns-private-resolver/
153+
itemType: learn
154+
text: Intro to Azure DNS Private Resolver
155+
# footerLink (optional)
156+
footerLink:
157+
url: https://learn.microsoft.com/training/browse/
158+
text: Browse all courses, learning paths, and modules.
159+
# Card 2
160+
- title: Patterns and practices
161+
links:
162+
- url: /azure/well-architected/
163+
itemType: architecture
164+
text: Azure Well-Architected Framework
165+
- url: https://azure.microsoft.com/solutions/cloud-enablement/cloud-adoption-framework/
166+
itemType: architecture
167+
text: Cloud Adoption Framework
168+
- url: /azure/architecture/networking/guide/private-link-hub-spoke-network
169+
itemType: architecture
170+
text: Azure Private Link in a hub-and-spoke network
171+
- url: /azure/architecture/networking/architecture/azure-dns-private-resolver
172+
itemType: architecture
173+
text: Azure DNS Private Resolver
174+
- url: /azure/architecture/hybrid/hybrid-dns-infra
175+
itemType: architecture
176+
text: Design a hybrid Domain Name System solution with Azure
177+
- url: /azure/architecture/networking/guide/private-link-virtual-wan-dns-guide
178+
itemType: architecture
179+
text: Private Link and DNS in Azure Virtual WAN
180+
# footerLink (optional)
181+
footerLink:
182+
url: https://learn.microsoft.com/en-us/azure/architecture/
183+
text: Browse the Azure Architecture Center.
184+
# Card 3
185+
- title: Troubleshooting and FAQs
186+
links:
187+
- url: /azure/virtual-network/virtual-networks-faq
188+
text: Azure Virtual Network FAQ
189+
itemType: reference
190+
- url: /azure/private-link/private-link-faq
191+
text: Azure Private Link FAQ
192+
itemType: reference
193+
- url: /azure/dns/dns-faq
194+
text: Azure DNS FAQ
195+
itemType: reference
196+
- url: /azure/virtual-network/what-is-ip-address-168-63-129-16
197+
text: What is IP address 168.63.129.16?
198+
itemType: reference
199+
- url: /azure/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms
200+
text: Troubleshooting connectivity problems between Azure VMs
201+
itemType: reference
202+
- url: /azure/private-link/troubleshoot-private-endpoint-connectivity
203+
text: Troubleshoot Azure Private Endpoint connectivity problems
204+
itemType: reference
205+
- url: /azure/dns/dns-troubleshoot
206+
text: Azure DNS troubleshooting guide
207+
itemType: reference
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)