Skip to content

Commit 3d7c77e

Browse files
Merge pull request #125337 from changeworld/patch-51
Fix typo
2 parents 1edf5e8 + 0f7c6fd commit 3d7c77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/ci-cd-github-troubleshoot-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ You can't connect to GIT Enterprise because of permission issues. You can see er
191191

192192
#### Cause
193193

194-
* You haven't configured Oauth for the service.
194+
* You haven't configured OAuth for the service.
195195
* Your URL is misconfigured. The repoConfiguration should be of type [FactoryGitHubConfiguration](/dotnet/api/microsoft.azure.management.datafactory.models.factorygithubconfiguration?view=azure-dotnet&preserve-view=true)
196196

197197
#### Resolution
198198

199-
You grant Oauth access to the service at first. Then, you have to use correct URL to connect to GIT Enterprise. The configuration must be set to the customer organization(s). For example, the service tries *https://hostname/api/v3/search/repositories?q=user%3<customer credential>....* at first and fail. Then, it tries *https://hostname/api/v3/orgs/<org>/<repo>...*, and succeed.
199+
You grant OAuth access to the service at first. Then, you have to use correct URL to connect to GIT Enterprise. The configuration must be set to the customer organization(s). For example, the service tries *https://hostname/api/v3/search/repositories?q=user%3<customer credential>....* at first and fail. Then, it tries *https://hostname/api/v3/orgs/<org>/<repo>...*, and succeed.
200200

201201
### Can't recover from a deleted instance
202202

0 commit comments

Comments
 (0)