Skip to content

Commit d3a0688

Browse files
authored
changed files by pdets auto publish service, publishid[d83e3988-3063-4069-ab09-51dab4522efd] and do [publish].
1 parent 2b03e39 commit d3a0688

File tree

7 files changed

+30
-69
lines changed

7 files changed

+30
-69
lines changed

learn-pr/wwl-azure/understand-app-service-deployment-slots/4a-exercise-swap-deployment-slots.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.understand-app-service-deployment-slots.knowledge-check
3-
title: Knowledge check
3+
title: Module assessment
44
metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
7-
title: Knowledge check
7+
title: Module assessment
88
description: "Knowledge check"
99
ms.date: 05/13/2025
1010
author: wwlpublish
@@ -13,5 +13,28 @@ metadata:
1313
ms.custom:
1414
- N/A
1515
durationInMinutes: 3
16-
content: |
17-
[!include[](includes/6-knowledge-check.md)]
16+
quiz:
17+
title: "Check your knowledge"
18+
questions:
19+
- content: "By default, all client requests to the app's production URL (`http://<app_name>.azurewebsites.net`) are routed to the production slot. One can automatically route a portion of the traffic to another slot. What is the default routing rule applied to new deployment slots?"
20+
choices:
21+
- content: "0%"
22+
isCorrect: true
23+
explanation: "Correct. By default, new slots are given a routing rule of `0%`."
24+
- content: "10%"
25+
isCorrect: false
26+
explanation: "Incorrect. By default, new slots are given a routing rule of `0%`."
27+
- content: "20%"
28+
isCorrect: false
29+
explanation: "Incorrect. By default, new slots are given a routing rule of `0%`."
30+
- content: "Some configuration elements follow the content across a swap (not slot specific), whereas other configuration elements stay in the same slot after a swap (slot specific). Which of the following settings are swapped?"
31+
choices:
32+
- content: "Publishing endpoints"
33+
isCorrect: false
34+
explanation: "Incorrect. Publishing endpoints aren't swapped."
35+
- content: "WebJobs content"
36+
isCorrect: true
37+
explanation: "Correct. WebJobs content is swapped."
38+
- content: "WebJobs schedulers"
39+
isCorrect: false
40+
explanation: "Incorrect. WebJobs schedulers aren't swapped."

learn-pr/wwl-azure/understand-app-service-deployment-slots/includes/2-app-service-staging-environments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
When you deploy your web app, web app on Linux, mobile back end, or API app to Azure App Service, you can use a separate deployment slot instead of the default production slot. This approach is available if you run in the **Standard**, **Premium**, or **Isolated** App Service plan tier. Deployment slots are live apps with their own host names. App content and configuration elements can be swapped between two deployment slots, including the production slot.
1+
When you deploy your web app, web app on Linux, mobile back end, or API app to Azure App Service, you can use a separate deployment slot instead of the default production slot. This approach is available if you run in the **Standard**, **Premium**, or **Isolated** App Service plan tier. Deployment slots are live apps with their own host names. App content and configurations elements can be swapped between two deployment slots, including the production slot.
22

33
Deploying your application to a nonproduction slot has the following benefits:
44

5-
* Validate app changes in a staging deployment slot before swapping it with the production slot.
6-
* Deploying an app to a slot first and then swapping it into production ensures that all instances of the slot are warmed up before being swapped into production. This eliminates downtime when you deploy your app. The traffic redirection is seamless, and no requests are dropped because of swap operations. You can automate this entire workflow by configuring auto swap when preswap validation isn't needed.
5+
* You can validate app changes in a staging deployment slot before swapping it with the production slot.
6+
* Deploy an app to a slot first and swapping it into production makes sure that all instances of the slot are warmed up before being swapped into production. This eliminates downtime when you deploy your app. The traffic redirection is seamless, and no requests are dropped because of swap operations. You can automate this entire workflow by configuring auto swap when pre-swap validation isn't needed.
77
* After a swap, the previous production app is located in the staging slot. If the changes swapped into the production slot aren't as you expect, you can perform the same swap immediately to get your "last known good site" back.
88

99
Each App Service plan tier supports a different number of deployment slots. There's no extra charge for using deployment slots. To find out the number of slots your app's tier supports, visit [App Service limits](/azure/azure-resource-manager/management/azure-subscription-service-limits#app-service-limits).

learn-pr/wwl-azure/understand-app-service-deployment-slots/includes/4a-exercise-swap-deployment-slots.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

learn-pr/wwl-azure/understand-app-service-deployment-slots/includes/6-knowledge-check.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/wwl-azure/understand-app-service-deployment-slots/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ units:
4343
- learn.wwl.understand-app-service-deployment-slots.explore-staging-environments
4444
- learn.wwl.understand-app-service-deployment-slots.examine-slot-swapping
4545
- learn.wwl.understand-app-service-deployment-slots.swap
46-
- learn.wwl.exercise-swap-deployment-slots
4746
- learn.wwl.understand-app-service-deployment-slots.route-traffic
4847
- learn.wwl.understand-app-service-deployment-slots.knowledge-check
4948
- learn.wwl.understand-app-service-deployment-slots.summary

0 commit comments

Comments
 (0)