Function app not triggered after deployed into Azure, its works properly in the VS code

Akshay Kumar A J 0 Reputation points
2025-03-14T06:46:23.07+00:00

We are creating a data transformation pipeline from one format to another format using the Azure Function App, its work as expected in local VS code but after deployed to Azure it's not even triggered we upload data into the blob storage. Local.settings.json is configured correctly.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,910 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ranashekar Guda 2,820 Reputation points Microsoft External Staff Moderator
    2025-03-17T12:29:46.7433333+00:00

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.