Skip to content

Commit 647588c

Browse files
authored
Merge pull request #52737 from douglaslMS/master
Made updates about publishing branch per email thread.
2 parents e5fea1a + 2235be0 commit 647588c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/data-factory/author-visually.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 08/14/2018
15+
ms.date: 09/18/2018
1616
ms.author: shlo
1717

1818
---
@@ -96,6 +96,20 @@ When you are ready with the feature development in your feature branch, you can
9696

9797
![Create a new pull request](media/author-visually/create-pull-request.png)
9898

99+
## Configure publishing settings
100+
101+
To configure the publishing branch - that is, the branch where Resource Manager templates are saved - add a `publish_config.json` file to the root folder in the collaboration branch. Data Factory reads this file, looks for the field `publishBranch`, and creates a new branch (if it doesn't already exist) with the value provided. Then it saves all Resource Manager templates to the specified location. For example:
102+
103+
```json
104+
{
105+
"publishBranch": "factory/adf_publish"
106+
}
107+
```
108+
109+
When you specify a new publishing branch, Data Factory doesn't delete the previous publishing branch. If you want to remote the previous publishing branch, delete it manually.
110+
111+
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.
112+
99113
## Publish code changes
100114
After you have merged changes to the collaboration branch (`master` is the default), select **Publish** to manually publish your code changes in the master branch to the Data Factory service.
101115

0 commit comments

Comments
 (0)