Hi Ganesh Kumar Sivagurunathan (CIS)
Thank you for your question in Microsoft QnA!
Azure AD app activity can be tracked, you can get from Azure Active Directory (Azure AD) audit logs.
- On Azure portal nd navigate to the Azure AD service.
- Under the "Monitoring" section, click on "Sign-ins" or "Audit logs" to view the activity of your app registrations .
You can also query the Azure AD audit in Azure Monitor logs :
SigninLogs
| where AppDisplayName contains "YourAppName"
Please Click "Accept as Answer" if this helps.