Skip to content

Commit 38c368c

Browse files
Merge pull request #263879 from craigshoemaker/patch-22
[Static Web Apps] Update: Review PRs: Use named environments for DevOps
2 parents 99e8f31 + 8b28e11 commit 38c368c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: yolasors
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

1717
> [!Note]
18-
> Pull request environments are not supported for Azure DevOps.
18+
> Pull request environments are not automatically supported for Azure DevOps, but you can use [named environments](./named-environments.md) to set them up manually.
1919
2020
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.
2121

0 commit comments

Comments
 (0)