Skip to content

Commit 2daf2f9

Browse files
committed
review-2
1 parent 0a9f29a commit 2daf2f9

File tree

11 files changed

+127
-127
lines changed

11 files changed

+127
-127
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.execute-azure-function-with-triggers.1-introduction
3-
title: Introduction
4-
metadata:
5-
title: Introduction
6-
description: Introduction
7-
ms.date: 09/25/2023
8-
author: ggailey777
9-
ms.author: glenga
10-
ms.topic: unit
11-
durationInMinutes: 2
12-
content: |
13-
[!include[](includes/1-introduction.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.execute-azure-function-with-triggers.1-introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: Introduction
7+
ms.date: 05/19/2025
8+
author: ggailey777
9+
ms.author: glenga
10+
ms.topic: unit
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/1-introduction.md)]
14+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.execute-azure-function-with-triggers.2-determine-best-trigger
3-
title: Determine the best trigger for your Azure function
4-
metadata:
5-
title: Determine the best trigger for your Azure function
6-
description: Determine the best trigger for your Azure function
7-
ms.date: 09/25/2023
8-
author: ggailey777
9-
ms.author: glenga
10-
ms.topic: unit
11-
durationInMinutes: 4
12-
content: |
13-
[!include[](includes/2-determine-best-trigger.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.execute-azure-function-with-triggers.2-determine-best-trigger
3+
title: Determine the best trigger for your Azure function
4+
metadata:
5+
title: Determine the best trigger for your Azure function
6+
description: Determine the best trigger for your Azure function
7+
ms.date: 05/19/2025
8+
author: ggailey777
9+
ms.author: glenga
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/2-determine-best-trigger.md)]
14+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.execute-azure-function-with-triggers.3-timer-trigger
3-
title: Run an Azure Function on a schedule
4-
metadata:
5-
title: Run an Azure Function on a schedule
6-
description: Run function on a schedule
7-
ms.date: 09/25/2023
8-
author: ggailey777
9-
ms.author: glenga
10-
ms.topic: unit
11-
durationInMinutes: 10
12-
content: |
13-
[!include[](includes/3-timer-trigger.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.execute-azure-function-with-triggers.3-timer-trigger
3+
title: Run an Azure Function on a schedule
4+
metadata:
5+
title: Run an Azure Function on a schedule
6+
description: Run function on a schedule
7+
ms.date: 05/19/2025
8+
author: ggailey777
9+
ms.author: glenga
10+
ms.topic: unit
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/3-timer-trigger.md)]
14+
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.execute-azure-function-with-triggers.4-create-timer-trigger
3-
title: Exercise - Create a timer trigger
4-
metadata:
5-
title: Exercise - Create a timer trigger
6-
description: Create a timer trigger
7-
ms.date: 04/09/2024
8-
author: ggailey777
9-
ms.author: glenga
10-
ms.topic: unit
11-
azureSandbox: true
12-
durationInMinutes: 15
13-
content: |
14-
[!include[](includes/4-create-timer-trigger.md)]
15-
# NOTE: Task validation is failing for learners, so that is disabled for now.
16-
# tasks:
17-
# - action: exists
18-
# environment: azure
19-
# azure:
20-
# resource:
21-
# type: "Microsoft.Web/sites"
22-
# kind: functionapp
23-
# hint: "Use the portal to create your function app and timer-triggered function using the instructions above."
24-
1+
### YamlMime:ModuleUnit
2+
uid: learn.execute-azure-function-with-triggers.4-create-timer-trigger
3+
title: Exercise - Create a timer trigger
4+
metadata:
5+
title: Exercise - Create a timer trigger
6+
description: Create a timer trigger
7+
ms.date: 05/19/2025
8+
author: ggailey777
9+
ms.author: glenga
10+
ms.topic: unit
11+
azureSandbox: true
12+
durationInMinutes: 15
13+
content: |
14+
[!include[](includes/4-create-timer-trigger.md)]
15+
# NOTE: Task validation is failing for learners, so that is disabled for now.
16+
# tasks:
17+
# - action: exists
18+
# environment: azure
19+
# azure:
20+
# resource:
21+
# type: "Microsoft.Web/sites"
22+
# kind: functionapp
23+
# hint: "Use the portal to create your function app and timer-triggered function using the instructions above."
24+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.execute-azure-function-with-triggers.5-http-trigger
3-
title: Execute an Azure function with an HTTP request
4-
metadata:
5-
title: Execute an Azure function with an HTTP request
6-
description: Execute an Azure function with an HTTP request
7-
ms.date: 09/25/2023
8-
author: ggailey777
9-
ms.author: glenga
10-
ms.topic: unit
11-
durationInMinutes: 10
12-
content: |
13-
[!include[](includes/5-http-trigger.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.execute-azure-function-with-triggers.5-http-trigger
3+
title: Execute an Azure function with an HTTP request
4+
metadata:
5+
title: Execute an Azure function with an HTTP request
6+
description: Execute an Azure function with an HTTP request
7+
ms.date: 05/19/2025
8+
author: ggailey777
9+
ms.author: glenga
10+
ms.topic: unit
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/5-http-trigger.md)]
14+
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.execute-azure-function-with-triggers.6-create-http-trigger
3-
title: Exercise - Create an HTTP trigger
4-
metadata:
5-
title: Exercise - Create an HTTP trigger and run an Azure Function with an HTTP request
6-
description: Create an HTTP trigger
7-
ms.date: 09/25/2023
8-
author: ggailey777
9-
ms.author: glenga
10-
ms.topic: unit
11-
azureSandbox: true
12-
durationInMinutes: 15
13-
content: |
14-
[!include[](includes/6-create-http-trigger.md)]
15-
1+
### YamlMime:ModuleUnit
2+
uid: learn.execute-azure-function-with-triggers.6-create-http-trigger
3+
title: Exercise - Create an HTTP trigger
4+
metadata:
5+
title: Exercise - Create an HTTP trigger and run an Azure Function with an HTTP request
6+
description: Create an HTTP trigger
7+
ms.date: 05/19/2025
8+
author: ggailey777
9+
ms.author: glenga
10+
ms.topic: unit
11+
azureSandbox: true
12+
durationInMinutes: 15
13+
content: |
14+
[!include[](includes/6-create-http-trigger.md)]
15+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.execute-azure-function-with-triggers.7-blob-trigger
3-
title: Execute an Azure function when a blob is created
4-
metadata:
5-
title: Execute an Azure function when a blob is created
6-
description: Execute an Azure function when a blob is created
7-
ms.date: 09/25/2023
8-
author: ggailey777
9-
ms.author: glenga
10-
ms.topic: unit
11-
durationInMinutes: 10
12-
content: |
13-
[!include[](includes/7-blob-trigger.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.execute-azure-function-with-triggers.7-blob-trigger
3+
title: Execute an Azure function when a blob is created
4+
metadata:
5+
title: Execute an Azure function when a blob is created
6+
description: Execute an Azure function when a blob is created
7+
ms.date: 05/19/2025
8+
author: ggailey777
9+
ms.author: glenga
10+
ms.topic: unit
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/7-blob-trigger.md)]
14+
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.execute-azure-function-with-triggers.8-create-blob-trigger
3-
title: Exercise - Create a Blob trigger
4-
metadata:
5-
title: Exercise - Create a Blob trigger
6-
description: Create a Blob trigger and run an Azure Function when a blob is created
7-
ms.date: 09/25/2023
8-
author: ggailey777
9-
ms.author: glenga
10-
ms.topic: unit
11-
azureSandbox: true
12-
durationInMinutes: 15
13-
content: |
14-
[!include[](includes/8-create-blob-trigger.md)]
15-
1+
### YamlMime:ModuleUnit
2+
uid: learn.execute-azure-function-with-triggers.8-create-blob-trigger
3+
title: Exercise - Create a Blob trigger
4+
metadata:
5+
title: Exercise - Create a Blob trigger
6+
description: Create a Blob trigger and run an Azure Function when a blob is created
7+
ms.date: 05/19/2025
8+
author: ggailey777
9+
ms.author: glenga
10+
ms.topic: unit
11+
azureSandbox: true
12+
durationInMinutes: 15
13+
content: |
14+
[!include[](includes/8-create-blob-trigger.md)]
15+

learn-pr/azure/execute-azure-function-with-triggers/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: Summary
7-
ms.date: 09/25/2023
7+
ms.date: 05/19/2025
88
author: ggailey777
99
ms.author: glenga
1010
ms.topic: unit

learn-pr/azure/execute-azure-function-with-triggers/includes/6-create-http-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Let's continue using our existing functions app and add an HTTP trigger.
1818

1919
1. In the **Template details** section, in the **New Function** field, enter a name for the function. Scroll down and in the **Authorization level** dropdown list, select *Anonymous*, and then select **Create**. Your newly created Function pane appears.
2020

21-
1. In the taskbar at the top of the screen, select **Code + Test**, and review the autogenerated code to get an idea about what's going on. The *req* parameter represents the incoming request and contains a *name* parameter. Check to see if *name* has a value. If it does, we return a greeting. Otherwise, it continues to ask for a value.
21+
1. In the taskbar at the top of the screen, select **Code + Test**, and review the autogenerated code to get an idea about what's going on. The *req* parameter represents the incoming request and contains a *name* parameter. The function checks to see if *name* has a value. If it does, it returns a greeting. Otherwise, it continues to ask for a value.
2222

2323
## Get your function URL
2424

0 commit comments

Comments
 (0)