Share via

Deploy azure functions to function app doesn't work with vs code

31464210 20 Reputation points
2023-05-22T13:21:57.03+00:00

When deploying a function through VS Code, it completes the deployment process and displays a successful deployment message. However, the function is not actually deployed, and it does not appear in the Azure portal.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


1 answer

Sort by: Most helpful
  1. 31464210 20 Reputation points
    2023-05-23T09:53:18.08+00:00

    I have managed to resolve the issue. It turned out that the problem was caused by using two application settings, namely BLOB_NAME and CONTAINER_NAME, which were not allowed.

    Was this answer helpful?

    2 people found this answer helpful.

Your answer

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