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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ The configuration pane shows the following Azure Repos code repository settings:
72
72
|**Azure Repos Organization**| Your Azure Repos organization name. You can locate your Azure Repos organization name at `https://{organization name}.visualstudio.com`. You can [sign in to your Azure Repos organization](https://www.visualstudio.com/team-services/git/) to access your Visual Studio profile and see your repositories and projects. |`<your organization name>`|
73
73
|**ProjectName**| Your Azure Repos project name. You can locate your Azure Repos project name at `https://{organization name}.visualstudio.com/{project name}`. |`<your Azure Repos project name>`|
74
74
|**RepositoryName**| Your Azure Repos code repository name. Azure Repos projects contain Git repositories to manage your source code as your project grows. You can create a new repository or use an existing repository that's already in your project. |`<your Azure Repos code repository name>`|
75
-
|**Collaboration branch**| Your Azure Repos 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 name>`|
75
+
|**Collaboration branch**| Your Azure Repos 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 name>`|
76
76
|**Root folder**| Your root folder in your Azure Repos collaboration branch. |`<your root folder name>`|
77
77
|**Import existing Data Factory resources to repository**| Specifies whether to import existing data factory resources from the UX **Authoring canvas** into an Azure Repos Git 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) |
78
78
|**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 ||
@@ -188,7 +188,7 @@ To configure the publish branch - that is, the branch where Resource Manager tem
188
188
}
189
189
```
190
190
191
-
When you specify a new publish branch, Data Factory doesn't delete the previous publish branch. If you want to remote the previous publish branch, delete it manually.
191
+
When you specify a new publish branch, Data Factory doesn't delete the previous publish branch. If you want to remove the previous publish branch, delete it manually.
192
192
193
193
> [!NOTE]
194
194
> Data Factory only reads the `publish_config.json` file when it loads the factory. If you already have the factory loaded in the portal, refresh the browser to make your changes take effect.
0 commit comments