Skip to content

Commit 3f0175e

Browse files
authored
Merge pull request #97889 from JasonFreeberg/patch-46
Users need to be owners of the Organization to add organization repos
2 parents 66317a5 + f26aa9b commit 3f0175e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/deploy-continuous-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use the built-in Kudu App Service build server to continuously deploy fr
5858
- For GitHub, drop down and select the **Organization**, **Repository**, and **Branch** you want to deploy continuously.
5959

6060
> [!NOTE]
61-
> If you don't see any repositories, you may need to authorize Azure App Service in GitHub. Browse to your GitHub repository and go to **Settings** > **Applications** > **Authorized OAuth Apps**. Select **Azure App Service**, and then select **Grant**.
61+
> If you don't see any repositories, you may need to authorize Azure App Service in GitHub. Browse to your GitHub repository and go to **Settings** > **Applications** > **Authorized OAuth Apps**. Select **Azure App Service**, and then select **Grant**. For organization repositories, you must be an owner of the organization to grant the permissions.
6262
6363
- For Bitbucket, select the Bitbucket **Team**, **Repository**, and **Branch** you want to deploy continuously.
6464

@@ -102,7 +102,7 @@ To configure Azure Pipelines (Preview):
102102
- For GitHub, drop down and select the **Organization**, **Repository**, and **Branch** you want to deploy continuously.
103103

104104
> [!NOTE]
105-
> If you don't see any repositories, you may need to authorize Azure App Service in GitHub. Browse to your GitHub repository and go to **Settings** > **Applications** > **Authorized OAuth Apps**. Select **Azure App Service**, and then select **Grant**.
105+
> If you don't see any repositories, you may need to authorize Azure App Service in GitHub. Browse to your GitHub repository and go to **Settings** > **Applications** > **Authorized OAuth Apps**. Select **Azure App Service**, and then select **Grant**. For organization repositories, you must be an owner of the organization to grant the permissions.
106106
107107
- For Azure Repos, select the **Azure DevOps Organization**, **Project**, **Repository**, and **Branch** you want to deploy continuously, or configure a new Azure DevOps organization.
108108

0 commit comments

Comments
 (0)