Skip to content

Commit 929e2b1

Browse files
authored
Merge pull request #279370 from Saisang/sai-movescopedrootincludes15
[Great Division] Move related root include
2 parents 501453a + b1aedd7 commit 929e2b1

9 files changed

+11
-24
lines changed

articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can keep the generated web app name, or change it to another unique name (va
9292

9393
#### Create a resource group
9494

95-
[!INCLUDE [resource-group](../../includes/resource-group.md)]
95+
[!INCLUDE [resource-group](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
9696

9797
1. Next to **Resource Group**, click **New**.
9898

articles/app-service/quickstart-multi-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cd multicontainerwordpress
4848

4949
## Create a resource group
5050

51-
[!INCLUDE [resource group intro text](../../includes/resource-group.md)]
51+
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
5252

5353
In the Cloud Shell, create a resource group with the [`az group create`](/cli/azure/group#az-group-create) command. The following example creates a resource group named *myResourceGroup* in the *South Central US* location. To see all supported locations for App Service on Linux in **Standard** tier, run the [`az appservice list-locations --sku S1 --linux-workers-enabled`](/cli/azure/appservice#az-appservice-list-locations) command.
5454

articles/app-service/tutorial-multi-container-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cd multicontainerwordpress
5656

5757
## Create a resource group
5858

59-
[!INCLUDE [resource group intro text](../../includes/resource-group.md)]
59+
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
6060

6161
In Cloud Shell, create a resource group with the [`az group create`](/cli/azure/group#az-group-create) command. The following example creates a resource group named *myResourceGroup* in the *South Central US* location. To see all supported locations for App Service on Linux in **Standard** tier, run the [`az appservice list-locations --sku S1 --linux-workers-enabled`](/cli/azure/appservice#az-appservice-list-locations) command.
6262

articles/lab-services/tutorial-create-lab-with-advanced-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this tutorial, you learn how to:
4242

4343
## Create a resource group
4444

45-
[!INCLUDE [resource group definition](../../includes/resource-group.md)]
45+
[!INCLUDE [resource group definition](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
4646

4747
The following steps show how to use the Azure portal to [create a resource group](../azure-resource-manager/management/manage-resource-groups-portal.md). For simplicity, you create all resources for this tutorial in the same resource group.
4848

articles/spatial-anchors/tutorials/tutorial-share-anchors-across-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Go to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>,
6868

6969
### Create a resource group
7070

71-
[!INCLUDE [resource group intro text](../../../includes/resource-group.md)]
71+
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
7272

7373
Next to **Resource Group**, select **New**.
7474

includes/app-service-web-create-resource-group-no-h.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cephalin
1010
ms.custom: "include file"
1111
---
1212

13-
[!INCLUDE [resource group intro text](./resource-group.md)]
13+
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
1414

1515
In the Cloud Shell, create a resource group with the [`az group create`](/cli/azure/group) command. The following example creates a resource group named *myResourceGroup* in the *West Europe* location. To see all supported locations for App Service in **Free** tier, run the [`az appservice list-locations --sku FREE`](/cli/azure/appservice) command.
1616

@@ -20,4 +20,4 @@ az group create --name myResourceGroup --location "West Europe"
2020

2121
You generally create your resource group and the resources in a region near you.
2222

23-
When the command finishes, a JSON output shows you the resource group properties.
23+
When the command finishes, a JSON output shows you the resource group properties.

includes/resource-group.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

includes/spatial-anchors-get-started-create-resource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ On the **Spatial Anchors Account** pane, do the following:
2525
* Select the subscription that you want to attach the resource to.
2626
* Create a resource group by selecting **Create new**. Name it **myResourceGroup**, and then select **OK**.
2727

28-
[!INCLUDE [resource group intro text](./resource-group.md)]
28+
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
2929

3030
* Select a location (region) in which to place the resource.
3131
* Select **Create** to begin creating the resource.
@@ -68,7 +68,7 @@ Start by preparing your environment for the Azure CLI:
6868
az group create --name myResourceGroup --location eastus2
6969
```
7070

71-
[!INCLUDE [resource group intro text](./resource-group.md)]
71+
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
7272

7373
You can view your current spatial anchors accounts for a resource group by using the [az spatial-anchors-account list](/cli/azure/spatial-anchors-account#az-spatial-anchors-account-list) command:
7474

@@ -145,7 +145,7 @@ Install-Module -Name Az.MixedReality
145145
New-AzResourceGroup -Name myResourceGroup -Location eastus2
146146
```
147147

148-
[!INCLUDE [resource group intro text](./resource-group.md)]
148+
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
149149

150150
You can view your current spatial anchors accounts for a resource group by using the [Get-AzSpatialAnchorsAccount](/powershell/module/az.mixedreality/get-azmixedrealityspatialanchorsaccount) cmdlet:
151151

includes/spatial-anchors-publish-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Publish Wizard starts.
2121
|-|-|-|
2222
|Name| _myASASharingService_ | Give your service a unique name |
2323
|Subscription Name | | Select your preferred Azure subscription |
24-
|Resource Group |_myResourceGroup_ or select an existing one | [!INCLUDE [resource group intro text](./resource-group.md)] |
24+
|Resource Group |_myResourceGroup_ or select an existing one | [!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)] |
2525
|Hosting Plan | Select **New...** and see table below | [!INCLUDE [app-service-plan](./app-service-plan.md)] |
2626

2727
#### Hosting Plan Settings

0 commit comments

Comments
 (0)