Skip to content

Commit e84a3dc

Browse files
committed
quick changes
1 parent cc9150b commit e84a3dc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ App Service Build Service is the default build provider for Azure Repos. To use
7474

7575
1. If you keep App Service Build Service as the build provider, select the **Azure DevOps Organization**, **Project**, **Repository**, and **Branch** you want to deploy continuously.
7676

77-
If your DevOps organization isn't listed, make sure it's linked to your Azure subscription. For more information, see [Create an Azure service connection](/azure/devops/pipelines/library/connect-to-azure).
77+
If your DevOps organization isn't listed, make sure to link it to your Azure subscription. For more information, see [Create an Azure service connection](/azure/devops/pipelines/library/connect-to-azure).
7878

7979
1. Select **Save**.
8080

@@ -140,20 +140,19 @@ To use Azure Pipelines as the build provider, select the **Azure Pipelines** opt
140140

141141
-----
142142

143-
[!INCLUDE [What happens to my app during deployment?](../../includes/app-service-deploy-atomicity.md)]
144-
145143
## Frequently asked questions
146144

147-
* [Does the GitHub Actions build provider work if basic authentication is disabled?](#does-the-github-actions-build-provider-work-if-basic-authentication-is-disabled)
145+
* [How does the GitHub Actions build provider work if basic authentication is disabled?](#how-does-the-github-actions-build-provider-work-if-basic-authentication-is-disabled)
148146
* [What does the user-assigned identity option do in GitHub Actions?](#what-does-the-user-assigned-identity-option-do-in-github-actions)
149147
* [Why do I see the error "This identity does not have write permissions on this app. Please select a different identity, or work with your admin to grant the Website Contributor role to your identity on this app"?](#why-do-i-see-the-error-this-identity-does-not-have-write-permissions-on-this-app-please-select-a-different-identity-or-work-with-your-admin-to-grant-the-website-contributor-role-to-your-identity-on-this-app)
150148
* [Why do I see the error "This identity does not have write permissions on this app. Please select a different identity, or work with your admin to grant the Website Contributor role to your identity on this app"?](#why-do-i-see-the-error-this-identity-does-not-have-write-permissions-on-this-app-please-select-a-different-identity-or-work-with-your-admin-to-grant-the-website-contributor-role-to-your-identity-on-this-app)
151149

152-
### Does the GitHub Actions build provider work if basic authentication is disabled?
150+
### How does the GitHub Actions build provider work if basic authentication is disabled?
153151

154-
The GitHub Actions build provider doesn't work with basic authentication if basic authentication is disabled. Try using GitHub Actions with the user-assigned identity option. For more information, see [Deploy without basic authentication](configure-basic-auth-disable.md#deploy-without-basic-authentication).
152+
The GitHub Actions build provider doesn't work with basic authentication if basic authentication is disabled. Try using GitHub Actions with the user-assigned identity option instead. For more information, see [Deploy without basic authentication](configure-basic-auth-disable.md#deploy-without-basic-authentication).
155153

156154
### What does the user-assigned identity option do in GitHub Actions?
155+
<a name="=what-does-the user-assigned-identity-option-do-for-github-actions"></a>
157156

158157
When you select **User-assigned identity** for **GitHub** source, App Service configures all the necessary resources in Azure and GitHub. App Service enables the recommended Microsoft OpenID Connect authentication with GitHub Actions.
159158

@@ -182,6 +181,8 @@ For more information on using alternative steps, see [Deploy to App Service usin
182181

183182
The message indicates that the selected user-assigned managed identity doesn't have the required role to enable OpenID Connect between the GitHub repository and the App Service app. The identity must have **Owner**, **Contributor**, or **Websites Contributor** role on the app. The least privileged role that the identity needs is **Websites Contributor**.
184183

184+
[!INCLUDE [What happens to my app during deployment?](../../includes/app-service-deploy-atomicity.md)]
185+
185186
## Related content
186187

187188
- [Deploying from GitHub (Kudu)](https://github.com/projectkudu/kudu/wiki/Deploying-from-GitHub)
686 Bytes
Loading
48 Bytes
Loading

0 commit comments

Comments
 (0)