Hello @Muhammad Ammad Khan
It seems like the error message is indicating that the function app is not able to find any functions with the specified language. The error message also suggests that the functions with language dotnet-isolated
were not found.
This error can occur if the function app is not configured correctly or if there is an issue with the deployment package. Here are a few things you can try to resolve the issue:
- Make sure that the function app is configured correctly. Check the .NET version and the worker runtime settings to ensure that they are set correctly.
- Check if the deployment package is correct. You can try to deploy the function app again and make sure that the deployment package is created correctly.
- Check if the function app is able to run locally. If the function app is running fine locally, then the issue might be with the deployment package.
- Check if the function app is able to run in Azure. If the function app is running fine in Azure, then the issue might be with the local environment. If none of the above steps work, you can try to delete the function app and recreate it. This will ensure that the function app is created with the correct settings and configuration
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.