Skip to content

Commit 3e4b94e

Browse files
authored
Merge pull request #279295 from Saisang/sai-movescopedrootincludes9
[Great Division] Move scoped root includes 9/14
2 parents 5ff8190 + ead9931 commit 3e4b94e

File tree

100 files changed

+143
-145
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

+143
-145
lines changed

articles/load-balancer/basic/quickstart-basic-internal-load-balancer-cli.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-azurecli, mode-api
1515

1616
Get started with Azure Load Balancer by using the Azure CLI to create an internal load balancer and two virtual machines.
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
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2121

@@ -57,9 +57,8 @@ Create a virtual network by using [az network vnet create](/cli/azure/network/vn
5757
In this example, you'll create an Azure Bastion host. The Azure Bastion host is used later in this article to securely manage the virtual machines and test the load balancer deployment.
5858

5959
> [!IMPORTANT]
60-
61-
> [!INCLUDE [Pricing](../../../includes/bastion-pricing.md)]
62-
60+
>
61+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
6362
>
6463
6564
### Create a bastion public IP address
@@ -258,7 +257,7 @@ Create the virtual machines with [az vm create](/cli/azure/vm#az-vm-create).
258257

259258
It can take a few minutes for the VMs to deploy.
260259

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

263262
## Add virtual machines to the backend pool
264263

articles/load-balancer/basic/quickstart-basic-internal-load-balancer-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ An Azure Bastion host is created to securely manage the virtual machines and ins
3838

3939
> [!IMPORTANT]
4040
41-
> [!INCLUDE [Pricing](../../../includes/bastion-pricing.md)]
41+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
4242
4343
>
4444
@@ -238,7 +238,7 @@ These VMs are added to the backend pool of the load balancer that was created ea
238238
| Availability set | Select the existing **myAvailabiltySet** |
239239
| Network security group | Select the existing **myNSG** |
240240

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

243243
## Create test virtual machine
244244

articles/load-balancer/basic/quickstart-basic-internal-load-balancer-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Create an Azure Bastion host to securely manage the virtual machines in the back
5757

5858
> [!IMPORTANT]
5959
60-
> [!INCLUDE [Pricing](../../../includes/bastion-pricing.md)]
60+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
6161
6262
>
6363
@@ -315,7 +315,7 @@ Id Name PSJobTypeName State HasMoreData Location
315315
3 Long Running O… AzureLongRunni… Completed True localhost New-AzVM
316316
```
317317

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

320320
## Create the test virtual machine
321321

articles/load-balancer/basic/quickstart-basic-public-load-balancer-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: template-quickstart, devx-track-azurecli
1515

1616
Get started with Azure Load Balancer by using the Azure portal to create a basic public load balancer and two virtual machines.
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
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2121

@@ -171,7 +171,7 @@ In this section, you'll create the resources for Azure Bastion. Azure Bastion is
171171

172172
> [!IMPORTANT]
173173
174-
> [!INCLUDE [Pricing](../../../includes/bastion-pricing.md)]
174+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
175175
176176
>
177177
@@ -278,7 +278,7 @@ Create the virtual machines with [az vm create](/cli/azure/vm#az-vm-create):
278278

279279
It may take a few minutes for the VMs to deploy. You can continue to the next steps while the VMs are creating.
280280

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

283283
### Add virtual machines to load balancer backend pool
284284

articles/load-balancer/basic/quickstart-basic-public-load-balancer-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In this section, you'll create a virtual network and subnet.
8181

8282
> [!IMPORTANT]
8383
84-
> [!INCLUDE [Pricing](../../../includes/bastion-pricing.md)]
84+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
8585
8686
>
8787
@@ -235,7 +235,7 @@ The two VMs will be added to an availability set named **myAvailabilitySet**.
235235
| Availability set | Select **myAvailabilitySet** |
236236
| Network security group | Select the existing **myNSG** |
237237

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

240240
## Install IIS
241241

articles/load-balancer/basic/quickstart-basic-public-load-balancer-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Create an Azure Bastion host to securely manage the virtual machines in the back
137137

138138
> [!IMPORTANT]
139139
140-
> [!INCLUDE [Pricing](../../../includes/bastion-pricing.md)]
140+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
141141
142142
>
143143
@@ -341,7 +341,7 @@ Id Name PSJobTypeName State HasMoreData Location
341341

342342
Ensure the **State** of the VM creation is **Completed** before moving on to the next steps.
343343

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

346346
## Install IIS
347347

articles/load-balancer/basic/virtual-network-ipv4-ipv6-dual-stack-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article shows you how to deploy a dual stack (IPv4 + IPv6) application with
1717

1818
To deploy a dual stack (IPV4 + IPv6) application using Standard Load Balancer, see [Deploy an IPv6 dual stack application with Standard Load Balancer using Azure CLI](../virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-cli.md).
1919

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

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

articles/load-balancer/basic/virtual-network-ipv4-ipv6-dual-stack-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to deploy a dual stack (IPv4 + IPv6) application with
1818
To deploy a dual stack (IPV4 + IPv6) application using Standard Load Balancer, see [Deploy an IPv6 dual stack application with Standard Load Balancer using Azure PowerShell](../virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md).
1919

2020

21-
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
21+
[!INCLUDE [cloud-shell-try-it.md](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
2222

2323
If you choose to install and use PowerShell locally, this article requires the Azure PowerShell module version 6.9.0 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-azure-powershell). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
2424

articles/load-balancer/tutorial-deploy-cross-region-load-balancer-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A cross-region load balancer ensures a service is available globally across mult
1616

1717
Using an ARM template takes fewer steps comparing to other deployment methods.
1818

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

2121
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.
2222

@@ -60,7 +60,7 @@ Multiple Azure resources have been defined in the template:
6060

6161
> [!IMPORTANT]
6262
63-
> [!INCLUDE [Pricing](../../includes/bastion-pricing.md)]
63+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
6464
6565
>
6666

articles/load-balancer/tutorial-gateway-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ It can take a few minutes for the Azure Bastion host to deploy.
104104

105105
> [!IMPORTANT]
106106
107-
> [!INCLUDE [Pricing](../../includes/bastion-pricing.md)]
107+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
108108
109109
>
110110

0 commit comments

Comments
 (0)