Skip to content

Commit 4e3365a

Browse files
Merge pull request #277128 from Saisang/sai-includescleanup-rootincludes-19
Move cross-used root includes to reusable-content repo 19/22
2 parents bf725cf + 9eba74e commit 4e3365a

20 files changed

+38
-38
lines changed

includes/functions-vstools-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ The Azure Functions project template in Visual Studio creates a C# class library
2525
| **Storage account (AzureWebJobsStorage)** | **Storage emulator** | Because a function app in Azure requires a storage account, one is assigned or created when you publish your project to Azure. An HTTP trigger doesn't use an Azure Storage account connection string; all other trigger types require a valid Azure Storage account connection string. |
2626
| **Authorization level** | **Anonymous** | The created function can be triggered by any client without providing a key. This authorization setting makes it easy to test your new function. For more information about keys and authorization, see [Authorization keys](../articles/azure-functions/functions-bindings-http-webhook-trigger.md#authorization-keys) and [HTTP and webhook bindings](../articles/azure-functions/functions-bindings-http-webhook.md). |
2727

28-
![Azure Functions project settings](./media/functions-vs-tools-create/functions-project-settings-v4-isolated.png)
28+
![Azure Functions project settings](~/reusable-content/ce-skilling/azure/media/functions-vs-tools-create/functions-project-settings-v4-isolated.png)
2929

3030
# [In-process model](#tab/in-process)
3131

32-
[!INCLUDE [functions-in-process-model-retirement-note](./functions-in-process-model-retirement-note.md)]
32+
[!INCLUDE [functions-in-process-model-retirement-note](~/reusable-content/ce-skilling/azure/includes/functions-in-process-model-retirement-note.md)]
3333

3434
| Setting | Value | Description |
3535
| ------------ | ------- |----------------------------------------- |

includes/load-balancer-create-bastion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
In this section, you create a virtual network with a resource subnet, an Azure Bastion subnet, and an Azure Bastion host.
1616

1717
> [!IMPORTANT]
18-
> [!INCLUDE [Pricing](bastion-pricing.md)]
18+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
1919
2020
1. In the portal, search for and select **Virtual networks**.
2121

includes/load-balancer-create-no-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
The following procedure creates a virtual network with a resource subnet, an Azure Bastion subnet, and an Azure Bastion host.
1616

1717
> [!IMPORTANT]
18-
> [!INCLUDE [Pricing](bastion-pricing.md)]
18+
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
1919
2020
1. In the portal, search for and select **Virtual networks**.
2121

includes/quickstart-control-device-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ The quickstart uses two pre-written .NET applications:
3535
3636
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
3737
38-
[!INCLUDE [iot-hub-cli-version-info](iot-hub-cli-version-info.md)]
38+
[!INCLUDE [iot-hub-cli-version-info](~/reusable-content/ce-skilling/azure/includes/iot-hub-cli-version-info.md)]
3939
40-
[!INCLUDE [iot-hub-include-create-hub-cli](iot-hub-include-create-hub-cli.md)]
40+
[!INCLUDE [iot-hub-include-create-hub-cli](~/reusable-content/ce-skilling/azure/includes/iot-hub-include-create-hub-cli.md)]
4141
4242
## Retrieve the service connection string
4343

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](iot-hub-cli-version-info.md)]
43+
[!INCLUDE [iot-hub-cli-version-info](~/reusable-content/ce-skilling/azure/includes/iot-hub-cli-version-info.md)]
4444
4545
## Create an IoT hub
4646
47-
[!INCLUDE [iot-hub-include-create-hub-cli](iot-hub-include-create-hub-cli.md)]
47+
[!INCLUDE [iot-hub-include-create-hub-cli](~/reusable-content/ce-skilling/azure/includes/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](iot-hub-cli-version-info.md)]
35+
[!INCLUDE [iot-hub-cli-version-info](~/reusable-content/ce-skilling/azure/includes/iot-hub-cli-version-info.md)]
3636
3737
## Create an IoT hub
3838
39-
[!INCLUDE [iot-hub-include-create-hub-cli](iot-hub-include-create-hub-cli.md)]
39+
[!INCLUDE [iot-hub-include-create-hub-cli](~/reusable-content/ce-skilling/azure/includes/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](iot-hub-cli-version-info.md)]
29+
[!INCLUDE [iot-hub-cli-version-info](~/reusable-content/ce-skilling/azure/includes/iot-hub-cli-version-info.md)]
3030

3131
## Create an IoT hub
3232

33-
[!INCLUDE [iot-hub-include-create-hub-cli](iot-hub-include-create-hub-cli.md)]
33+
[!INCLUDE [iot-hub-include-create-hub-cli](~/reusable-content/ce-skilling/azure/includes/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](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

@@ -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](azure-powershell-requirements-no-header.md)]
124+
[!INCLUDE [azure-powershell-requirements-no-header.md](~/reusable-content/ce-skilling/azure/includes/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](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: 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](resource-group.md)] |
25-
|Hosting Plan | Select **New...** and see table below | [!INCLUDE [app-service-plan](app-service-plan.md)] |
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)] |
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](gdpr-intro-sentence.md)]
16+
[!INCLUDE [gdpr-intro-sentence.md](~/reusable-content/ce-skilling/azure/includes/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

0 commit comments

Comments
 (0)