File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
title : Create pre and post events using Azure Functions.
3
3
description : In this tutorial, you learn how to create the pre and post events using Azure Functions.
4
4
ms.service : azure-update-manager
5
- ms.date : 11/21/2023
5
+ ms.date : 07/15/2024
6
6
ms.topic : tutorial
7
7
author : SnehaSudhirG
8
8
ms.author : sudhirsneha
@@ -37,7 +37,7 @@ In this tutorial, you learn how to:
37
37
> You have to load the dependencies only for the first time.
38
38
39
39
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** .
41
41
1 . Under the ** requirements.psd1** , paste the following code:
42
42
43
43
```
@@ -50,7 +50,7 @@ In this tutorial, you learn how to:
50
50
```
51
51
1. Select **Save**.
52
52
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.
54
54
55
55
## Create a function
56
56
You can’t perform that action at this time.
0 commit comments