Hi @Akshay Kumar A J,
Thanks for reaching out. If your Azure Function App isn’t triggering after deployment, even though it works locally, check the following. Ensure your local.settings.json settings are uploaded to Azure, as they’re not automatically published. Verify that the AzureWebJobsStorage setting is correct and replace it with the Azure storage account connection string if needed. If using a Flex Consumption plan, remove the FUNCTIONS_WORKER_RUNTIME setting, as it’s unsupported. Also, make sure the blob trigger is configured to listen to the correct blob storage container. Finally, check Azure logs for any errors or issues.
For further clarification, please refer to the following documentations: Document1, Document2
I hope this helps resolve your issue. Feel free to reach out if you have further concerns.