Skip to content

Commit b251971

Browse files
authored
Fixes UUF 299912
1 parent 2e7ddf6 commit b251971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-timer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Timer trigger for Azure Functions
33
description: Understand how to use timer triggers in Azure Functions.
44
ms.assetid: d2f013d1-f458-42ae-baf8-1810138118ac
55
ms.topic: reference
6-
ms.date: 02/19/2024
6+
ms.date: 04/16/2025
77
ms.devlang: csharp
88
# ms.devlang: csharp, java, javascript, powershell, python
99
ms.custom: devx-track-csharp, devx-track-python, devx-track-extended-java, devx-track-js, devx-track-ts
@@ -42,7 +42,7 @@ This example shows a C# function that executes each time the minutes have a valu
4242

4343
# [Isolated worker model](#tab/isolated-process)
4444

45-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/Timer/TimerFunction.cs" range="11-17":::
45+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/Timer/TimerFunction.cs" id="docsnippet_fixed_delay_retry_example" :::
4646

4747
# [In-process model](#tab/in-process)
4848

0 commit comments

Comments
 (0)