Skip to content

Commit 61ac5d9

Browse files
committed
fixed links
1 parent 0b66626 commit 61ac5d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/networking/networking-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This section describes services that provide connectivity between Azure resource
3636
|[Azure DNS](#dns)|Hosts DNS domains that provide name resolution by using Microsoft Azure infrastructure.|<p>[Host your domain in Azure DNS](../dns/dns-delegate-domain-azure-dns.md)</p><p>[Create DNS records for a web app](../dns/dns-web-sites-custom-domain.md)</p> <p>[Create an alias record for Traffic Manager](../dns/tutorial-alias-tm.md)</p> <p>[Create an alias record for public IP Address](../dns/tutorial-alias-pip.md)</p> <p>[Create an alias record for zone resource record](../dns/tutorial-alias-rr.md)</p>|
3737
|[Azure Bastion](#bastion)|Configure secure and seamless RDP/SSH connectivity to your virtual machines directly in the Azure portal over SSL. When you connect via Azure Bastion, your virtual machines do not need a public IP address|<p>[Create an Azure Bastion host](../bastion/bastion-create-host-portal.md)</p><p>[Connect using SSH to a Linux VM](../bastion/bastion-connect-vm-ssh.md)</p><p>[Connect using RDP to a Windows VM](../bastion/bastion-connect-vm-rdp.md)</p>|
3838
|[Virtual network NAT Gateway](#nat)|Create a NAT gateway to provide outbound connectivity for a virtual machine.|<p>[Create a NAT Gateway](../virtual-network/quickstart-create-nat-gateway-portal.md)</p>|
39-
|[Azure Peering Service (Preview)](#azure-peering-service)|Collaborate with service providers for optimal and reliable routing to the Microsoft cloud over the public network.|<p>[Register Azure Peering Service](../peering-service/azure-portal.md)</p>|
39+
|[Azure Peering Service (Preview)](#azurepeeringservice)|Collaborate with service providers for optimal and reliable routing to the Microsoft cloud over the public network.|<p>[Register Azure Peering Service](../peering-service/azure-portal.md)</p>|
4040
||||
4141

4242

@@ -79,12 +79,12 @@ The Azure Bastion service is a new fully platform-managed PaaS service that you
7979

8080
### <a name="nat"></a>Virtual network NAT Gateway
8181
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.
82-
For more information, see [What is virtual network NAT gateway?](./virtual-network/nat-overview.md)
82+
For more information, see [What is virtual network NAT gateway?](../virtual-network/nat-overview.md)
8383

8484
![Virtual network NAT gateway](./media/networking-overview/flow-map.png)
8585

8686
### <a name="azurepeeringservice"></a> Azure Peering Service (Preview)
87-
Azure Peering service enhances customer connectivity to Microsoft cloud services such as Office 365, Dynamics 365, software as a service (SaaS) services, Azure, or any Microsoft services accessible via the public internet. For more information, see [What is Azure Peering Service?](./peering-service/about.md)
87+
Azure Peering service enhances customer connectivity to Microsoft cloud services such as Office 365, Dynamics 365, software as a service (SaaS) services, Azure, or any Microsoft services accessible via the public internet. For more information, see [What is Azure Peering Service?](../peering-service/about.md).
8888

8989
![Azure Peering Service](./media/networking-overview/peering-service.png)
9090

@@ -131,7 +131,7 @@ Virtual Network (VNet) service endpoints extend your virtual network private add
131131
![Virtual network service endpoints](./media/networking-overview/vnet-service-endpoints-overview.png)
132132

133133
### <a name="privatelink"></a>Azure Private Link
134-
[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.
134+
[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.
135135
Traffic between your virtual network and the service travels 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.
136136

137137
![Private endpoint overview](./media/networking-overview/private-endpoint.png)

0 commit comments

Comments
 (0)