You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/source-control.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: data-factory
5
5
documentationcenter: ''
6
6
ms.service: data-factory
7
7
ms.workload: data-services
8
-
ms.tgt_pltfrm: na
8
+
ms.tgt_pltfrm: naF
9
9
ms.topic: conceptual
10
10
ms.date: 01/09/2019
11
11
author: djpmsft
@@ -139,7 +139,7 @@ The configuration pane shows the following GitHub repository settings:
139
139
|**GitHub Enterprise URL**| The GitHub Enterprise root URL. For example: https://github.mydomain.com. Required only if **Use GitHub Enterprise** is selected |`<your GitHub enterprise url>`|
140
140
|**GitHub account**| Your GitHub account name. This name can be found from https:\//github.com/{account name}/{repository name}. Navigating to this page prompts you to enter GitHub OAuth credentials to your GitHub account. |`<your GitHub account name>`|
141
141
|**Repository Name**| Your GitHub code repository name. GitHub accounts contain Git repositories to manage your source code. You can create a new repository or use an existing repository that's already in your account. |`<your repository name>`|
142
-
|**Collaboration branch**| Your GitHub collaboration branch that is used for publishing. By default, its master. Change this setting in case you want to publish resources from another branch. |`<your collaboration branch>`|
142
+
|**Collaboration branch**| Your GitHub collaboration branch that is used for publishing. By default, it's master. Change this setting in case you want to publish resources from another branch. |`<your collaboration branch>`|
143
143
|**Root folder**| Your root folder in your GitHub collaboration branch. |`<your root folder name>`|
144
144
|**Import existing Data Factory resources to repository**| Specifies whether to import existing data factory resources from the UX authoring canvas into a GitHub repository. Select the box to import your data factory resources into the associated Git repository in JSON format. This action exports each resource individually (that is, the linked services and datasets are exported into separate JSONs). When this box isn't selected, the existing resources aren't imported. | Selected (default) |
145
145
|**Branch to import resource into**| Specifies into which branch the data factory resources (pipelines, datasets, linked services etc.) are imported. You can import resources into one of the following branches: a. Collaboration b. Create new c. Use Existing ||
@@ -230,7 +230,7 @@ It's recommended to not allow direct check-ins to the collaboration branch. This
230
230
231
231
### Using passwords from Azure Key Vault
232
232
233
-
Its recommended to use Azure Key Vault to store any connection strings or passwords for Data Factory Linked Services. For security reasons, we don’t store any such secret information in Git, so any changes to Linked Services are published immediately to the Azure Data Factory service.
233
+
It's recommended to use Azure Key Vault to store any connection strings or passwords for Data Factory Linked Services. For security reasons, we don’t store any such secret information in Git, so any changes to Linked Services are published immediately to the Azure Data Factory service.
234
234
235
235
Using Key Vault also makes continuous integration and deployment easier as you will not have to provide these secrets during Resource Manager template deployment.
0 commit comments