Skip to content

Commit 5a3623e

Browse files
Merge pull request #262805 from RyanHill-MSFT/issues/118555-slot-clarity
(Azure CXP) update deploy-staging-slots
2 parents c9efb24 + 08595ff commit 5a3623e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ The slot's URL has the format `http://sitename-slotname.azurewebsites.net`. To k
9494

9595
### Swap operation steps
9696

97-
When you swap two slots (usually from a staging slot into the production slot), App Service does the following to ensure that the target slot doesn't experience downtime:
97+
When you swap two slots (usually from a staging slot *as the source* into the production slot *as the target*), App Service does the following to ensure that the target slot doesn't experience downtime:
9898

99-
1. Apply the following settings from the source slot (for example, the production slot) to all instances of the target slot:
99+
1. Apply the following settings from the target slot (for example, the production slot) to all instances of the source slot:
100100
- [Slot-specific](#which-settings-are-swapped) app settings and connection strings, if applicable.
101101
- [Continuous deployment](deploy-continuous-deployment.md) settings, if enabled.
102102
- [App Service authentication](overview-authentication-authorization.md) settings, if enabled.
103103

104-
Any of these cases trigger all instances in the target slot to restart. During [swap with preview](#Multi-Phase), this marks the end of the first phase. The swap operation is paused, and you can validate that the source slot works correctly with the target slot's settings.
104+
Any of these cases trigger all instances in the source slot to restart. During [swap with preview](#Multi-Phase), this marks the end of the first phase. The swap operation is paused, and you can validate that the source slot works correctly with the target slot's settings.
105105

106106
1. Wait for every instance in the source slot to complete its restart. If any instance fails to restart, the swap operation reverts all changes to the source slot and stops the operation.
107107

0 commit comments

Comments
 (0)