Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 330 Bytes

File metadata and controls

22 lines (22 loc) · 330 Bytes
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 04/23/2024
ms.author glenga
{
    "disabled": false,
    "bindings": [
        {
            ....
        }
    ],
    "retry": {
        "strategy": "fixedDelay",
        "maxRetryCount": 4,
        "delayInterval": "00:00:10"
    }
}