Skip to content

Commit 7477c87

Browse files
Merge pull request #263807 from thomasgauvin/patch-28
Update review-publish-pull-requests.md
2 parents b37091f + 84ef2b8 commit 7477c87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/static-web-apps/review-publish-pull-requests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.author: yolasors
1414

1515
This article shows you how to use pre-production environments to review changes to applications that are deployed with [Azure Static Web Apps](overview.md). A pre-production environment is a fully functional staged version of your application that includes changes not available in production.
1616

17+
> [!Note]
18+
> Pull request environments are not supported for Azure DevOps.
19+
1720
Azure Static Web Apps generates a YAML workflow in the repo. When a pull request is created against a branch that the workflow watches, the pre-production environment gets built. The pre-production environment stages the app, so you can review the changes before you push them to production. The lifecycle of a pre-production environment is tied to the pull request. Once the pull request is closed, the pre-production environment is automatically deleted.
1821

1922
You can do the following tasks within pre-production environments:

0 commit comments

Comments
 (0)