Skip to content

Commit d85bdca

Browse files
Merge pull request #299419 from TimShererWithAquent/us424061-13
Freshness Edit: Azure Functions (13 of several)
2 parents ccbd80f + 477a001 commit d85bdca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-create-scheduled-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a function in Azure that runs on a schedule
33
description: Learn how to use the Azure portal to create a function that runs based on a schedule that you define.
44
ms.assetid: ba50ee47-58e0-4972-b67b-828f2dc48701
55
ms.topic: how-to
6-
ms.date: 12/28/2023
6+
ms.date: 05/07/2025
77
ms.custom: mvc, cc996988-fb4f-47, devdivchpfy22
88
---
99
# Create a function in the Azure portal that runs on a schedule
@@ -22,7 +22,7 @@ Ensure that you have an Azure subscription. If you don't have an Azure subscript
2222

2323
[!INCLUDE [Create function app Azure portal](../../includes/functions-create-function-app-portal.md)]
2424

25-
Your new function app is ready to use. Next, you'll create a function in the new function app.
25+
Your new function app is ready to use. Next, you create a function in the new function app.
2626

2727
:::image type="content" source="./media/functions-create-scheduled-function/function-app-create-success-new.png" alt-text="Screenshot showing successful creation of the function app." border="true":::
2828

@@ -79,6 +79,6 @@ You now have a function that runs once every hour, on the hour.
7979

8080
## Next steps
8181

82-
You've created a function that runs based on a schedule. For more information about timer triggers, see [Schedule code execution with Azure Functions](functions-bindings-timer.md).
82+
You created a function that runs based on a schedule. For more information about timer triggers, see [Timer trigger for Azure Functions](functions-bindings-timer.md).
8383

8484
[!INCLUDE [Next steps note](../../includes/functions-quickstart-next-steps.md)]

0 commit comments

Comments
 (0)