Skip to content

Commit 7c93d08

Browse files
authored
Merge pull request #278220 from Saisang/sai-includescleanup-rootincludesrollback-19
[GREAT DIVIDE] Root includes roll back 19/22
2 parents 7746a6c + 5a62644 commit 7c93d08

16 files changed

+32
-32
lines changed

includes/quickstart-control-device-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ This quickstart uses two Java applications:
4040
4141
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
4242
43-
[!INCLUDE [iot-hub-cli-version-info](~/reusable-content/ce-skilling/azure/includes/iot-hub-cli-version-info.md)]
43+
[!INCLUDE [iot-hub-cli-version-info](./iot-hub-cli-version-info.md)]
4444
4545
## Create an IoT hub
4646
47-
[!INCLUDE [iot-hub-include-create-hub-cli](~/reusable-content/ce-skilling/azure/includes/iot-hub-include-create-hub-cli.md)]
47+
[!INCLUDE [iot-hub-include-create-hub-cli](./iot-hub-include-create-hub-cli.md)]
4848
4949
## Register a device
5050

includes/quickstart-control-device-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ This quickstart uses two Node.js applications:
3232
3333
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
3434
35-
[!INCLUDE [iot-hub-cli-version-info](~/reusable-content/ce-skilling/azure/includes/iot-hub-cli-version-info.md)]
35+
[!INCLUDE [iot-hub-cli-version-info](./iot-hub-cli-version-info.md)]
3636
3737
## Create an IoT hub
3838
39-
[!INCLUDE [iot-hub-include-create-hub-cli](~/reusable-content/ce-skilling/azure/includes/iot-hub-include-create-hub-cli.md)]
39+
[!INCLUDE [iot-hub-include-create-hub-cli](./iot-hub-include-create-hub-cli.md)]
4040
4141
## Register a device
4242

includes/quickstart-control-device-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ This quickstart uses two Python applications:
2626

2727
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
2828

29-
[!INCLUDE [iot-hub-cli-version-info](~/reusable-content/ce-skilling/azure/includes/iot-hub-cli-version-info.md)]
29+
[!INCLUDE [iot-hub-cli-version-info](./iot-hub-cli-version-info.md)]
3030

3131
## Create an IoT hub
3232

33-
[!INCLUDE [iot-hub-include-create-hub-cli](~/reusable-content/ce-skilling/azure/includes/iot-hub-include-create-hub-cli.md)]
33+
[!INCLUDE [iot-hub-include-create-hub-cli](./iot-hub-include-create-hub-cli.md)]
3434

3535
## Register a device
3636

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

Lines changed: 4 additions & 4 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](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
28+
[!INCLUDE [resource group intro text](./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](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
71+
[!INCLUDE [resource group intro text](./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

@@ -121,7 +121,7 @@ az spatial-anchors-account delete --resource-group myResourceGroup --name MySpat
121121

122122
Start by preparing your environment for Azure PowerShell:
123123

124-
[!INCLUDE [azure-powershell-requirements-no-header.md](~/reusable-content/ce-skilling/azure/includes/azure-powershell-requirements-no-header.md)]
124+
[!INCLUDE [azure-powershell-requirements-no-header.md](./azure-powershell-requirements-no-header.md)]
125125

126126
> [!IMPORTANT]
127127
> While the **Az.MixedReality** PowerShell module is in preview, you must install it separately using
@@ -145,7 +145,7 @@ Install-Module -Name Az.MixedReality
145145
New-AzResourceGroup -Name myResourceGroup -Location eastus2
146146
```
147147

148-
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
148+
[!INCLUDE [resource group intro text](./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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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](~/reusable-content/ce-skilling/azure/includes/resource-group.md)] |
25-
|Hosting Plan | Select **New...** and see table below | [!INCLUDE [app-service-plan](~/reusable-content/ce-skilling/azure/includes/app-service-plan.md)] |
24+
|Resource Group |_myResourceGroup_ or select an existing one | [!INCLUDE [resource group intro text](./resource-group.md)] |
25+
|Hosting Plan | Select **New...** and see table below | [!INCLUDE [app-service-plan](./app-service-plan.md)] |
2626

2727
#### Hosting Plan Settings
2828
| Setting | Suggested value | Description |

includes/storage-import-export-delete-personal-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: include file
1313

1414
## Deleting personal information
1515

16-
[!INCLUDE [gdpr-intro-sentence.md](~/reusable-content/ce-skilling/azure/includes/gdpr-intro-sentence.md)]
16+
[!INCLUDE [gdpr-intro-sentence.md](./gdpr-intro-sentence.md)]
1717

1818
Personal information is relevant to the import/export service (via the portal and API) during import and export operations. Data used during these processes include:
1919

includes/storage-quickstart-credential-free-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For example, your app can authenticate using your Visual Studio sign-in credenti
3232

3333
You can authorize access to data in your storage account using the following steps:
3434

35-
1. [!INCLUDE [default-azure-credential-sign-in](~/reusable-content/ce-skilling/azure/includes/passwordless/default-azure-credential-sign-in.md)]
35+
1. [!INCLUDE [default-azure-credential-sign-in](./passwordless/default-azure-credential-sign-in.md)]
3636

3737
2. [!INCLUDE [visual-studio-add-identity](passwordless/visual-studio-add-identity.md)]
3838

includes/virtual-network-create-tabs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following procedure creates a virtual network with a resource subnet.
2727
| Name | Enter **vnet-1**. |
2828
| Region | Select **East US 2**. |
2929

30-
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/virtual-network-create/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal." lightbox="~/reusable-content/ce-skilling/azure/media/virtual-network-create/create-virtual-network-basics.png":::
30+
:::image type="content" source="./media/virtual-network-create/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal." lightbox="./media/virtual-network-create/create-virtual-network-basics.png":::
3131

3232
1. Select **Next** to proceed to the **Security** tab.
3333

@@ -45,7 +45,7 @@ The following procedure creates a virtual network with a resource subnet.
4545
| Starting address | Leave the default of **10.0.0.0**. |
4646
| Subnet size | Leave the default of **/24(256 addresses)**. |
4747

48-
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration.":::
48+
:::image type="content" source="./media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration.":::
4949

5050
1. Select **Save**.
5151

includes/virtual-network-create-with-bastion-tabs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
2727
| Name | Enter **vnet-1**. |
2828
| Region | Select **East US 2**. |
2929

30-
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/virtual-network-create-with-bastion/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal." lightbox="~/reusable-content/ce-skilling/azure/media/virtual-network-create-with-bastion/create-virtual-network-basics.png":::
30+
:::image type="content" source="./media/virtual-network-create-with-bastion/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal." lightbox="./media/virtual-network-create-with-bastion/create-virtual-network-basics.png":::
3131

3232
1. Select **Next** to proceed to the **Security** tab.
3333

@@ -36,7 +36,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
3636
Azure Bastion uses your browser to connect to VMs in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](../articles/bastion/bastion-overview.md)
3737

3838
>[!NOTE]
39-
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
39+
>[!INCLUDE [Pricing](./bastion-pricing.md)]
4040
4141
1. Enter or select the following information in **Azure Bastion**:
4242

@@ -45,7 +45,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
4545
| Azure Bastion host name | Enter **bastion**. |
4646
| Azure Bastion public IP address | Select **Create a public IP address**. </br> Enter **public-ip** in Name. </br> Select **OK**. |
4747

48-
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/virtual-network-create-with-bastion/enable-bastion.png" alt-text="Screenshot of enable bastion host in Create virtual network in the Azure portal.":::
48+
:::image type="content" source="./media/virtual-network-create-with-bastion/enable-bastion.png" alt-text="Screenshot of enable bastion host in Create virtual network in the Azure portal.":::
4949

5050
1. Select **Next** to proceed to the **IP Addresses** tab.
5151

@@ -61,7 +61,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
6161
| Starting address | Leave the default of **10.0.0.0**. |
6262
| Subnet size | Leave the default of **/24(256 addresses)**. |
6363

64-
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/virtual-network-create-with-bastion/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration.":::
64+
:::image type="content" source="./media/virtual-network-create-with-bastion/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration.":::
6565

6666
1. Select **Save**.
6767

includes/virtual-network-create-with-nat-bastion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
7575
Azure Bastion uses your browser to connect to VMs in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](../articles/bastion/bastion-overview.md)
7676

7777
>[!NOTE]
78-
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
78+
>[!INCLUDE [Pricing](./bastion-pricing.md)]
7979
8080
1. Enter or select the following information in **Azure Bastion**:
8181

0 commit comments

Comments
 (0)