Executable being called by an Azure function stopped working

Diego Pava 0 Reputation points
2023-04-12T19:31:50.3666667+00:00

I have a very basic azure function that when it receives a data file being sent through an app, it triggers the function which calls 2 executables and generate a PDF as a result. The executables are stored in a folder on a virtual machine running windows. Without doing any modification to the functions code, the executable or the virtual machine, one of the executables stopped working on Friday. If I download the executable to my windows PC and try to run it it does so correctly but when called in the VM it does not. I already tried replacing the executable on the VM with the one running on my PC to no avail. It has been working fine for years until Friday. Any ideas on how to solve this issue?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,888 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,381 questions
{count} votes

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.