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:
- Check the version of the dotnet-isolated runtime that your function app is using. Make sure that it is the latest version.
- Check the dependencies of your function app. Make sure that they are compatible with the dotnet-isolated runtime.
- Check the logs of your function app for any errors or warnings that may indicate compatibility issues.
- Try deploying a new function app with the same code to see if the issue persists.
This should get you started.