Skip to content

Commit 31da52e

Browse files
author
Jill Grant
authored
Update networking-overview.md
Alt text fixes
1 parent e190f81 commit 31da52e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/networking/fundamentals/networking-overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ You can filter network traffic to and from Azure resources in an Azure virtual n
4040

4141
[Virtual Network (VNet) service endpoints](../../virtual-network/virtual-network-service-endpoints-overview.md) extend your virtual network private address space and the identity of your virtual network to the Azure services, over a direct connection. Endpoints allow you to secure your critical Azure service resources to only your virtual networks. Traffic from your virtual network to the Azure service always remains on the Microsoft Azure backbone network.
4242

43-
:::image type="content" source="./media/networking-overview/vnet-service-endpoints-overview.png" alt-text="Virtual network service endpoints":::
43+
:::image type="content" source="./media/networking-overview/vnet-service-endpoints-overview.png" alt-text="Diagram of virtual network service endpoints.":::
4444

4545
### <a name="privatelink"></a>Azure Private Link
4646

4747
[Azure Private Link](../../private-link/private-link-overview.md) enables you to access Azure PaaS Services (for example, Azure Storage and SQL Database) and Azure hosted customer-owned/partner services over a private endpoint in your virtual network.
4848
Traffic between your virtual network and the service travels through the Microsoft backbone network. Exposing your service to the public internet is no longer necessary. You can create your own private link service in your virtual network and deliver it to your customers.
4949

50-
:::image type="content" source="./media/networking-overview/private-endpoint.png" alt-text="Private endpoint overview":::
50+
:::image type="content" source="./media/networking-overview/private-endpoint.png" alt-text="Screenshot of private endpoint overview.":::
5151

5252
### <a name="dns"></a>Azure DNS
5353

@@ -79,15 +79,15 @@ Using Azure DNS, you can host and resolve public domains, manage DNS resolution
7979
Virtual Network NAT(network address translation) simplifies outbound-only Internet connectivity for virtual networks. When configured on a subnet, all outbound connectivity uses your specified static public IP addresses. Outbound connectivity is possible without load balancer or public IP addresses directly attached to virtual machines.
8080
For more information, see [What is Azure NAT gateway](../../virtual-network/nat-gateway/nat-overview.md)?
8181

82-
:::image type="content" source="./media/networking-overview/flow-map.png" alt-text="Virtual network NAT gateway":::
82+
:::image type="content" source="./media/networking-overview/flow-map.png" alt-text="Diagram of virtual network NAT gateway.":::
8383

8484
### <a name="trafficmanager"></a>Traffic Manager
8585

8686
[Azure Traffic Manager](../../traffic-manager/traffic-manager-routing-methods.md) is a DNS-based traffic load balancer that enables you to distribute traffic optimally to services across global Azure regions, while providing high availability and responsiveness. Traffic Manager provides a range of traffic-routing methods to distribute traffic such as priority, weighted, performance, geographic, multi-value, or subnet.
8787

8888
The following diagram shows endpoint priority-based routing with Traffic Manager:
8989

90-
:::image type="content" source="./media/networking-overview/priority.png" alt-text="Azure Traffic Manager 'Priority' traffic-routing method":::
90+
:::image type="content" source="./media/networking-overview/priority.png" alt-text="Diagram of Azure Traffic Manager 'Priority' traffic-routing method.":::
9191

9292
For more information about Traffic Manager, see [What is Azure Traffic Manager?](../../traffic-manager/traffic-manager-overview.md).
9393

@@ -111,15 +111,15 @@ Azure Load Balancer is available in Standard, Regional, and Gateway SKUs.
111111

112112
The following picture shows an Internet-facing multi-tier application that utilizes both external and internal load balancers:
113113

114-
:::image type="content" source="./media/networking-overview/load-balancer.png" alt-text="Azure Load Balancer example":::
114+
:::image type="content" source="./media/networking-overview/load-balancer.png" alt-text="Screenshot of Azure Load Balancer example.":::
115115

116116
### <a name="applicationgateway"></a>Application Gateway
117117

118118
[Azure Application Gateway](../../application-gateway/overview.md) is a web traffic load balancer that enables you to manage traffic to your web applications. It's an Application Delivery Controller (ADC) as a service, offering various layer 7 load-balancing capabilities for your applications.
119119

120120
The following diagram shows url path-based routing with Application Gateway.
121121

122-
:::image type="content" source="./media/networking-overview/figure1-720.png" alt-text="Application Gateway example":::
122+
:::image type="content" source="./media/networking-overview/figure1-720.png" alt-text="Image of Application Gateway example.":::
123123

124124
### <a name="frontdoor"></a>Azure Front Door
125125

@@ -147,7 +147,7 @@ The following diagram illustrates multiple site-to-site VPN connections to the s
147147

148148
[ExpressRoute](../../expressroute/expressroute-introduction.md) enables you to extend your on-premises networks into the Microsoft cloud over a private connection facilitated by a connectivity provider. This connection is private. Traffic doesn't go over the internet. With ExpressRoute, you can establish connections to Microsoft cloud services, such as Microsoft Azure, Microsoft 365, and Dynamics 365.
149149

150-
:::image type="content" source="./media/networking-overview/expressroute-connection-overview.png" alt-text="Azure ExpressRoute" border="false":::
150+
:::image type="content" source="./media/networking-overview/expressroute-connection-overview.png" alt-text="Screenshot of Azure ExpressRoute." border="false":::
151151

152152
### <a name="virtualwan"></a>Virtual WAN
153153

@@ -183,15 +183,15 @@ This section describes networking services in Azure that protects and monitor yo
183183

184184
[Azure Firewall](../../firewall/overview.md) is a managed, cloud-based network security service that protects your Azure Virtual Network resources. Using Azure Firewall, you can centrally create, enforce, and log application and network connectivity policies across subscriptions and virtual networks. Azure Firewall uses a static public IP address for your virtual network resources allowing outside firewalls to identify traffic originating from your virtual network.
185185

186-
:::image type="content" source="./media/networking-overview/firewall-threat.png" alt-text="Firewall overview":::
186+
:::image type="content" source="./media/networking-overview/firewall-threat.png" alt-text="Diagram of Firewall overview.":::
187187

188188
### <a name="waf"></a>Web Application Firewall
189189

190190
[Azure Web Application Firewall](../../web-application-firewall/overview.md) (WAF) provides protection to your web applications from common web exploits and vulnerabilities such as SQL injection, and cross site scripting. Azure WAF provides out of box protection from OWASP top 10 vulnerabilities via managed rules. Additionally customers can also configure custom rules, which are customer managed rules to provide extra protection based on source IP range, and request attributes such as headers, cookies, form data fields, or query string parameters.
191191

192192
Customers can choose to deploy [Azure WAF with Application Gateway](../../web-application-firewall/ag/ag-overview.md), which provides regional protection to entities in public and private address space. Customers can also choose to deploy [Azure WAF with Front Door](../../web-application-firewall/afds/afds-overview.md) which provides protection at the network edge to public endpoints.
193193

194-
:::image type="content" source="./media/networking-overview/waf-overview.png" alt-text="Web Application Firewall":::
194+
:::image type="content" source="./media/networking-overview/waf-overview.png" alt-text="Screenshot of Web Application Firewall.":::
195195

196196
### <a name="ddosprotection"></a>DDoS Protection
197197

0 commit comments

Comments
 (0)