Skip to content

Commit b738288

Browse files
authored
Merge pull request #279289 from Saisang/sai-movescopedrootincludes3
[Great Division] Move scoped root includes 3/14
2 parents c8ba849 + 49421ac commit b738288

File tree

100 files changed

+133
-133
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

+133
-133
lines changed

articles/azure-functions/durable/durable-functions-create-first-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To complete this tutorial:
3636

3737
* Make sure that you have version 3.1 or a later version of the [.NET Core SDK](https://dotnet.microsoft.com/download) installed.
3838

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

4141
## <a name="create-an-azure-functions-project"></a>Create your local project
4242

@@ -172,7 +172,7 @@ To complete this tutorial:
172172

173173
* Verify that you have the [Azurite Emulator](../../storage/common//storage-use-azurite.md) installed and running.
174174

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

177177
## Create a function app project
178178

articles/azure-functions/durable/durable-functions-isolated-create-first-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To complete this tutorial:
4242

4343
* Make sure that you have version 3.1 or a later version of the [.NET Core SDK](https://dotnet.microsoft.com/download) installed.
4444

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

4747
## <a name="create-an-azure-functions-project"></a>Create your local project
4848

@@ -178,7 +178,7 @@ To complete this tutorial:
178178

179179
* Verify that you have the [Azurite Emulator](../../storage/common/storage-use-azurite.md) installed and running.
180180

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

183183
## Create a function app project
184184

articles/azure-functions/durable/quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To complete this tutorial, you need:
3535

3636
- An Azure Storage account, which requires that you have an Azure subscription.
3737

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

4040
::: zone pivot="create-option-manual-setup"
4141

articles/azure-functions/durable/quickstart-js-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To complete this tutorial:
4949
* Make sure that you have version 18.x+ of [Node.js](https://nodejs.org/) installed.
5050
::: zone-end
5151

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

5454
## <a name="create-an-azure-functions-project"></a>Create your local project
5555

articles/azure-functions/durable/quickstart-powershell-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To complete this tutorial:
2929

3030
* Durable Functions require an Azure storage account. You need an Azure subscription.
3131

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

3434
## <a name="create-an-azure-functions-project"></a>Create your local project
3535

articles/azure-functions/durable/quickstart-python-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To complete this tutorial:
3232

3333
* Make sure that you have version 3.7, 3.8, 3.9, or 3.10 of [Python](https://www.python.org/) installed.
3434

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

3737
## <a name="create-an-azure-functions-project"></a>Create your local project
3838

articles/azure-functions/durable/quickstart-ts-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To complete this tutorial:
5050
::: zone-end
5151
* Make sure that you have [TypeScript](https://www.typescriptlang.org/) v4.x+ installed.
5252

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

5555
## <a name="create-an-azure-functions-project"></a>Create your local project
5656

articles/azure-functions/functions-create-maven-kotlin-intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mode-other
1414

1515
This article shows you how to create an HTTP-triggered Java function in an IntelliJ IDEA project, run and debug the project in the integrated development environment (IDE), and finally deploy the function project to a function app in Azure.
1616

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

1919
## Set up your development environment
2020

articles/azure-functions/functions-develop-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Unless otherwise noted, procedures and examples shown are for Visual Studio 2022
3131
- Visual Studio 2022, including the **Azure development** workload.
3232
- Other resources that you need, such as an Azure Storage account, are created in your subscription during the publishing process.
3333

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

3636
## Create an Azure Functions project
3737

articles/azure-functions/functions-event-hub-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this tutorial, you'll:
2121
> * Create and test Java functions that interact with these resources.
2222
> * Deploy your functions to Azure and monitor them with Application Insights.
2323
24-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
24+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2525

2626
## Prerequisites
2727

0 commit comments

Comments
 (0)