Skip to content

Commit f10fd9c

Browse files
committed
Move cross-used root includes to reusable-content repo 18/22
1 parent 9f46655 commit f10fd9c

File tree

100 files changed

+159
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+159
-159
lines changed

articles/virtual-network-manager/create-virtual-network-manager-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this quickstart, an Azure Resource Manager template is used to deploy Azure V
1818

1919
[!INCLUDE [virtual-network-manager-preview](../../includes/virtual-network-manager-preview.md)]
2020

21-
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
21+
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2222

2323
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template opens in the Azure portal.
2424

articles/virtual-network/ip-services/virtual-network-public-ip-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When you assign a public IP address to an Azure resource, you enable the followi
2525

2626
- Outbound connectivity to the Internet using a predictable IP address.
2727

28-
[!INCLUDE [ephemeral-ip-note.md](../../../includes/ephemeral-ip-note.md)]
28+
[!INCLUDE [ephemeral-ip-note.md](~/reusable-content/ce-skilling/azure/includes/ephemeral-ip-note.md)]
2929

3030
## Create a public IP address
3131

articles/virtual-network/ip-services/virtual-networks-static-private-ip-arm-pportal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Use the following steps to create a VM, and its virtual network and subnet:
5858

5959
1. Select **Review + create**. Review the settings, and then select **Create**.
6060

61-
[!INCLUDE [ephemeral-ip-note.md](../../../includes/ephemeral-ip-note.md)]
61+
[!INCLUDE [ephemeral-ip-note.md](~/reusable-content/ce-skilling/azure/includes/ephemeral-ip-note.md)]
6262

6363
## Change private IP address to static
6464

articles/virtual-network/scripts/virtual-network-cli-sample-peer-two-virtual-networks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ ms.custom: devx-track-azurecli
1616

1717
This script sample creates and connects two virtual networks in the same region through the Azure network. After running the script, you have a peering between two virtual networks.
1818

19-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
19+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2020

2121
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2222

2323
## Sample script
2424

25-
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](../../../includes/cli-launch-cloud-shell-sign-in.md)]
25+
[!INCLUDE [cli-launch-cloud-shell-sign-in.md](~/reusable-content/ce-skilling/azure/includes/cli-launch-cloud-shell-sign-in.md)]
2626

2727
### Run the script
2828

2929
:::code language="azurecli" source="~/azure_cli_scripts/virtual-network/peer-two-virtual-networks/peer-two-virtual-networks.sh" id="FullScript":::
3030

3131
## Clean up deployment
3232

33-
[!INCLUDE [cli-clean-up-resources.md](../../../includes/cli-clean-up-resources.md)]
33+
[!INCLUDE [cli-clean-up-resources.md](~/reusable-content/ce-skilling/azure/includes/cli-clean-up-resources.md)]
3434

3535
```azurecli
3636
az group delete --name $resourceGroup

articles/virtual-network/scripts/virtual-network-powershell-sample-peer-two-virtual-networks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This script sample creates and connects two virtual networks in the same region
1515

1616
You can execute the script from the Azure [Cloud Shell](https://shell.azure.com/powershell), or from a local PowerShell installation. If you use PowerShell locally, this script requires the Az PowerShell module version 5.4.1 or later. To find the installed version, run `Get-Module -ListAvailable Az`. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-azure-powershell). If you're running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
1717

18-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
18+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
1919

2020
## Sample script
2121

22-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
22+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
2323

2424
[!code-azurepowershell-interactive[main](../../../powershell_scripts/virtual-network/peer-two-virtual-networks/peer-two-virtual-networks.ps1 "Peer two networks")]
2525

articles/virtual-wan/certificates-point-to-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The PowerShell cmdlets that you use to generate certificates are part of the ope
1717

1818
If you don't have a computer that meets the operating system requirement, you can use [MakeCert](../vpn-gateway/vpn-gateway-certificates-point-to-site-makecert.md) to generate certificates. The certificates that you generate using either method can be installed on any supported client operating system.
1919

20-
[!INCLUDE [Generate and export - this include is for both vpn-gateway and virtual-wan](../../includes/vpn-gateway-generate-export-certificates-include.md)]
20+
[!INCLUDE [Generate and export - this include is for both vpn-gateway and virtual-wan](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-generate-export-certificates-include.md)]
2121

2222
## Install an exported client certificate
2323

articles/virtual-wan/create-bgp-peering-hub-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Verify that you've met the following criteria before beginning your configuratio
2323

2424
## Create a virtual WAN
2525

26-
[!INCLUDE [Create a virtual WAN](../../includes/virtual-wan-create-vwan-include.md)]
26+
[!INCLUDE [Create a virtual WAN](~/reusable-content/ce-skilling/azure/includes/virtual-wan-create-vwan-include.md)]
2727

2828
## Create a hub
2929

3030
A hub is a virtual network that can contain gateways for site-to-site, ExpressRoute, or point-to-site functionality. Once the hub is created, you'll be charged for the hub, even if you don't attach any sites.
3131

32-
[!INCLUDE [Create a hub](../../includes/virtual-wan-hub-basics.md)]
32+
[!INCLUDE [Create a hub](~/reusable-content/ce-skilling/azure/includes/virtual-wan-hub-basics.md)]
3333

3434
Once you have the settings configured, click **Review + Create** to validate, then click **Create**. The hub will begin provisioning. After the hub is created, go to the hub's **Overview** page. When provisioning is completed, the **Routing status** is **Provisioned**.
3535

articles/virtual-wan/create-bgp-peering-hub-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Verify that you've met the following criteria before beginning your configuratio
2323

2424
### Azure PowerShell
2525

26-
[!INCLUDE [PowerShell](../../includes/vpn-gateway-cloud-shell-powershell-about.md)]
26+
[!INCLUDE [PowerShell](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-cloud-shell-powershell-about.md)]
2727

2828
#### <a name="signin"></a>Sign in
2929

30-
[!INCLUDE [Sign in](../../includes/vpn-gateway-cloud-shell-ps-login.md)]
30+
[!INCLUDE [Sign in](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-cloud-shell-ps-login.md)]
3131

3232
## Create a virtual WAN
3333

articles/virtual-wan/cross-tenant-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Make sure that the virtual network address space in the remote tenant doesn't ov
4040

4141
### Working with Azure PowerShell
4242

43-
[!INCLUDE [PowerShell](../../includes/vpn-gateway-cloud-shell-powershell.md)]
43+
[!INCLUDE [PowerShell](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-cloud-shell-powershell.md)]
4444

4545
## <a name="rights"></a>Assign permissions
4646

articles/virtual-wan/customer-controlled-gateway-maintenance.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ ms.author: cherylmc
1313

1414
This article helps you configure customer-controlled maintenance windows for Virtual WAN site-to-site VPN gateways and Virtual WAN ExpressRoute gateways. Learn how to schedule customer-controlled maintenance for your gateways using the Azure portal or PowerShell.
1515

16-
[!INCLUDE [Overview](../../includes/vpn-gateway-customer-controlled-gateway-maintenance-article-overview.md)]
16+
[!INCLUDE [Overview](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-customer-controlled-gateway-maintenance-article-overview.md)]
1717

1818
For more information on limitations and frequently asked questions related to customer-controlled maintenance, see the [Virtual WAN FAQ](virtual-wan-faq.md).
1919

20-
[!INCLUDE [Preview rollout](../../includes/vpn-gateway-customer-controlled-maintenance-rollout-note.md)]
20+
[!INCLUDE [Preview rollout](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-customer-controlled-maintenance-rollout-note.md)]
2121

2222
## Azure portal steps
2323

24-
[!INCLUDE [Portal steps](../../includes/vpn-gateway-customer-controlled-gateway-maintenance-article-portal.md)]
24+
[!INCLUDE [Portal steps](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-customer-controlled-gateway-maintenance-article-portal.md)]
2525

2626
Example:
2727

2828
:::image type="content" source="./media/customer-controlled-gateway-maintenance/select-resources.png" alt-text="Screenshot showing the select resources page." lightbox="./media/customer-controlled-gateway-maintenance/select-resources.png":::
2929

30-
[!INCLUDE [View add remove](../../includes/vpn-gateway-customer-controlled-gateway-maintenance-view-add-remove.md)]
30+
[!INCLUDE [View add remove](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-customer-controlled-gateway-maintenance-view-add-remove.md)]
3131

3232
## Azure PowerShell steps
3333

34-
[!INCLUDE [PowerShell steps](../../includes/vpn-gateway-customer-controlled-gateway-maintenance-article-powershell.md)]
34+
[!INCLUDE [PowerShell steps](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-customer-controlled-gateway-maintenance-article-powershell.md)]
3535
6. Create the maintenance configuration assignment using the [New-AzConfigurationAssignment](/powershell/module/az.maintenance/new-azconfigurationassignment) cmdlet. The maintenance policy is applied to the resource within 24 hours.
3636

3737
```azurepowershell-interactive
@@ -40,7 +40,7 @@ For more information on limitations and frequently asked questions related to cu
4040

4141
### To remove a configuration assignment
4242

43-
[!INCLUDE [Remove assignment](../../includes/vpn-gateway-customer-controlled-gateway-maintenance-article-remove-assignment.md)]
43+
[!INCLUDE [Remove assignment](~/reusable-content/ce-skilling/azure/includes/vpn-gateway-customer-controlled-gateway-maintenance-article-remove-assignment.md)]
4444

4545
## Next steps
4646

0 commit comments

Comments
 (0)