Skip to content

Commit 527a4b5

Browse files
Merge pull request #50657 from wwlpublish/efc4447052f6b42161cb8417989966cedaf8be19529aaeb6788b4f26e1485164-live
Modules/M02-develop-azure-functions
2 parents 06523af + 174f24a commit 527a4b5

9 files changed

+13
-11
lines changed

learn-pr/wwl-azure/develop-azure-functions/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 05/20/2025
9+
ms.date: 05/27/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-azure-functions/2-azure-function-development-overview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explore Azure Functions development
88
description: "Explore Azure Functions development"
9-
ms.date: 05/20/2025
9+
ms.date: 05/27/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-azure-functions/3-create-triggers-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Create triggers and bindings
88
description: "Create triggers and bindings"
9-
ms.date: 05/20/2025
9+
ms.date: 05/27/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-azure-functions/4-connect-azure-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Connect functions to Azure services
88
description: "Connect functions to Azure services"
9-
ms.date: 05/20/2025
9+
ms.date: 05/27/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-azure-functions/5-create-function-visual-studio-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Create an Azure Function by using Visual Studio Code
88
description: "Exercise - Create an Azure Function by using Visual Studio Code"
9-
ms.date: 05/20/2025
9+
ms.date: 05/27/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-azure-functions/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Module assessment
88
description: "Knowledge check"
9-
ms.date: 05/20/2025
9+
ms.date: 05/27/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-azure-functions/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary"
9-
ms.date: 05/20/2025
9+
ms.date: 05/27/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-azure-functions/includes/5-create-function-visual-studio-code.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ To complete the exercise, you need:
2323

2424
* [Azure Functions extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) for Visual Studio Code.
2525

26-
* [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing) version 4.x.
26+
* Azure Functions Core Tools version 4.x. Run the following commands in a terminal to install Azure Functions Core Tools on your system. Visit [Azure Function Core Tools on GitHub](https://github.com/Azure/azure-functions-core-tools?tab=readme-ov-file#installing) for installation instructions on other platforms.
2727

28-
> [!TIP]
29-
> If you have any issues running the function, uninstall any existing version of Azure Functions Core Tools on your system, and then reinstall.
28+
```
29+
winget uninstall Microsoft.Azure.FunctionsCoreTools
30+
winget install Microsoft.Azure.FunctionsCoreTools
31+
```
3032
3133
## Getting started
3234

learn-pr/wwl-azure/develop-azure-functions/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Develop Azure Functions
77
description: "Learn how to create and deploy Azure Functions."
8-
ms.date: 05/20/2025
8+
ms.date: 05/27/2025
99
author: wwlpublish
1010
ms.author: jeffko
1111
ms.topic: module

0 commit comments

Comments
 (0)