Skip to content

Commit 71eb74e

Browse files
committed
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute
1 parent 508446f commit 71eb74e

16 files changed

+57
-59
lines changed

articles/virtual-network/ip-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ items:
175175
- name: Move across regions
176176
items:
177177
- name: Public IPs
178-
href: ../../resource-mover/tutorial-move-region-virtual-machines.md?toc=%2fazure%2fvirtual-network%2fip-services%2ftoc.json
178+
href: ../../resource-mover/tutorial-move-region-virtual-machines.md?toc=/azure/virtual-network/ip-services/toc.json
179179
- name: Reference
180180
items:
181181
- name: Azure CLI

articles/virtual-network/ip-services/virtual-network-multiple-ip-addresses-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article explains how to create a virtual machine (VM) through the Azure Res
2727
The steps that follow explain how to create an example virtual machine with multiple IP addresses, as described in the scenario. Change variable values in "" and IP address types, as required, for your implementation.
2828

2929
1. Install the [Azure CLI](/cli/azure/install-azure-cli) if you don't already have it installed.
30-
2. Create an SSH public and private key pair for Linux VMs by completing the steps in the [Create an SSH public and private key pair for Linux VMs](../../virtual-machines/linux/mac-create-ssh-keys.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
30+
2. Create an SSH public and private key pair for Linux VMs by completing the steps in the [Create an SSH public and private key pair for Linux VMs](../../virtual-machines/linux/mac-create-ssh-keys.md?toc=/azure/virtual-network/toc.json).
3131
3. From a command shell, login with the command `az login` and select the subscription you're using.
3232
4. Create the VM by executing the script that follows on a Linux or Mac computer. The script creates a resource group, one virtual network (VNet), one NIC with three IP configurations, and a VM with the two NICs attached to it. The NIC, public IP address, virtual network, and VM resources must all exist in the same location and subscription. Though the resources don't all have to exist in the same resource group, in the following script they do.
3333

@@ -149,7 +149,7 @@ az vm create \
149149

150150
In addition to creating a VM with a NIC with 3 IP configurations, the script creates:
151151

152-
- A single premium managed disk by default, but you have other options for the disk type you can create. Read the [Create a Linux VM using the Azure CLI](../../virtual-machines/linux/quick-create-cli.md?toc=%2fazure%2fvirtual-network%2ftoc.json) article for details.
152+
- A single premium managed disk by default, but you have other options for the disk type you can create. Read the [Create a Linux VM using the Azure CLI](../../virtual-machines/linux/quick-create-cli.md?toc=/azure/virtual-network/toc.json) article for details.
153153
- A virtual network with one subnet and two public IP addresses. Alternatively, you can use *existing* virtual network, subnet, NIC, or public IP address resources. To learn how to use existing network resources rather than creating additional resources, enter `az vm create -h`.
154154

155155
Public IP addresses have a nominal fee. To learn more about IP address pricing, read the [IP address pricing](https://azure.microsoft.com/pricing/details/ip-addresses) page. There is a limit to the number of public IP addresses that can be used in a subscription. To learn more about the limits, read the [Azure limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#networking-limits) article.
@@ -162,7 +162,7 @@ Add the private IP addresses to the VM operating system by completing the steps
162162

163163
You can add additional private and public IP addresses to an existing Azure network interface by completing the steps that follow. The examples build upon the scenario described in this article.
164164

165-
1. Open a command shell and complete the remaining steps in this section within a single session. If you don't already have Azure CLI installed and configured, complete the steps in the [Azure CLI installation](/cli/azure/install-az-cli2?toc=%2fazure%2fvirtual-network%2ftoc.json) article and login to your Azure account with the `az-login` command.
165+
1. Open a command shell and complete the remaining steps in this section within a single session. If you don't already have Azure CLI installed and configured, complete the steps in the [Azure CLI installation](/cli/azure/install-az-cli2?toc=/azure/virtual-network/toc.json) article and login to your Azure account with the `az-login` command.
166166

167167
2. Complete the steps in one of the following sections, based on your requirements:
168168

articles/virtual-network/toc.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
- name: Backend Connectivity Interoperability
6565
items:
6666
- name: Preface and Test Setup
67-
href: ../networking/connectivty-interoperability-preface.md?toc=%2fazure%2fvirtual-network%2ftoc.json
67+
href: ../networking/connectivty-interoperability-preface.md?toc=/azure/virtual-network/toc.json
6868
- name: Test Setup Configuration
69-
href: ../networking/connectivty-interoperability-configuration.md?toc=%2fazure%2fvirtual-network%2ftoc.json
69+
href: ../networking/connectivty-interoperability-configuration.md?toc=/azure/virtual-network/toc.json
7070
- name: Control Plane Analysis
71-
href: ../networking/connectivty-interoperability-control-plane.md?toc=%2fazure%2fvirtual-network%2ftoc.json
71+
href: ../networking/connectivty-interoperability-control-plane.md?toc=/azure/virtual-network/toc.json
7272
- name: Data Plane Analysis
73-
href: ../networking/connectivty-interoperability-data-plane.md?toc=%2fazure%2fvirtual-network%2ftoc.json
73+
href: ../networking/connectivty-interoperability-data-plane.md?toc=/azure/virtual-network/toc.json
7474
- name: Container networking
7575
href: container-networking-overview.md
7676
- name: Cross-network connectivity
77-
href: ../expressroute/cross-network-connectivity.md?toc=%2fazure%2fvirtual-network%2ftoc.json
77+
href: ../expressroute/cross-network-connectivity.md?toc=/azure/virtual-network/toc.json
7878
- name: Peering
7979
href: virtual-network-peering-overview.md
8080
- name: Integrate Azure services
@@ -84,7 +84,7 @@
8484
- name: Deploy a dedicated service
8585
href: virtual-network-for-azure-services.md
8686
- name: Private Link
87-
href: ../private-link/private-link-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json
87+
href: ../private-link/private-link-overview.md?toc=/azure/virtual-network/toc.json
8888
- name: Service endpoints
8989
href: virtual-network-service-endpoints-overview.md
9090
- name: Service tags
@@ -187,15 +187,15 @@
187187
- name: Connectivity scenarios
188188
items:
189189
- name: Virtual network to Virtual network
190-
href: ../vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md?toc=%2fazure%2fvirtual-network%2ftoc.json
190+
href: ../vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md?toc=/azure/virtual-network/toc.json
191191
- name: VNet (Resource Manager) to a VNet (Classic)
192-
href: ../vpn-gateway/vpn-gateway-connect-different-deployment-models-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json
192+
href: ../vpn-gateway/vpn-gateway-connect-different-deployment-models-portal.md?toc=/azure/virtual-network/toc.json
193193
- name: VNet to on-premises network (VPN)
194-
href: ../vpn-gateway/tutorial-site-to-site-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json
194+
href: ../vpn-gateway/tutorial-site-to-site-portal.md?toc=/azure/virtual-network/toc.json
195195
- name: VNet to on-premises network (ExpressRoute)
196-
href: ../expressroute/expressroute-howto-linkvnet-portal-resource-manager.md?toc=%2fazure%2fvirtual-network%2ftoc.json
196+
href: ../expressroute/expressroute-howto-linkvnet-portal-resource-manager.md?toc=/azure/virtual-network/toc.json
197197
- name: Highly available hybrid network architecture
198-
href: /azure/architecture/reference-architectures/hybrid-networking/expressroute-vpn-failover?toc=%2fazure%2fvirtual-network%2ftoc.json
198+
href: /azure/architecture/reference-architectures/hybrid-networking/expressroute-vpn-failover?toc=/azure/virtual-network/toc.json
199199
- name: Configure Virtual network TAP
200200
href: tutorial-tap-virtual-network-cli.md
201201
- name: Deploy Container networking
@@ -215,11 +215,11 @@
215215
- name: Using private endpoints
216216
items:
217217
- name: Azure portal
218-
href: ../private-link/create-private-endpoint-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json
218+
href: ../private-link/create-private-endpoint-portal.md?toc=/azure/virtual-network/toc.json
219219
- name: Azure PowerShell
220-
href: ../private-link/create-private-endpoint-powershell.md?toc=%2fazure%2fvirtual-network%2ftoc.json
220+
href: ../private-link/create-private-endpoint-powershell.md?toc=/azure/virtual-network/toc.json
221221
- name: Azure CLI
222-
href: ../private-link/create-private-endpoint-cli.md?toc=%2fazure%2fvirtual-network%2ftoc.json
222+
href: ../private-link/create-private-endpoint-cli.md?toc=/azure/virtual-network/toc.json
223223
- name: Using service endpoints
224224
items:
225225
- name: Azure portal
@@ -247,7 +247,7 @@
247247
- name: Secure networks with virtual appliances
248248
href: virtual-network-scenario-udr-gw-nva.md
249249
- name: DMZ between Azure and the Internet
250-
href: /azure/architecture/reference-architectures/dmz/secure-vnet-dmz?toc=%2fazure%2fvirtual-network%2ftoc.json
250+
href: /azure/architecture/reference-architectures/dmz/secure-vnet-dmz?toc=/azure/virtual-network/toc.json
251251
- name: VM networking
252252
items:
253253
- name: Migrate a virtual machine public IP address
@@ -257,9 +257,9 @@
257257
- name: Create VM - multiple NICs
258258
items:
259259
- name: Azure PowerShell
260-
href: ../virtual-machines/windows/multiple-nics.md?toc=%2fazure%2fvirtual-network%2ftoc.json
260+
href: ../virtual-machines/windows/multiple-nics.md?toc=/azure/virtual-network/toc.json
261261
- name: Azure CLI
262-
href: ../virtual-machines/linux/multiple-nics.md?toc=%2fazure%2fvirtual-network%2ftoc.json
262+
href: ../virtual-machines/linux/multiple-nics.md?toc=/azure/virtual-network/toc.json
263263
- name: Accelerated Networking (AccelNet)
264264
items:
265265
- name: Accelerated Networking overview
@@ -280,11 +280,11 @@
280280
- name: Move across regions
281281
items:
282282
- name: Network security groups (NSG)
283-
href: ../resource-mover/tutorial-move-region-virtual-machines.md?toc=%2fazure%2fvirtual-network%2ftoc.json
283+
href: ../resource-mover/tutorial-move-region-virtual-machines.md?toc=/azure/virtual-network/toc.json
284284
- name: Virtual networks
285-
href: ../resource-mover/tutorial-move-region-virtual-machines.md?toc=%2fazure%2fvirtual-network%2ftoc.json
285+
href: ../resource-mover/tutorial-move-region-virtual-machines.md?toc=/azure/virtual-network/toc.json
286286
- name: Network interfaces (NICs)
287-
href: ../resource-mover/tutorial-move-region-virtual-machines.md?toc=%2fazure%2fvirtual-network%2ftoc.json
287+
href: ../resource-mover/tutorial-move-region-virtual-machines.md?toc=/azure/virtual-network/toc.json
288288
- name: Manual move
289289
items:
290290
- name: Network security groups - Portal

articles/virtual-network/virtual-networks-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Azure resources communicate securely with each other in one of the following way
3939

4040
You can connect your on-premises computers and networks to a virtual network using any of the following options:
4141

42-
- **Point-to-site virtual private network (VPN):** Established between a virtual network and a single computer in your network. Each computer that wants to establish connectivity with a virtual network must configure its connection. This connection type is great if you're just getting started with Azure, or for developers, because it requires little or no changes to your existing network. The communication between your computer and a virtual network is sent through an encrypted tunnel over the internet. To learn more, see [Point-to-site VPN](../vpn-gateway/point-to-site-about.md?toc=%2fazure%2fvirtual-network%2ftoc.json#).
43-
- **Site-to-site VPN:** Established between your on-premises VPN device and an Azure VPN Gateway that is deployed in a virtual network. This connection type enables any on-premises resource that you authorize to access a virtual network. The communication between your on-premises VPN device and an Azure VPN gateway is sent through an encrypted tunnel over the internet. To learn more, see [Site-to-site VPN](../vpn-gateway/design.md?toc=%2fazure%2fvirtual-network%2ftoc.json#s2smulti).
44-
- **Azure ExpressRoute:** Established between your network and Azure, through an ExpressRoute partner. This connection is private. Traffic does not go over the internet. To learn more, see [ExpressRoute](../expressroute/expressroute-introduction.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
42+
- **Point-to-site virtual private network (VPN):** Established between a virtual network and a single computer in your network. Each computer that wants to establish connectivity with a virtual network must configure its connection. This connection type is great if you're just getting started with Azure, or for developers, because it requires little or no changes to your existing network. The communication between your computer and a virtual network is sent through an encrypted tunnel over the internet. To learn more, see [Point-to-site VPN](../vpn-gateway/point-to-site-about.md?toc=/azure/virtual-network/toc.json#).
43+
- **Site-to-site VPN:** Established between your on-premises VPN device and an Azure VPN Gateway that is deployed in a virtual network. This connection type enables any on-premises resource that you authorize to access a virtual network. The communication between your on-premises VPN device and an Azure VPN gateway is sent through an encrypted tunnel over the internet. To learn more, see [Site-to-site VPN](../vpn-gateway/design.md?toc=/azure/virtual-network/toc.json#s2smulti).
44+
- **Azure ExpressRoute:** Established between your network and Azure, through an ExpressRoute partner. This connection is private. Traffic does not go over the internet. To learn more, see [ExpressRoute](../expressroute/expressroute-introduction.md?toc=/azure/virtual-network/toc.json).
4545

4646
### Filter network traffic
4747

@@ -55,7 +55,7 @@ You can filter network traffic between subnets using either or both of the follo
5555
Azure routes traffic between subnets, connected virtual networks, on-premises networks, and the Internet, by default. You can implement either or both of the following options to override the default routes Azure creates:
5656

5757
- **Route tables:** You can create custom route tables with routes that control where traffic is routed to for each subnet. Learn more about [route tables](virtual-networks-udr-overview.md#user-defined).
58-
- **Border gateway protocol (BGP) routes:** If you connect your virtual network to your on-premises network using an Azure VPN Gateway or ExpressRoute connection, you can propagate your on-premises BGP routes to your virtual networks. Learn more about using BGP with [Azure VPN Gateway](../vpn-gateway/vpn-gateway-bgp-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and [ExpressRoute](../expressroute/expressroute-routing.md?toc=%2fazure%2fvirtual-network%2ftoc.json#dynamic-route-exchange).
58+
- **Border gateway protocol (BGP) routes:** If you connect your virtual network to your on-premises network using an Azure VPN Gateway or ExpressRoute connection, you can propagate your on-premises BGP routes to your virtual networks. Learn more about using BGP with [Azure VPN Gateway](../vpn-gateway/vpn-gateway-bgp-overview.md?toc=/azure/virtual-network/toc.json) and [ExpressRoute](../expressroute/expressroute-routing.md?toc=/azure/virtual-network/toc.json#dynamic-route-exchange).
5959

6060
### Virtual network integration for Azure services
6161

articles/visual-studio/vs-storage-cloud-services-getting-started-blobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Azure Blob Storage is a service for storing large amounts of unstructured data t
2929
Just as files live in folders, storage blobs live in containers. After you have created a storage, you create one or more containers in the storage. For example, in a storage called "Scrapbook," you can create containers in the storage called "images" to store pictures and another called "audio" to store audio files. After you create the containers, you can upload individual blob files to them.
3030

3131
* For more information on programmatically manipulating blobs, see [Get started with Azure Blob storage using .NET](../storage/blobs/storage-quickstart-blobs-dotnet.md).
32-
* For general information about Azure Storage, see [Storage documentation](https://azure.microsoft.com/documentation/services/storage/).
33-
* For general information about Azure Cloud Services, see [Cloud Services documentation](https://azure.microsoft.com/documentation/services/cloud-services/).
32+
* For general information about Azure Storage, see [Storage documentation](/azure/storage/).
33+
* For general information about Azure Cloud Services, see [Cloud Services documentation](/azure/cloud-services/).
3434
* For more information about programming ASP.NET applications, see [ASP.NET](https://www.asp.net).
3535

3636
## Access blob containers in code
@@ -273,4 +273,4 @@ async public static Task ListBlobsSegmentedInFlatListing(CloudBlobContainer cont
273273
```
274274

275275
## Next steps
276-
[!INCLUDE [vs-storage-dotnet-blobs-next-steps](../../includes/vs-storage-dotnet-blobs-next-steps.md)]
276+
[!INCLUDE [vs-storage-dotnet-blobs-next-steps](../../includes/vs-storage-dotnet-blobs-next-steps.md)]

articles/visual-studio/vs-storage-cloud-services-getting-started-queues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ We'll show you how to create a queue in code. We'll also show you how to perform
2828
The **Add Connected Services** operation installs the appropriate NuGet packages to access Azure storage in your project and adds the connection string for the storage account to your project configuration files.
2929

3030
* See [Get started with Azure Queue storage using .NET](../storage/queues/storage-dotnet-how-to-use-queues.md) for more information on manipulating queues in code.
31-
* See [Storage documentation](https://azure.microsoft.com/documentation/services/storage/) for general information about Azure Storage.
32-
* See [Cloud Services documentation](https://azure.microsoft.com/documentation/services/cloud-services/) for general information about Azure cloud services.
31+
* See [Storage documentation](/azure/storage/) for general information about Azure Storage.
32+
* See [Cloud Services documentation](/azure/cloud-services/) for general information about Azure cloud services.
3333
* See [ASP.NET](https://www.asp.net) for more information about programming ASP.NET applications.
3434

3535
Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. A single queue message can be up to 64 KB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account.
@@ -186,4 +186,4 @@ messageQueue.Delete();
186186
```
187187

188188
## Next steps
189-
[!INCLUDE [vs-storage-dotnet-queues-next-steps](../../includes/vs-storage-dotnet-queues-next-steps.md)]
189+
[!INCLUDE [vs-storage-dotnet-queues-next-steps](../../includes/vs-storage-dotnet-queues-next-steps.md)]

articles/visual-studio/vs-storage-cloud-services-getting-started-tables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ To get started, you first need to create a table in your storage account. We'll
3131
**NOTE:** Some of the APIs that perform calls out to Azure storage are asynchronous. See [Asynchronous programming with Async and Await](/previous-versions/hh191443(v=vs.140)) for more information. The code below assumes async programming methods are being used.
3232

3333
* See [Get started with Azure Table storage using .NET](../cosmos-db/tutorial-develop-table-dotnet.md) for more information on programmatically manipulating tables.
34-
* See [Storage documentation](https://azure.microsoft.com/documentation/services/storage/) for general information about Azure Storage.
35-
* See [Cloud Services documentation](https://azure.microsoft.com/documentation/services/cloud-services/) for general information about Azure cloud services.
34+
* See [Storage documentation](/azure/storage/) for general information about Azure Storage.
35+
* See [Cloud Services documentation](/azure/cloud-services/) for general information about Azure cloud services.
3636
* See [ASP.NET](https://www.asp.net) for more information about programming ASP.NET applications.
3737

3838
## Access tables in code

0 commit comments

Comments
 (0)