Hi Pranab Nath,
Thanks for reaching out to Microsoft Q&A.
Upon investigating further, found that the Function App runtime encountered the below exceptions:
- No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.).
- Your app is using a deprecated version - 2.35.0 of extension bundles. Upgrade to a supported version: https://aka.ms/FunctionsBundlesUpgrade
And also, the function app failed to acquire Singleton lock for 3 times.