Skip to content

Commit 5e0e358

Browse files
Fixes MicrosoftDocs/azure-docs#116928
Target and source are swapped in this document. Updated the words to ensure accuracy.
1 parent b5c08a9 commit 5e0e358

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
@@ -96,14 +96,14 @@ The slot's URL has the format `http://sitename-slotname.azurewebsites.net`. To k
9696

9797
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:
9898

99-
1. Apply the following settings from the target slot (for example, the production slot) to all instances of the source slot:
99+
1. Apply the following settings from the source slot (for example, the production slot) to all instances of the target 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 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.
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.
105105

106-
1. Wait for every instance in the target 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.
106+
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

108108
1. If [local cache](overview-local-cache.md) is enabled, trigger local cache initialization by making an HTTP request to the application root ("/") on each instance of the source slot. Wait until each instance returns any HTTP response. Local cache initialization causes another restart on each instance.
109109

0 commit comments

Comments
 (0)