Skip to content

Commit c6633fc

Browse files
committed
updates
1 parent 53e1abc commit c6633fc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure continuous integration and continuous deploy
44
author: cephalin
55
ms.author: cephalin
66
ms.topic: how-to
7-
ms.date: 05/29/2025
7+
ms.date: 06/02/2025
88
ms.assetid: 6adb5c84-6cf3-424e-a336-c554f23b4000
99

1010
---
@@ -142,10 +142,11 @@ To use Azure Pipelines as the build provider, select the **Azure Pipelines** opt
142142

143143
## Frequently asked questions
144144

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)
146-
* [What does the user-assigned identity option do in GitHub Actions?](#what-does-the-user-assigned-identity-option-do-in-github-actions)
147-
* [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)
148-
* [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)
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)
146+
- [What does the user-assigned identity option do in GitHub Actions?](#what-does-the-user-assigned-identity-option-do-in-github-actions)
147+
- [What happened to my app during deployment?](#what-happened-to-my-app-during-deployment)
148+
- [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)
149+
- [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)
149150

150151
### How does the GitHub Actions build provider work if basic authentication is disabled?
151152

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

182183
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**.
183184

185+
<a name="what-happened-to-my-app-during-deployment"></a>
184186
[!INCLUDE [What happens to my app during deployment?](../../includes/app-service-deploy-atomicity.md)]
185187

186188
## Related content

0 commit comments

Comments
 (0)