Skip to content

Commit 199f8fa

Browse files
authored
Update deploy-staging-slots.md
1 parent b7abdf1 commit 199f8fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/deploy-staging-slots.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,10 @@ Here are some common swap errors:
549549

550550
- During a site update operation, the following error may occur "_The slot cannot be changed because its configuration settings have been prepared for swap_". This can occur if either [swap with preview (multi-phase swap)](#swap-with-preview-multi-phase-swap) phase 1 has been completed but phase 2 has not yet been performed, or a swap has failed. There are two ways resolve the issue:
551551

552-
1. Cancel the swap operation which will reset the site back to the old state
553-
1. Complete the swap operation which will update site to the desired new state
552+
1. Cancel the swap operation which will reset the site back to the old state
553+
1. Complete the swap operation which will update site to the desired new state
554554

555-
Refer to [swap with preview (multi-phase swap)](#swap-with-preview-multi-phase-swap) to learn how to cancel or complete the swap operation.
555+
Refer to [swap with preview (multi-phase swap)](#swap-with-preview-multi-phase-swap) to learn how to cancel or complete the swap operation.
556556

557557
- During [custom warm-up](#Warm-up), the HTTP requests are made internally (without going through the external URL). They can fail with certain URL rewrite rules in *Web.config*. For example, rules for redirecting domain names or enforcing HTTPS can prevent warm-up requests from reaching the app code. To work around this issue, modify your rewrite rules by adding the following two conditions:
558558

0 commit comments

Comments
 (0)