Skip to content

Commit 94426d1

Browse files
Merge pull request #280812 from SnehaSudhirG/15July-UUF1
Fixed the typo
2 parents e55a0f7 + d24b5d6 commit 94426d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/update-manager/tutorial-using-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create pre and post events using Azure Functions.
33
description: In this tutorial, you learn how to create the pre and post events using Azure Functions.
44
ms.service: azure-update-manager
5-
ms.date: 11/21/2023
5+
ms.date: 07/15/2024
66
ms.topic: tutorial
77
author: SnehaSudhirG
88
ms.author: sudhirsneha
@@ -37,7 +37,7 @@ In this tutorial, you learn how to:
3737
> You have to load the dependencies only for the first time.
3838
3939
1. On the **Function App**, select **App files**.
40-
1. Under the **host.json**, enable **ManagedDependecy** to **True** and select **requirments.psd1**.
40+
1. Under the **host.json**, enable **ManagedDependecy** to **True** and select **requirements.psd1**.
4141
1. Under the **requirements.psd1**, paste the following code:
4242

4343
```
@@ -50,7 +50,7 @@ In this tutorial, you learn how to:
5050
```
5151
1. Select **Save**.
5252
53-
1. Restart the function app from the **Overview** tab to load the dependencies that are mentioned in the **requirments.psd1** file.
53+
1. Restart the function app from the **Overview** tab to load the dependencies that are mentioned in the **requirements.psd1** file.
5454
5555
## Create a function
5656

0 commit comments

Comments
 (0)