Skip to content

Commit c8d31b5

Browse files
Merge pull request #261663 from cdpark/video10-cephalin
User Story 181210: Q&M: Insert videos -- cephalin articles
2 parents ffe2d63 + 6f8d477 commit c8d31b5

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Set up staging environments
33
description: Learn how to deploy apps to a nonproduction slot and autoswap into production. Increase the reliability and eliminate app downtime from deployments.
4-
54
ms.assetid: e224fc4f-800d-469a-8d6a-72bcde612450
65
ms.topic: article
76
ms.date: 07/30/2023
8-
ms.custom: fasttrack-edit, devx-track-azurepowershell, devx-track-azurecli
97
author: cephalin
108
ms.author: cephalin
11-
9+
ms.custom: fasttrack-edit, devx-track-azurepowershell, devx-track-azurecli, ai-video-demo
10+
ai-usage: ai-assisted
1211
---
12+
1313
# Set up staging environments in Azure App Service
1414
<a name="Overview"></a>
1515

@@ -25,6 +25,11 @@ Each App Service plan tier supports a different number of deployment slots. Ther
2525

2626
To scale your app to a different tier, make sure that the target tier supports the number of slots your app already uses. For example, if your app has more than five slots, you can't scale it down to the **Standard** tier, because the **Standard** tier supports only five deployment slots.
2727

28+
This video shows you how to set up staging environments in Azure App Service.
29+
> [!VIDEO 99aaff5e-fd3a-4568-b03a-a65745807d0f]
30+
31+
The steps in the video are also described in the following sections.
32+
2833
## Prerequisites
2934

3035
For information on the permissions you need to perform the slot operation you want, see [Resource provider operations](../role-based-access-control/resource-provider-operations.md#microsoftweb) (search for *slot*, for example).

articles/app-service/overview-managed-identity.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Managed identities
33
description: Learn how managed identities work in Azure App Service and Azure Functions, how to configure a managed identity and generate a token for a back-end resource.
4-
54
ms.topic: article
65
ms.date: 06/27/2023
76
ms.reviewer: yevbronsh,mahender
8-
ms.custom: devx-track-csharp, devx-track-azurepowershell, devx-track-azurecli, AppServiceConnectivity
97
author: cephalin
108
ms.author: cephalin
9+
ms.custom: devx-track-csharp, devx-track-azurepowershell, devx-track-azurecli, AppServiceConnectivity, ai-video-demo
10+
ai-usage: ai-assisted
1111
---
1212

1313
# How to use managed identities for App Service and Azure Functions
@@ -24,6 +24,11 @@ This article shows you how to create a managed identity for App Service and Azur
2424

2525
The managed identity configuration is specific to the slot. To configure a managed identity for a deployment slot in the portal, navigate to the slot first. To find the managed identity for your web app or deployment slot in your Microsoft Entra tenant from the Azure portal, search for it directly from the **Overview** page of your tenant. Usually, the slot name is similar to `<app-name>/slots/<slot-name>`.
2626

27+
This video shows you how to use managed identities for App Service.
28+
> [!VIDEO 4fdf7a78-b3ce-48df-b3ce-cd7796d0ad5a]
29+
30+
The steps in the video are also described in the following sections.
31+
2732
## Add a system-assigned identity
2833

2934
# [Azure portal](#tab/portal)

articles/app-service/quickstart-dotnetcore.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ description: Learn how to run web apps in Azure App Service by deploying your fi
44
ms.assetid: b1e6bd58-48d1-4007-9d6c-53fd6db061e3
55
ms.topic: quickstart
66
ms.date: 05/03/2023
7-
ms.custom: devx-track-csharp, mvc, devcenter, vs-azure, seodec18, contperf-fy21q1, devdivchpfy22, devx-track-azurepowershell, devx-track-dotnet
87
zone_pivot_groups: app-service-ide
98
adobe-target: true
109
adobe-target-activity: DocsExp–386541–A/B–Enhanced-Readability-Quickstarts–2.19.2021
1110
adobe-target-experience: Experience B
1211
adobe-target-content: ./quickstart-dotnetcore-uiex
1312
author: cephalin
1413
ms.author: cephalin
14+
ms.custom: devx-track-csharp, mvc, devcenter, vs-azure, seodec18, contperf-fy21q1, devdivchpfy22, devx-track-azurepowershell, devx-track-dotnet, ai-video-demo
15+
ai-usage: ai-assisted
1516
---
1617

1718
<!-- NOTES:
@@ -37,6 +38,11 @@ In this quickstart, you learn how to create and deploy your first ASP.NET web ap
3738

3839
Alternatively, you can deploy an ASP.NET web app as part of a [Windows or Linux container in App Service](quickstart-custom-container.md).
3940

41+
This video shows you how to deploy an ASP.NET web app.
42+
> [!VIDEO 31309745-82c2-4208-aed5-7ace0b7f7f4d]
43+
44+
The steps in the video are also described in the following sections.
45+
4046
## Prerequisites
4147

4248
:::zone target="docs" pivot="development-environment-vs"

0 commit comments

Comments
 (0)