Skip to content

Commit 3cfd668

Browse files
authored
Update deployment slots pricing tier information
Updated the pricing tiers for deployment slots to include 'Isolated v2'. Removed mention of Linux support for Auto swap.
1 parent 591c1ab commit 3cfd668

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-azure/configure-azure-app-services/includes/5-create-deployment-slots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Let's take a closer look at the characteristics of deployment slots.
88

99
- Deployment slots are live apps that have their own hostnames.
1010

11-
- Deployment slots are available in the Standard, Premium, and Isolated App Service pricing tiers. Your app needs to be running in one of these tiers to use deployment slots.
11+
- Deployment slots are available in the Standard, Premium, and Isolated v2 App Service pricing tiers. Your app needs to be running in one of these tiers to use deployment slots.
1212

1313
- The Standard, Premium, and Isolated tiers offer different numbers of deployment slots.
1414

@@ -26,4 +26,4 @@ There are several advantages to using deployment slots with your App Service app
2626

2727
- **Consider restoring to last known good site**. After a swap, the slot with the previously staged app now has the previous production app. If the changes swapped into the production slot aren't as you expected, you can perform the same swap immediately to return to your "last known good site."
2828

29-
- **Consider Auto swap**. Auto swap streamlines Azure Pipeline scenarios where you want to deploy your app continuously with zero cold starts and zero downtime for app customers. When Auto swap is enabled from a slot into production, every time you push your code changes to that slot, App Service automatically swaps the app into production after it's warmed up in the source slot. Auto swap isn't currently supported for Web Apps on Linux.
29+
- **Consider Auto swap**. Auto swap streamlines Azure Pipeline scenarios where you want to deploy your app continuously with zero cold starts and zero downtime for app customers. When Auto swap is enabled from a slot into production, every time you push your code changes to that slot, App Service automatically swaps the app into production after it's warmed up in the source slot.

0 commit comments

Comments
 (0)