Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 1bc0982

Browse files
authored
Update README.md
1 parent 7a9411f commit 1bc0982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Encoding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In Visual Studio, open the file properties, "Build action" should be "Content",
2020
### Publish the function to Azure
2121
Open the solution with Visual Studio and publish the functions to Azure.
2222
It is recommended to use a **premium plan** to avoid functions timeout (Premium gives you 30 min and a more powerfull host).
23-
It is possible to [unbound run duration](https://docs.microsoft.com/en-us/azure/azure-functions/functions-premium-plan#unbounded-run-duration).
23+
It is possible to [unbound run duration](https://docs.microsoft.com/en-us/azure/azure-functions/functions-premium-plan#longer-run-duration).
2424

2525
JSON input body of the function :
2626
```json

0 commit comments

Comments
 (0)