Skip to content

Commit 42a18ff

Browse files
Merge pull request #113337 from cephalin/dotnetrefresh3
update screenshot and slot page description
2 parents 1fd307e + 9d243dc commit 42a18ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy apps to a non-production slot and autoswap into
44

55
ms.assetid: e224fc4f-800d-469a-8d6a-72bcde612450
66
ms.topic: article
7-
ms.date: 03/04/2020
7+
ms.date: 04/30/2020
88
ms.custom: fasttrack-edit
99

1010
---
@@ -54,11 +54,11 @@ The app must be running in the **Standard**, **Premium**, or **Isolated** tier i
5454

5555
![Deployment slot title](./media/web-sites-staged-publishing/StagingTitle.png)
5656

57-
The staging slot has a management page just like any other App Service app. You can change the slot's configuration. The name of the slot is shown at the top of the page to remind you that you're viewing the deployment slot.
57+
The staging slot has a management page just like any other App Service app. You can change the slot's configuration. To remind you that you're viewing the deployment slot, the app name is shown as **\<app-name>/\<slot-name>**, and the app type is **App Service (Slot)**. You can also see the slot as a separate app in your resource group, with the same designations.
5858

5959
6. Select the app URL on the slot's resource page. The deployment slot has its own host name and is also a live app. To limit public access to the deployment slot, see [Azure App Service IP restrictions](app-service-ip-restrictions.md).
6060

61-
The new deployment slot has no content, even if you clone the settings from a different slot. For example, you can [publish to this slot with Git](app-service-deploy-local-git.md). You can deploy to the slot from a different repository branch or a different repository.
61+
The new deployment slot has no content, even if you clone the settings from a different slot. For example, you can [publish to this slot with Git](app-service-deploy-local-git.md). You can deploy to the slot from a different repository branch or a different repository.
6262

6363
<a name="AboutConfiguration"></a>
6464

@@ -268,7 +268,7 @@ By default, new slots are given a routing rule of `0%`, shown in grey. When you
268268

269269
## Delete a slot
270270

271-
Search for and select your app. Select **Deployment slots** > *\<slot to delete>* > **Overview**. Select **Delete** on the command bar.
271+
Search for and select your app. Select **Deployment slots** > *\<slot to delete>* > **Overview**. The app type is shown as **App Service (Slot)** to remind you that you're viewing a deployment slot. Select **Delete** on the command bar.
272272

273273
![Delete a deployment slot](./media/web-sites-staged-publishing/DeleteStagingSiteButton.png)
274274

8.89 KB
Loading

0 commit comments

Comments
 (0)