Skip to content

Commit 295b4ca

Browse files
authored
Merge pull request #279292 from Saisang/sai-movescopedrootincludes6
[Great Division] Move scoped root includes 6/14
2 parents 7ea99d0 + 268ff2f commit 295b4ca

File tree

100 files changed

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

+112
-112
lines changed

articles/data-factory/create-azure-ssis-integration-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These articles shows how to provision an Azure-SSIS IR by using the [Azure porta
3636

3737
## Prerequisites
3838

39-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
39+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
4040

4141
- **Azure subscription**. If you don't already have a subscription, you can create a [free trial](https://azure.microsoft.com/pricing/free-trial/) account.
4242

articles/data-factory/create-self-hosted-integration-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A self-hosted integration runtime can run copy activities between a cloud data s
2121

2222
This article describes how you can create and configure a self-hosted IR.
2323

24-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
24+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
2525

2626
## Considerations for using a self-hosted IR
2727

articles/data-factory/create-shared-self-hosted-integration-runtime-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To create a shared self-hosted IR using Azure PowerShell, you can take following
6161

6262
### Prerequisites
6363

64-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
64+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
6565

6666
- **Azure subscription**. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
6767

articles/data-factory/data-factory-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ You must also create or assign an existing virtual machine to run the self-hoste
219219
1. Select **Review + create**.
220220
1. Review the settings, and then select **Create**.
221221

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

224224
### Create a private endpoint
225225

articles/data-factory/data-factory-service-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: subject-rbac-steps
1717

1818
This article helps you understand managed identity (formerly known as Managed Service Identity/MSI) and how it works in Azure Data Factory.
1919

20-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
20+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
2121

2222
## Overview
2323

articles/data-factory/data-movement-security-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In this article, we review security considerations in the following two data mov
4444
- **Cloud scenario**: In this scenario, both your source and your destination are publicly accessible through the internet. These include managed cloud storage services such as Azure Storage, Azure Synapse Analytics, Azure SQL Database, Azure Data Lake Store, Amazon S3, Amazon Redshift, SaaS services such as Salesforce, and web protocols such as FTP and OData. Find a complete list of supported data sources in [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).
4545
- **Hybrid scenario**: In this scenario, either your source or your destination is behind a firewall or inside an on-premises corporate network. Or, the data store is in a private network or virtual network (most often the source) and is not publicly accessible. Database servers hosted on virtual machines also fall under this scenario.
4646

47-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
47+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
4848

4949
## Cloud scenarios
5050

articles/data-factory/enable-aad-authentication-azure-ssis-ir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more info about the managed identity for your ADF, see [Managed identity for
3030
>
3131
> - If you have already created your Azure-SSIS IR using SQL authentication, you can not reconfigure it to use Microsoft Entra authentication via PowerShell at this time, but you can do so via Azure portal/ADF app.
3232
33-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
33+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
3434

3535
<a name='enable-azure-ad-authentication-on-azure-sql-database'></a>
3636

articles/data-factory/encrypt-credentials-self-hosted-integration-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-azurepowershell
1616

1717
You can encrypt and store credentials for any of your on-premises data stores (linked services with sensitive information) on a machine with self-hosted integration runtime.
1818

19-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
19+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
2020

2121
You pass a JSON definition file with credentials to the <br/>[**New-AzDataFactoryV2LinkedServiceEncryptedCredential**](/powershell/module/az.datafactory/New-AzDataFactoryV2LinkedServiceEncryptedCredential) cmdlet to produce an output JSON definition file with the encrypted credentials. Then, use the updated JSON definition to create the linked services.
2222

articles/data-factory/how-to-configure-azure-ssis-ir-custom-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following limitations apply only to standard custom setups:
4040

4141
## Prerequisites
4242

43-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
43+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
4444

4545
To customize your Azure-SSIS IR, you need the following items:
4646

articles/data-factory/how-to-configure-azure-ssis-ir-enterprise-edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Some of these features require you to install additional components to customize
3535

3636
## Instructions
3737

38-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
38+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
3939

4040
1. Download and install [Azure PowerShell](/powershell/azure/install-azure-powershell).
4141

0 commit comments

Comments
 (0)