Skip to content

Commit a37ef55

Browse files
Merge pull request #261667 from cdpark/video14-glenga
User Story 181210: Q&M: Insert videos -- glenga articles
2 parents 292f517 + b897207 commit a37ef55

3 files changed

+21
-3
lines changed

Diff for: articles/azure-functions/create-first-function-vs-code-csharp.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: "Learn how to create a C# function, then publish the local project
44
ms.topic: quickstart
55
ms.date: 01/05/2023
66
ms.devlang: csharp
7-
ms.custom: devx-track-csharp, mode-ui, vscode-azure-extension-update-complete
7+
ms.custom: devx-track-csharp, mode-ui, vscode-azure-extension-update-complete, ai-video-demo
8+
ai-usage: ai-assisted
89
---
910

1011
# Quickstart: Create a C# function in Azure using Visual Studio Code
@@ -15,6 +16,11 @@ There's also a [CLI-based version](create-first-function-cli-csharp.md) of this
1516

1617
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
1718

19+
This video shows you how to create a C# function in Azure using VS Code.
20+
> [!VIDEO be75e388-1b74-4051-8a62-132b069a3ec9]
21+
22+
The steps in the video are also described in the following sections.
23+
1824
## Configure your environment
1925

2026
Before you get started, make sure you have the following requirements in place:

Diff for: articles/azure-functions/create-first-function-vs-code-python.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: Learn how to create a Python function, then publish the local proje
44
ms.topic: quickstart
55
ms.date: 05/29/2023
66
ms.devlang: python
7-
ms.custom: devx-track-python, mode-api, devdivchpfy22, vscode-azure-extension-update-complete
7+
ms.custom: devx-track-python, mode-api, devdivchpfy22, vscode-azure-extension-update-complete, ai-video-demo
8+
ai-usage: ai-assisted
89
zone_pivot_groups: python-mode-functions
910
---
1011

@@ -27,6 +28,11 @@ Completing this quickstart incurs a small cost of a few USD cents or less in you
2728

2829
There's also a [CLI-based version](create-first-function-cli-python.md) of this article.
2930

31+
This video shows you how to create a Python function in Azure using VS Code.
32+
> [!VIDEO a1e10f96-2940-489c-bc53-da2b915c8fc2]
33+
34+
The steps in the video are also described in the following sections.
35+
3036
## Configure your environment
3137

3238
Before you begin, make sure that you have the following requirements in place:

Diff for: articles/azure-functions/functions-create-your-first-function-visual-studio.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ ms.assetid: 82db1177-2295-4e39-bd42-763f6082e796
55
ms.topic: quickstart
66
ms.date: 02/28/2023
77
ms.devlang: csharp
8-
ms.custom: devx-track-csharp, mvc, devcenter, vs-azure, 23113853-34f2-4f, contperf-fy21q3-portal, mode-ui
8+
ms.custom: devx-track-csharp, mvc, devcenter, vs-azure, 23113853-34f2-4f, contperf-fy21q3-portal, mode-ui, ai-video-demo
9+
ai-usage: ai-assisted
910
---
1011

1112
# Quickstart: Create your first C# function in Azure using Visual Studio
@@ -24,6 +25,11 @@ In this article, you learn how to:
2425
2526
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
2627

28+
This video shows you how to create a C# function in Azure.
29+
> [!VIDEO efa236ad-db85-4dfc-9f1e-b353c3b09498]
30+
31+
The steps in the video are also described in the following sections.
32+
2733
## Prerequisites
2834

2935
+ [Visual Studio 2022](https://visualstudio.microsoft.com/vs/). Make sure to select the **Azure development** workload during installation.

0 commit comments

Comments
 (0)