An Azure service that provides a general-purpose, serverless container platform.
@SriRaghavendran Prabhakaran Thanks for reaching out.
It seems like there is an issue with the interface ID of the actor. The error message "No interface found with this Id" indicates that the interface ID is not matching with the actor implementation.
Please make sure that the interface ID in the actor implementation matches with the interface ID in the client code. You can also check if the interface ID is registered correctly with the actor runtime.