Skip to content

Commit 34d29e0

Browse files
Update source-control.md
I added requirement for HTTPS for local GitHub Enterprise deployments as I'm working with customer who has discovered this is required for ADF authoring to work with on-premise GitHub Enterprise server.
1 parent 6070567 commit 34d29e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/source-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The configuration pane shows the following GitHub repository settings:
136136
|:--- |:--- |:--- |
137137
| **Repository Type** | The type of the Azure Repos code repository. | GitHub |
138138
| **Use GitHub Enterprise** | Checkbox to select GitHub Enterprise | unselected (default) |
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>` |
139+
| **GitHub Enterprise URL** | The GitHub Enterprise root URL (must be HTTPS for local GitHub Enterprise server). For example: https://github.mydomain.com. Required only if **Use GitHub Enterprise** is selected | `<your GitHub enterprise url>` |
140140
| **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>` |
141141
| **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>` |
142142
| **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>` |

0 commit comments

Comments
 (0)