Skip to content

Commit 4f9e59d

Browse files
authored
Merge pull request #78198 from JasonFreeberg/patch-24
Document limitation
2 parents db252b6 + 61a9361 commit 4f9e59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ In the **Configure** page, in the **Build** section, specify the language framew
127127

128128
In the **Test** page, choose whether to enable load tests, then click **Continue**.
129129

130-
Depending on the [pricing tier](https://azure.microsoft.com/pricing/details/app-service/plans/) of your App Service plan, you may also see a **Deploy to staging** page. Choose whether to [enable deployment slots](deploy-staging-slots.md), then click **Continue**.
130+
Depending on the [pricing tier](https://azure.microsoft.com/pricing/details/app-service/plans/) of your App Service plan, you may also see a **Deploy to staging** page. Choose whether to [enable deployment slots](deploy-staging-slots.md), then click **Continue**. DevOps does not allow continous delivery to the production slot. This is by design to prevent accidental deployments to production. You should set up continuous delivery to a staging slot, verify the changes there, and swap the slots when you are ready.
131131

132132
### Finish configuration
133133

0 commit comments

Comments
 (0)