Error 203: Parsererror : My Azure Function doesn’t seem to work (Azure DevOps & Visual Studio Code)

Vanessa Ramírez Ayometzi 1 Reputation point
2021-03-04T16:26:57.243+00:00

The issue is that the function lost the connection to be able to perform automated deployments through the CI / CD (Azure DevOps) or using Visual Studio Code. ![74317-microsoftteams-image-14.png][1] ![74386-microsoftteams-image-16.png][2] step by step check the following Tried through Azure Cli, Visual Studio Code, and through the portal, but was unsuccessful. Microsoft Azure and Azure DevOps status pages were reviewed, but neither showed inconsistencies in their services and regions. An attempt was made to deploy using the latest artifact that was successfully passed from Azure DevOps, but was unsuccessful either. The status of the function was reviewed from the portal, which is shown running and without any problem in its metrics and logs. [1]: /api/attachments/74317-microsoftteams-image-14.png?platform=QnA [2]: /api/attachments/74386-microsoftteams-image-16.png?platform=QnA

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,257 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,965 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 23,341 Reputation points Microsoft Employee
    2021-03-04T18:13:51.73+00:00

    For others that have encountered this, the issue ended up being special characters used by mistake that caused the parser error. If you're certain that no special characters have been added, we'll need to do some additional troubleshooting.

    Related thread:
    https://developercommunity.visualstudio.com/t/got-this-exception-when-trying-to-save-a-workitem/959503

    0 comments No comments