Azure function app suddenly shows AZFD0013

Dev S 36 Reputation points
2024-10-10T17:54:18.7733333+00:00

Hi,

We have a dotnet-isolated function app which has been working fine for over 3 months now. Since Oct 9th, we're seeing a Notification AZFD0013 on Azure Portal for this app.

The Function App has a single function and deleting it doesn't remove the notification either. We've tried deleting and redeploying the Function and the warning persists. Deploying the same function in a newly created Function App does not show this warning.

Is there any way to find out why Azure Portal thinks the deployed artifacts are not compatible with the dotnet-isolated runtime?

Thanks.

/Dev

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

1 answer

Sort by: Most helpful
  1. Pinaki Ghatak 4,610 Reputation points Microsoft Employee
    2024-10-11T13:29:03.16+00:00

    Hello @Dev S

    The notification AZFD0013 indicates that there may be compatibility issues with the deployed artifacts and the dotnet-isolated runtime. To troubleshoot this issue, you can try the following steps:

    1. Check the version of the dotnet-isolated runtime that your function app is using. Make sure that it is the latest version.
    2. Check the dependencies of your function app. Make sure that they are compatible with the dotnet-isolated runtime.
    3. Check the logs of your function app for any errors or warnings that may indicate compatibility issues.
    4. Try deploying a new function app with the same code to see if the issue persists.

    This should get you started.


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.